Difference between revisions of "Removing a package or a port"
From PC-BSD Wiki
Drulavigne (Talk | contribs) (Created page with 'To remove a package or port, first you need to find the name of the package. For instance if you want to remove kopete, to find out its full name, you will type: # pkg_info | g…') |
Drulavigne (Talk | contribs) |
||
| Line 1: | Line 1: | ||
| − | + | [[Image:home.png|link=http://wiki.pcbsd.org/index.php/PC-BSD_Users_Handbook|center|Return to Table of Contents]] [[Image:previous1.png|left|link=http://wiki.pcbsd.org/index.php/FreeBSD_ports|Previous: FreeBSD ports]] [[Image:next1.png|right|link=http://wiki.pcbsd.org/index.php/Keeping_PC-BSD_up-to-date|Next: Keeping PC-BSD up-to-date]] | |
| − | |||
| − | |||
| − | |||
| − | |||
| − | If you | + | The pkg_delete command can be used to uninstall either a package or a port from within Ports Jail. If you include the -x switch, you don't have to give the full name and version of the software. Be sure to give enough of a name that you don't inadvertently uninstall other software matching the name: |
| − | # | + | # pkg_delete -x kopete |
| − | + | ||
| − | + | If the software has other applications that depend upon it, pkg_delete will refuse to uninstall it. If you wish to override this setting, use the -xf switch to force the delete. | |
Revision as of 14:03, 1 October 2010
The pkg_delete command can be used to uninstall either a package or a port from within Ports Jail. If you include the -x switch, you don't have to give the full name and version of the software. Be sure to give enough of a name that you don't inadvertently uninstall other software matching the name:
# pkg_delete -x kopete
If the software has other applications that depend upon it, pkg_delete will refuse to uninstall it. If you wish to override this setting, use the -xf switch to force the delete.