无论如何,位掩码都不会安装

无论如何,位掩码都不会安装

我正在运行最新版本的 lubuntu 18,但我无法启动和运行 bitmask。我甚至尝试在全新版本的 lubuntu 上安装它,得到了相同的结果,所以我知道这不是我的设置。

我只会发布我的确切终端读数,无论如何我都无法更改。我已经尝试了在线可以找到的每一种解决方法,但我没有找到任何可以帮助我的方法。

我也通过 pip install leap.bitmask 进行了安装,但也没有用。什么都不起作用,我不明白。谢谢。

终端流程是这样的,按照 leap 网站上的基本安装:

stillabloominanimal@notananimalsowhat:~$ sudo apt install leap-archive-keyring lsb-release
[sudo] password for stillabloominanimal: 
Reading package lists... Done
Building dependency tree       
Reading state information... Done
lsb-release is already the newest version (9.20170808ubuntu1).
leap-archive-keyring is already the newest version (2017.11.24).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
stillabloominanimal@notananimalsowhat:~$ sudo sh -c 'echo "deb http://deb.leap.se/client release $(lsb_release -sc)" > /etc/apt/sources.list.d/bitmask.list'
stillabloominanimal@notananimalsowhat:~$ sudo apt update && sudo apt install bitmask
Hit:1 http://deb.leap.se/client release InRelease
Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease              
Hit:3 http://us.archive.ubuntu.com/ubuntu bionic InRelease                     
Get:4 http://deb.leap.se/client release/bionic i386 Packages [3,320 B]         
Hit:5 http://archive.canonical.com/ubuntu bionic InRelease                     
Hit:6 http://security.ubuntu.com/ubuntu artful-security InRelease              
Hit:7 http://us.archive.ubuntu.com/ubuntu bionic-updates InRelease             
Hit:8 http://ppa.launchpad.net/ubuntuhandbook1/audacity/ubuntu bionic InRelease
Hit:9 http://us.archive.ubuntu.com/ubuntu artful InRelease              
Hit:10 http://us.archive.ubuntu.com/ubuntu artful-updates InRelease
Hit:11 http://us.archive.ubuntu.com/ubuntu bionic-backports InRelease
Fetched 3,320 B in 2s (2,029 B/s)                  
Reading package lists... Done
Building dependency tree       
Reading state information... Done
All packages are up to date.
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 bitmask : Depends: bitmask-mail but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
stillabloominanimal@notananimalsowhat:~$ 

我已经进入突触和能力,我告诉你,它根本不起作用。请帮忙。

stillabloominanimal@notananimalsowhat:~$ sudo apt-get -f install bitmask
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 bitmask : Depends: bitmask-mail but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
stillabloominanimal@notananimalsowhat:~$ sudo apt-get -f install bitmask-mail
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 bitmask-mail : Depends: soledad-client but it is not going to be installed
                Recommends: xul-ext-bitmask but it is not installable
E: Unable to correct problems, you have held broken packages.
stillabloominanimal@notananimalsowhat:~$ sudo apt-get -f install soledad-client
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 soledad-client : Depends: python-sqlcipher (>= 2.6.3.3+b1) but it is not installable
E: Unable to correct problems, you have held broken packages.
stillabloominanimal@notananimalsowhat:~$ sudo apt-get -f install python-sqlcipher
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Package python-sqlcipher is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

E: Package 'python-sqlcipher' has no installation candidate
stillabloominanimal@notananimalsowhat:~$ 

答案1

您的源列表中同时包含 Artful 和 Bionic 存储库,它们迟早会出现一些问题。

我有点惊讶地看到Get:4 http://deb.leap.se/client release/bionic i386 Packages [3,320 ] Get:4 http://deb.leap.se/client release/bionic amd64 Packages [3,320 ]

你可以尝试一下:sudo apt install bitmask-mail bitmask你可能会得到更有用的调试输出。在查看https://0xacab.org/leap/很明显,他们即将发布重写的客户端。如果您愿意,可以尝试一下:转到“Ubuntu 软件”对话框并搜索 bitmask 或 riseup-vpn。

相关内容