Discussione:
come tolgo Xcode Command Line Tools?
(troppo vecchio per rispondere)
brianks
2023-09-26 07:07:13 UTC
Permalink
ho installato un programma che richiedeva gli xtools.
se volessi rimuoverlo per bene, come posso fare?
Aladino
2023-09-26 12:34:06 UTC
Permalink
Post by brianks
ho installato un programma che richiedeva gli xtools.
se volessi rimuoverlo per bene, come posso fare?
<https://developer.apple.com/library/archive/technotes/tn2339/_index.html#//apple_ref/doc/uid/DTS40014588-CH1-HOW_CAN_I_UNINSTALL_THE_COMMAND_LINE_TOOLS_>
--
Per contattarmi, togliere -NOSPAM- dall'indirizzo.
To contact me, remove -NOSPAM- from address.
brianks
2023-09-28 10:53:40 UTC
Permalink
Post by Aladino
Post by brianks
ho installato un programma che richiedeva gli xtools.
se volessi rimuoverlo per bene, come posso fare?
<https://developer.apple.com/library/archive/technotes/tn2339/_index.html#//apple_ref/doc/uid/DTS40014588-CH1-HOW_CAN_I_UNINSTALL_THE_COMMAND_LINE_TOOLS_>
dunque ho cancellato la cartella /Library/Developer/CommandLineTools

tutto qui? finito?

perĂ² in aggiornamenti continua a propormi l'aggiornamento command line tools

Loading Image...
Aladino
2023-09-28 12:57:00 UTC
Permalink
Post by brianks
tutto qui? finito?
Da qualche parte avevo letto che bisonga cancellare anche altri 3 file:

"On a fairly recent Mac setup (Apple Silicon chip, macOS 12.0 Monterey
Beta), having installed the Command Line Tools then uninstalled them by
deleting /Library/Developer/CommandLineTools and running sudo
xcode-select -r, I was still getting updates to the tools in System
Preferences > Software Update.

Indeed, the receipts are at /Library/Apple/System/Library/Receipts, in
the form of files

com.apple.pkg.CLTools_Executables.{bom,plist}
com.apple.pkg.CLTools_SDK_macOS*.{bom,plist}
com.apple.pkg.CLTools_macOS_SDK.{bom,plist}

They are protected by SIP: to delete them, I had to disable SIP first
(ie disable SIP, delete the files, re-enable SIP)."

Comunque vedi tutti gli interventi su questo thread:
<https://apple.stackexchange.com/questions/328034/removing-uninstalled-command-line-tools-from-appstore-updates>
--
Per contattarmi, togliere -NOSPAM- dall'indirizzo.
To contact me, remove -NOSPAM- from address.
brianks
2023-10-10 10:40:58 UTC
Permalink
Post by Aladino
com.apple.pkg.CLTools_Executables.{bom,plist}
com.apple.pkg.CLTools_SDK_macOS*.{bom,plist}
com.apple.pkg.CLTools_macOS_SDK.{bom,plist}
dovrei essere riuscito eliminando questi

Loading...