Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
unmerge opera
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Portage & Programming
View previous topic :: View next topic  
Author Message
drwebpat
n00b
n00b


Joined: 18 Apr 2002
Posts: 49

PostPosted: Thu Apr 25, 2002 4:47 am    Post subject: unmerge opera Reply with quote

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
View user's profile Send private message
Sylhouette
n00b
n00b


Joined: 18 Apr 2002
Posts: 70
Location: Beverwijk , Holland

PostPosted: Thu Apr 25, 2002 1:01 pm    Post subject: Reply with quote

Have you tryed

unmerge opera
Back to top
View user's profile Send private message
klieber
Bodhisattva
Bodhisattva


Joined: 17 Apr 2002
Posts: 3657
Location: San Francisco, CA

PostPosted: Thu Apr 25, 2002 2:57 pm    Post subject: Re: unmerge opera Reply with quote

drwebpat wrote:
emerge -C opera


Where did you see this option? man emerge doesn't show "-C" as a viable option.

Have you tried:

Code:
emerge -u opera


--kurt
_________________
The problem with political jokes is that they get elected
Back to top
View user's profile Send private message
drwebpat
n00b
n00b


Joined: 18 Apr 2002
Posts: 49

PostPosted: Thu Apr 25, 2002 5:29 pm    Post subject: Reply with quote

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
View user's profile Send private message
Sylhouette
n00b
n00b


Joined: 18 Apr 2002
Posts: 70
Location: Beverwijk , Holland

PostPosted: Thu Apr 25, 2002 8:41 pm    Post subject: Reply with quote

I had to uninstall nessus and did it this way

emerge unmerge -u nessus

This is the one
Back to top
View user's profile Send private message
drwebpat
n00b
n00b


Joined: 18 Apr 2002
Posts: 49

PostPosted: Fri Apr 26, 2002 12:07 am    Post subject: Reply with quote

ok..so I tried
Code:
emerge -u opera


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
Code:
qpkg


and there is opera still! Plus I can still run it! Ack...stupid thing just doesn't want to leave! :x

<edit> I also tried emerge unmerge -u opera and that didn't work either</edit>
Back to top
View user's profile Send private message
Flake
n00b
n00b


Joined: 19 Apr 2002
Posts: 44
Location: The Netherlands

PostPosted: Fri Apr 26, 2002 8:16 am    Post subject: Reply with quote

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
View user's profile Send private message
rizzo
Retired Dev
Retired Dev


Joined: 30 Apr 2002
Posts: 1067
Location: Manitowoc, WI, USA

PostPosted: Tue May 07, 2002 1:26 pm    Post subject: Reply with quote

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
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Portage & Programming All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum