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:
veracrypt : Depends: libwxgtk3.0-gtk3-0v5 but it is not installable
E: Unable to correct problems, you have held broken packages.以上是在kubuntu23.04中安装veracrypt文件时出现的错误。我试图安装veracrypt版本1.25.9下载自官方网站。我还试图使用veracrypt通用安装程序安装gui版本,而且它似乎也不起作用。尝试使用apt安装libwxgtk3.0-gtk3-0v5,但apt未能找到软件包。我该怎么办?
发布于 2023-04-24 08:56:06
这在很大程度上是一个VeraCrypt问题,而不是Ubuntu问题。
您将注意到他们为Ubuntu18.04、20.04、21.04、21.10和22.04构建了版本,但没有23.04。我建议以下之一:
发布于 2023-04-30 18:05:42
您需要安装库的确切版本,以及其他产品(如AppImage应用程序)。
sudo apt install libfuse2然后从veracrypt存储库下载veracrypt-1.25.9-setup.tar.bz2文件,然后解压缩该文件并按如下方式运行该工具:
sudo ./veracrypt-1.25.9-setup-gtk3-gui-x64当出现提示时,不要安装它,而是单击“提取.tar包文件”,.The安装包将在/tmp上解压。
提取tar文件:
tar xvf veracrypt_1.25.9_amd64.tar.gzusr文件夹是在提取文件夹上创建的,必须按以下方式完整复制:
sudo cp -R usr/* /usr/现在可以从命令行或应用程序菜单运行veracrypt。
https://askubuntu.com/questions/1464953
复制相似问题