becf
![]() |
|
|
|
|
|||||||
| Installation and Maintenance of FreeBSD Ports or Packages Installing and maintaining the FreeBSD Ports Collection or FreeBSD Packages (i.e. third party software). |
![]() |
|
|
Thread Tools | Display Modes |
|
#1
|
||||
|
||||
|
What do this command
Code:
pkg_delete -rf pkg-config\* Delete all packages ??? or Delete special packages ? Is this command danger and can break my systems ? Can I use this command for delete all gnome package or KDE packages ? |
|
#2
|
|||
|
|||
|
Code:
-f, --force
Force removal of the package, even if a dependency is recorded or
the deinstall or require script fails.
-r, --recursive
Recursive removal. In addition to specified packages, delete all
packages that depend on those packages as well.
Yes it's safe to use if you know what you are doing. You as the admin must know which packages are necessary for you and which are not. Take a look what will be deleted: pkg_info -R `pkg_info | grep pkg-config | awk '{print $1}'` |
|
#3
|
||||
|
||||
|
|
|
#4
|
|||
|
|||
|
UNIX does what you want, you know what you are typing in, you are the master, isn't it so DutchDaemon
|
|
#5
|
||||
|
||||
|
I think I am, yeah ..
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Initial Server Config File | bamcis | Installing & Upgrading | 0 | February 3rd, 2009 18:13 |
| Advice needed: logserver layout, config, ... | uisge | Web & Network Services | 1 | December 31st, 2008 16:24 |
| Change Config Options After Failed Install | ter2007 | Installing & Upgrading | 9 | December 23rd, 2008 14:59 |
| [XFCE] Xorg config not held | francach | Other Window Managers | 4 | December 20th, 2008 16:39 |