Ubuntu22.04 Firefoxのsnap版をdeb版(apt版)へ変更。

22.04でFirefoxがsnap版になってやはりもっさりしているし、起動しないこともあるし突然落ちるので、deb版に変更。

22.04ベースの派生ディストリの掲示板にやり方が書いてあった。この人も気に食わないらしい。

https://www.linuxliteos.com/forums/release-announcements/linux-lite-6-0-final-released/

基本的には、mozillaのリポジトリにaptソースを向けるものなので、邪道ではないと思う。

やりかただけ以下コピー。

Installing Firefox pure deb package (PPA):

Code: [Select]

sudo add-apt-repository ppa:mozillateam/ppa

Copy and paste the entire block (not line by line):

Code: [Select]

echo '
Package: *
Pin: release o=LP-PPA-mozillateam
Pin-Priority: 1001
' | sudo tee /etc/apt/preferences.d/mozilla-firefox

Copy and paste the entire block (not line by line):

Code: [Select]

echo 'Unattended-Upgrade::Allowed-Origins:: "LP-PPA-mozillateam:${distro_codename}";' | sudo tee /etc/apt/apt.conf.d/51unattended-upgrades-firefox

Code: [Select]

sudo apt-get install firefox

コメントを残す

メールアドレスが公開されることはありません。 が付いている欄は必須項目です

*