operaウェブサイトから.deb
ファイルをダウンロードして、operaをインストールしようとしました。 Sudo dpkg -i opera-stable_44.0.2510.1218_AMD64
を実行すると、次の結果が得られました。
[Sudo] password for user1:
(Reading database ... 187300 files and directories currently installed.)
Preparing to unpack opera-stable_44.0.2510.1218_AMD64.deb ...
Unpacking opera-stable (44.0.2510.1218) ...
dpkg-deb (subprocess): decompressing archive member: lzma error: compressed data is corrupt
dpkg-deb: error: subprocess <decompress> returned error exit status 2
dpkg: error processing archive opera-stable_44.0.2510.1218_AMD64.deb (--install):
cannot copy extracted data for './usr/lib/x86_64-linux-gnu/opera/opera' to '/usr/lib/x86_64-linux-gnu/opera/opera.dpkg-new': unexpected end of file or stream
Processing triggers for bamfdaemon (0.5.3+17.04.20170406-0ubuntu1) ...
Rebuilding /usr/share/applications/bamf-2.index...
Processing triggers for gnome-menus (3.13.3-6ubuntu5) ...
Processing triggers for desktop-file-utils (0.23-1ubuntu2) ...
Processing triggers for mime-support (3.60ubuntu1) ...
Processing triggers for hicolor-icon-theme (0.15-1) ...
Processing triggers for shared-mime-info (1.8-1) ...
Processing triggers for menu (2.1.47ubuntu1) ...
Errors were encountered while processing:
opera-stable_44.0.2510.1218_AMD64.deb"
Operaは現在、UbuntuソフトウェアストアまたはSoftware Boutiqueでは利用できません。古いopera-stable_44.0.2510.857_AMD64.deb
も試してみましたが、同様の結果が得られました。ダウンロードエラーではあるが同じ結果になる可能性があると考えて、パッケージを2回ダウンロードしました。
これを試して:
ターミナルを開き、
押す Ctrl+Alt+T
それを実行します:
exec Sudo -i
nano /etc/apt/sources.list.d/opera-stable.list
開いたファイルに、次のテキストを貼り付けます。
# This file makes sure that Opera Browser is kept up-to-date
# as part of regular system upgrades
deb https://deb.opera.com/opera-stable/ stable non-free #Opera Browser (final releases)
Ctrl+O
Ctrl+X
ターミナルでの実行を続行します。
wget -O - http://deb.opera.com/archive.key | apt-key add -
apt-get update
apt-get install opera-stable