LoginSignup
0
0

ubuntuにmidoriブラウザをインストールする

Last updated at Posted at 2024-04-04

はじめに

ubuntuをGUIで操作する場合にはブラウザをインストールするとlocalhostでの公開など閲覧可能となります.ブラウザには種々ありますが,ここではmidoriブラウザをubuntu 22.04 LTSにインストールする方法を示します.

経緯

そもそも,Ubuntuに最適なWeb​​ブラウザを参考に,

$ sudo apt-add-repository ppa:midori/ppa
$ sudo apt-get update -qq
$ sudo apt-get install midori

とするわけですが,その1行目の時点で,

root@host:/home/hoge# apt-add-repository ppa:midori/ppa
リポジトリ: 'deb https://ppa.launchpadcontent.net/midori/ppa/ubuntu/ jammy main'
概要:
Midori Browser
    http://twotoasts.de/index.php/midori/

This PPA is signed. To add the GPG key to your apt keyring:
   sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com A69241F1
Starting with Karmic, adding the PPA and its key is as simple as:
   sudo add-apt-repository ppa:midori

You may also want to use the WebKit-team PPA:
     https://launchpad.net/~webkit-team/+archive/ppa
You can find unstable Midori versions at
    https://launchpad.net/~midori/+archive/midori-dev
より詳しい情報: https://launchpad.net/~midori/+archive/ubuntu/ppa
リポジトリを追加しています。
続けるには「Enter」キーを、中止するにはCtrl-cを押してください。 
Adding deb entry to /etc/apt/sources.list.d/midori-ubuntu-ppa-jammy.list
Adding disabled deb-src entry to /etc/apt/sources.list.d/midori-ubuntu-ppa-jammy.list
Adding key to /etc/apt/trusted.gpg.d/midori-ubuntu-ppa.gpg with fingerprint 67DED6AD2E4522DE018BF8C161E5F6C1A69241F1
ヒット:1 http://archive.ubuntulinux.jp/ubuntu jammy InRelease
ヒット:2 http://archive.ubuntulinux.jp/ubuntu-ja-non-free jammy InRelease                                              
無視:3 http://dl.google.com/linux/chrome-remote-desktop/deb stable InRelease                                           
取得:4 http://dl.google.com/linux/chrome-remote-desktop/deb stable Release [944 B]                                     
取得:5 https://dl.google.com/linux/chrome/deb stable InRelease [1,825 B]                                                
取得:6 http://dl.google.com/linux/chrome-remote-desktop/deb stable Release.gpg [833 B]                                  
取得:7 https://deb.opera.com/opera-stable stable InRelease [2,590 B]                                                    
取得:8 https://dl.google.com/linux/chrome/deb stable/main amd64 Packages [1,079 B]                                      
取得:9 http://dl.google.com/linux/chrome-remote-desktop/deb stable/main amd64 Packages [988 B]                          
取得:10 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB]                                             
ヒット:11 http://jp.archive.ubuntu.com/ubuntu jammy InRelease                                                           
取得:12 http://jp.archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB]                                            
ヒット:13 http://jp.archive.ubuntu.com/ubuntu jammy-backports InRelease                                                 
取得:14 http://jp.archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1,519 kB]                               
無視:15 https://ppa.launchpadcontent.net/midori/ppa/ubuntu jammy InRelease                      
取得:16 https://deb.opera.com/opera-stable stable/non-free amd64 Packages [1,170 B]             
エラー:17 https://ppa.launchpadcontent.net/midori/ppa/ubuntu jammy Release                           
  404  Not Found [IP: 185.125.190.80 443]
取得:18 http://jp.archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [1,644 kB]
取得:19 http://jp.archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [35.3 kB]
取得:20 http://jp.archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,060 kB]
パッケージリストを読み込んでいます... 完了                   
E: リポジトリ https://ppa.launchpadcontent.net/midori/ppa/ubuntu jammy Release には Release ファイルがありません。
N: このようなリポジトリから更新を安全に行うことができないので、デフォルトでは更新が無効になっています。
N: リポジトリの作成とユーザ設定の詳細は、apt-secure(8) man ページを参照してください。

となり,リポジトリ更新に不安があるため,別な方法をとりました.

インストール方法

ここでは,ubuntu22.04(LTS)で既にFirefoxなどがインストールされた状態のマシンに対して実際に行った事例を示します.

このmidoriの公式サイトからインストールすべきファイルをダウンロードします.

そのためにはMidori For Desktopに入って,Downloadを選択します.

ubuntuの場合であれば,Select your distroのタブからMidori - Dibian 64bitを選択してダウンロードしますと,直ちにダウンロードが始まります.

ダウンロードされたファイルは2024/04/04現在でmidori_11.3.0_amd64.debです.

ダウンロードしたmidori_11.3.0_amd64.debのディレクトリにて,

# apt install ./midori_11.3.0_amd64.deb

とすれば,インストールは完了です.

参考

1.Ubuntuに最適なWeb​​ブラウザ
2.Midori For Desktop

以上

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0