Saturday, May 4, 2024
8
rated 0 times [  8] [ 0]  / answers: 1 / hits: 132224  / 2 Years ago, mon, may 23, 2022, 9:49:11

I am trying to install opera browser from the terminal. I downloaded the 'debian' installer because it didn't show up in software center.



It completely destroyed my software center - it is frozen and I have no idea how to fix (I have a different thread for that though).



Can I use this thing called synaptic package manager to install Opera? or am I stuck with Firefox?



How do I install Opera Browser?


More From » command-line

 Answers
7

Synaptic is a graphical interface for Aptitude, the package manager in Ubuntu/Linux. It provides a listing of available software packages that are available to download and install from the repositories listed in your Software Sources. Synaptic is less intimidating to use than apt-get in a Terminal interface for users not used to dealing with the command line.



Preceding commands in Terminal/command line with sudo imparts a restricted root-user ability for performing commands that are not available for standard user accounts.



When in doubt about any basic command in Terminal, you can always man [base command] to access the command manual pages. man sudo will show the manual for sudo, for example. There is also extensive documentation on the Ubuntu website for most commands.



As for installing Opera, it is not maintained in the standard Ubuntu repositories. You have two options:



1) add the Opera repository to your Software Sources as mentioned in the other answer and following the directions in the provided link; or



2) download and install Opera manually.



To install Opera manually, go to the Opera website (www.opera.com) and download it from there. Presuming that you have your downloads set to go to your Downloads Folder, you can run the following in Terminal:



cd /home/your_account/Downloads ;ls -l
Replace "your_account" with your short name; the "ls -l" will list the contents of the Downloads folder. Locate the Opera package file - it should be something like 'Opera_12.15.1748_amd64.deb'.



sudo dpkg -i Opera_12.15.1748_amd64.deb and enter your password when prompted. This will run the Opera installer.



In order to have Opera updated automatically, you should still add the Opera repository to your list of software sources.


[#31375] Monday, May 23, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
diffeah

Total Points: 78
Total Questions: 130
Total Answers: 98

Location: Peru
Member since Fri, Oct 14, 2022
2 Years ago
;