Package Management

dr_gonzo

Registered
Hello,

Is there a way of removing a .pkg package? A few months ago, i downloaded and installed a program which had the .pkg suffix. The program installed to /usr/local

What command do I need to remove this package (e.g. apt-get remove pacakge_name) ?
 
No, that terminal command won't work. You'll need to know what files the .pkg file placed in that directory and manually remove them, unless that program came with an uninstaller.

What .pkg was it?
 
ElDiabloConCaca said:
No, that terminal command won't work. You'll need to know what files the .pkg file placed in that directory and manually remove them, unless that program came with an uninstaller.

What .pkg was it?

It was a SWI Prolog pkg. I downloaded it from their site. I was just wondering if I needed to upgrade it, how would I do it.

What command is executed when I double click the .pkg? Is there anything on developer.apple.com that'd share more light on it?
 
If a receipt package was placed in /Library/Receipts the freeware utility Desinstaller will remove all the files associated with that package. Used with caution and discretion, Desinstaller is a great tool!
 
Back
Top