首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >无法在Ubuntu 18.04 LTS上安装Midori浏览器

无法在Ubuntu 18.04 LTS上安装Midori浏览器
EN

Ask Ubuntu用户
提问于 2018-07-16 08:18:02
回答 1查看 9.4K关注 0票数 2

我正在尝试将Midori安装到Ubuntu,首先是:

代码语言:javascript
复制
$ sudo add-apt-repository ppa:midori

答复是:

代码语言:javascript
复制
 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
 More info: https://launchpad.net/~midori/+archive/ubuntu/ppa
Press [ENTER] to continue or Ctrl-c to cancel adding it.

Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease
Ign:2 http://ppa.launchpad.net/midori/ppa/ubuntu xenial InRelease                                                               
Hit:3 http://ch.archive.ubuntu.com/ubuntu bionic InRelease                                                                      
Ign:4 http://ppa.launchpad.net/midori/ppa/ubuntu bionic InRelease                                                         
Hit:5 http://ch.archive.ubuntu.com/ubuntu bionic-updates InRelease                             
Hit:6 http://ch.archive.ubuntu.com/ubuntu bionic-backports InRelease                                                     
Err:7 http://ppa.launchpad.net/midori/ppa/ubuntu xenial Release                                                          
  404  Not Found [IP: 91.189.95.83 80]
Err:8 http://ppa.launchpad.net/midori/ppa/ubuntu bionic Release                                     
  404  Not Found [IP: 91.189.95.83 80]
Hit:9 http://archive.canonical.com/ubuntu bionic InRelease               
Reading package lists... Done
E: The repository 'http://ppa.launchpad.net/midori/ppa/ubuntu xenial Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
E: The repository 'http://ppa.launchpad.net/midori/ppa/ubuntu bionic Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.

有什么简单的方法能解决这个问题吗?

EN

回答 1

Ask Ubuntu用户

回答已采纳

发布于 2018-07-16 09:10:56

看起来PPA有点过时,但是Midori可以安装在64位仿生海狸上,如下所示:

代码语言:javascript
复制
sudo apt-get install libjavascriptcoregtk-1.0-0 libwebkitgtk-1.0-0
wget http://midori-browser.org/downloads/midori_0.5.11-0_amd64_.deb
sudo dpkg -i midori_0.5.11-0_amd64_.deb

正如下面的截图所示,这在我的仿生海狸VM上运行得很好:

请注意,这是一个旧的,也许不是很好维护的浏览器,所以要小心一点.

票数 4
EN
页面原文内容由Ask Ubuntu提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://askubuntu.com/questions/1056493

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档