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
No comments:
Post a Comment