我在安装VUZE的过程中遇到了问题。
上面写着:
The following packages have unmet dependencies:
vuze : Depends: libswt-gnome-gtk-3-jni but it is not installable
E: Unable to correct problems, you have held broken packages.我试图通过tar.gz文件进行安装,但没有任何效果。
发布于 2018-05-11 14:12:30
您可以通过snap安装Vuze (预装在Ubuntu18.04上):
snap find vuze样本输出:
Name Version Developer Notes Summary
vuze-vs 5.7.6.0-snap1 vs - Vuze is a powerful, open source, bittorrent client.安装vuze:
$ sudo snap install vuze-vs
$ vuze-vshttps://unix.stackexchange.com/questions/443219
复制相似问题