Thursday, February 10, 2011

opera в ubuntu

Для встановлення opera в  ubuntu та автоматично сповіщення про обновлення, варто додати в систему репозиторій опери

сьворимо файл /etc/apt/sources.list.d/opera.list з таким вмістом

# This file makes sure that Opera Browser is kept up-to-date
# as part of regular system upgrades

deb http://deb.opera.com/opera/ stable non-free

# The line above will make sure you get all final public releases.
# Uncomment the following line if you want to get alpha and beta
# releases, too.

# deb http://deb.opera.com/opera-beta/ stable non-free


і тепер додамо ще gpg ключі, виконавши такі команди


gpg --keyserver subkeys.pgp.net --recv-key 6A423791
gpg --fingerprint 6A423791
gpg --armor --export 6A423791| apt-key add -



якщо у вас при apt-get update  видає повідомлення

W: A error occurred during the signature verification. The repository is not updated and the previous index files will be used.GPG error: http://deb.opera.com stable Release: Слідуючі підписи не можуть бути перевірені, тому що, публічний ключ відсутній: NO_PUBKEY A2019EA84E7532C8

W: Не вдалося завантажити http://deb.opera.com/opera/dists/stable/Release

W: Деякі індексні файли не завантажилися, вони були зігноровані або замість них були використані старі версії.

то варто виконати таку команду

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

No comments: