Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

how to

New to Debian (Or Linux in general)? Ask your questions here!
Post Reply
Message
Author
Mandy
Posts: 1
Joined: 2009-11-21 00:07

how to

#1 Post by Mandy »

I need to know how to uninstall my Opera program? I am on windowsxp/ linux.......I am hoping to re-install it again,
could any one help me please? Thanks :)

User avatar
bugsbunny
Posts: 5354
Joined: 2008-07-06 17:04
Been thanked: 1 time

Re: how to

#2 Post by bugsbunny »

How did you install it? That will determine how it needs to be uninstalled. It may be as simple as:

Code: Select all

# aptitude purge opera

User avatar
edbarx
Posts: 5401
Joined: 2007-07-18 06:19
Location: 35° 50 N, 14 º 35 E
Been thanked: 2 times

Re: how to

#3 Post by edbarx »

If you want to reinstall the same piece of software, you can use this command as root. You become root by typing su, pressing Enter and typing the root password.

Code: Select all

apt-get install -reinstall opera
Debian == { > 30, 000 packages }; Debian != systemd
The worst infection of all, is a false sense of security!
It is hard to get away from CLI tools.

User avatar
craigevil
Posts: 5391
Joined: 2006-09-17 03:17
Location: heaven
Has thanked: 28 times
Been thanked: 39 times

Re: how to

#4 Post by craigevil »

Easiest way is to add one of the Opera repos to your sources.list
The Opera .deb Repository - http://deb.opera.com/
### Example apt source configuration (uncomment the version you want)

# Opera Browser - Production release
#deb http://deb.opera.com/opera/ etch non-free
#deb http://deb.opera.com/opera/ lenny non-free
#deb http://deb.opera.com/opera/ squeeze non-free
#deb http://deb.opera.com/opera/ sid non-free

# Opera Browser - Beta release
#deb http://deb.opera.com/opera-beta/ etch non-free
#deb http://deb.opera.com/opera-beta/ lenny non-free
#deb http://deb.opera.com/opera-beta/ squeeze non-free
#deb http://deb.opera.com/opera-beta/ sid non-free

To install the key on your host, do something like this:
Debian user

wget -O - http://deb.opera.com/archive.key | apt-key add -
Raspberry PI 400 Distro: Raspberry Pi OS Base: Debian Sid Kernel: 5.15.69-v8+ aarch64 DE: MATE Ram 4GB
Debian - "If you can't apt install something, it isn't useful or doesn't exist"
My Giant Sources.list

Post Reply