[Lavanya Deepak] Lavanya Deepak
Technology for Better Business and Higher Standards of Life

Saturday, October 23, 2021

Installing Opera with Linux

 As part of starting the LinuxMint journey, the first software I got it on the computer was Opera. However installing Opera is not straight-forward because the package is not configured out of the box from the Linux distribution. There are two ways to install the same.

1) Download the *.deb (Debian) package from Opera and install the same.

Alternatively follow these instructions on command prompt for the same.

    sudo sh -c 'echo "deb http://deb.opera.com/opera/ stable non-free" >> /etc/apt/sources.list.d/opera.list'

    sudo sh -c 'wget -O - http://deb.opera.com/archive.key | apt-key add -'

    sudo apt-get update

    sudo apt-get install opera-stable


0 Comments:

Post a Comment

Subscribe to Post Comments [Atom]

<< Home