View previous topic :: View next topic |
Author |
Message |
bill scottland Guest
|
Posted: Sun May 05, 2002 12:57 am Post subject: unmerge ? |
|
|
who do you unmerge packages i have tired to unmerge alsa with no luck anyone with and tips ? |
|
Back to top |
|
|
klieber Bodhisattva
Joined: 17 Apr 2002 Posts: 3657 Location: San Francisco, CA
|
Posted: Sun May 05, 2002 1:50 am Post subject: |
|
|
Code: | emerge unmerge <packagename> |
For more information, you might try the Portage User Guide.
Or, simply 'man emerge'
--kurt _________________ The problem with political jokes is that they get elected |
|
Back to top |
|
|
Mr. Atoz Tux's lil' helper
Joined: 06 May 2002 Posts: 84 Location: Colorado
|
Posted: Tue May 07, 2002 2:04 am Post subject: |
|
|
As klieber stated, the Portage User Guide is the place to be.
I make use of the gentoolkit "qpkg" command. First, emerge the gentookit and then run qpkg. This will give you a list of all your installed packages. Find the package you want to unmerge and use the complete name (FQPN---Fully Qualified Portage Name? ) in the unmerge command.
Code: |
spock root # emerge gentoolkit
....
....
spock root # qpkg
app-admin/fam-oss-2.6.7 *
app-admin/gentoolkit-0.1.9 *
app-admin/gkrellm-1.2.11 *
app-admin/metalog-0.6-r9 *
app-admin/sudo-1.6.6 *
app-admin/superadduser-1.0-r1 *
spock root # emerge unmerge =app-admin/fam-oss-2.6.7
|
NOTE: The = sign is REQUIRED when using unmerge in this fashion. This was not clearly documented, IMHO.
Happy unmerging...
---Atoz |
|
Back to top |
|
|
rizzo Retired Dev
Joined: 30 Apr 2002 Posts: 1067 Location: Manitowoc, WI, USA
|
Posted: Tue May 07, 2002 1:22 pm Post subject: |
|
|
If you man emerge it will tell you different ways to do it.
The way I like to do is
Code: | emerge unmerge /var/db/pkg/<category>/<product with version> |
|
|
Back to top |
|
|
|