PKG yükleyicisini kullanarak yüklediyseniz şunları yapabilirsiniz:
pkgutil --pkgs
ya da daha iyisi:
pkgutil --pkgs | grep org.python.Python
hangi gibi bir çıktı verecektir:
org.python.Python.PythonApplications-2.7
org.python.Python.PythonDocumentation-2.7
org.python.Python.PythonFramework-2.7
org.python.Python.PythonProfileChanges-2.7
org.python.Python.PythonUnixTools-2.7
şimdi hangi paketlerin bağlantısını kaldıracağınızı (kaldıracağınızı) seçebilirsiniz.
Bu bağlantıyı kaldırma dokümanlarıdır:
--unlink package-id
Unlinks (removes) each file referenced by package-id. WARNING: This command makes no attempt to perform reference counting or dependency analy-
sis. It can easily remove files required by your system. It may include unexpected files due to package tainting. Use the --files command first
to double check.
Benim örneğimde
pkgutil --unlink org.python.Python.PythonApplications-2.7
pkgutil --unlink org.python.Python.PythonDocumentation-2.7
pkgutil --unlink org.python.Python.PythonFramework-2.7
pkgutil --unlink org.python.Python.PythonProfileChanges-2.7
pkgutil --unlink org.python.Python.PythonUnixTools-2.7
veya tek bir satırda:
pkgutil --pkgs | grep org.python.Python | xargs -L1 pkgutil -f --unlink
Önemli: --unlink artık Lion ile başlayarak kullanılamaz (1. Çeyrek.2014 itibarıyla Aslan, Dağ Aslanı ve Mavericks'i içerecektir). Bu talimatlara gelen herkes onu aslanla kullanmaya çalışırsa, bunun yerine bu yayının söylediklerine uyarlamaya çalışmalıdır: https://wincent.com/wiki/Uninstal_packages_(.pkg_files)_on_Mac_OS_X