View previous topic :: View next topic |
Author |
Message |
drwebpat n00b
Joined: 18 Apr 2002 Posts: 49
|
Posted: Thu Apr 25, 2002 4:47 am Post subject: unmerge opera |
|
|
I thought I'd go ahead and try out opera, and I can say that I don't like it. I'd like to get rid of it and I tried a couple things...
emerge unmerge opera
message was it couldn't find any matching installed packages
emerge -C opera
same error as above
Now I KNOW I emerged it and have run it. I even tried putting the version numbers after it.
Anyone else have this problem?
Pat |
|
Back to top |
|
|
Sylhouette n00b
Joined: 18 Apr 2002 Posts: 70 Location: Beverwijk , Holland
|
Posted: Thu Apr 25, 2002 1:01 pm Post subject: |
|
|
Have you tryed
unmerge opera |
|
Back to top |
|
|
klieber Bodhisattva
Joined: 17 Apr 2002 Posts: 3657 Location: San Francisco, CA
|
Posted: Thu Apr 25, 2002 2:57 pm Post subject: Re: unmerge opera |
|
|
drwebpat wrote: | emerge -C opera
|
Where did you see this option? man emerge doesn't show "-C" as a viable option.
Have you tried:
--kurt _________________ The problem with political jokes is that they get elected |
|
Back to top |
|
|
drwebpat n00b
Joined: 18 Apr 2002 Posts: 49
|
Posted: Thu Apr 25, 2002 5:29 pm Post subject: |
|
|
I'll try both of those when I get home tonight. Someone else had a similar problem and on irc (#gentoo) someone told them to use the -C option.
Thanks,
Pat |
|
Back to top |
|
|
Sylhouette n00b
Joined: 18 Apr 2002 Posts: 70 Location: Beverwijk , Holland
|
Posted: Thu Apr 25, 2002 8:41 pm Post subject: |
|
|
I had to uninstall nessus and did it this way
emerge unmerge -u nessus
This is the one |
|
Back to top |
|
|
drwebpat n00b
Joined: 18 Apr 2002 Posts: 49
|
Posted: Fri Apr 26, 2002 12:07 am Post subject: |
|
|
ok..so I tried
and I guess that got me the farthest when it said:
Quote: | # emerge -u opera
Calculating dependencies ...done!
* Regenerating GNU info directory index...
* Processed 64 info files.
|
then I do
and there is opera still! Plus I can still run it! Ack...stupid thing just doesn't want to leave!
<edit> I also tried emerge unmerge -u opera and that didn't work either</edit> |
|
Back to top |
|
|
Flake n00b
Joined: 19 Apr 2002 Posts: 44 Location: The Netherlands
|
Posted: Fri Apr 26, 2002 8:16 am Post subject: |
|
|
Very strange behaviour !!!!!!!!
i've had opera on and off my disk several times with the simple commands
emerge opera / emerge unmerge opera
(ps. why get rid of opera, i love it! it's so much faster than mozilla & konqueror keeps on crashing!)
well, as a emergency solution you could:
1. all of opera is in /opt/opera, don't delete it just yet.
2. get the opera.tar.gz file, probably in /usr/portage/distfiles/
3. do tar tzf opera.tar.gz > taropera.txt (not x and no v)
4. less taropera.txt, it should give a list of all the packages installed.
5. now very carefully go through that list and see what files could be MOVED non deleted in your opinion. use an editor (i like mc) to get rid of all the dots in front f the lines (replace does this in a second). remove all the lines that even seem to point to something important.
6. mv $(cat taropera.txt) /home/junk/ (not sure about the ()'s )
see if evrythig you need still works. |
|
Back to top |
|
|
rizzo Retired Dev
Joined: 30 Apr 2002 Posts: 1067 Location: Manitowoc, WI, USA
|
Posted: Tue May 07, 2002 1:26 pm Post subject: |
|
|
man emerge.
That should give the hint to try:
Code: | emerge unmerge /var/db/pkg/<category>/<package w/ version> |
I don't have opera installed, but for example this is how I would unmerge mozilla:
Code: | emerge unmerge /var/db/pkg/net-www/mozilla-1.0_rc1 |
Give that a shot. |
|
Back to top |
|
|
|