14 сент. 2011 г.

Получение ключей от реапозиториев РРА


Add the PPA in your repository:

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

sudo sh -c 'wget -O - http://deb.opera.com/archive.key | apt-key add -'
Update your package list:
sudo apt-get update
Finally install opera:
sudo apt-get install opera