我希望能够像我的操作系统一样从控制台打开文件。
例如,.pdf应该使用evince打开 pdf 的默认应用程序或任何默认应用程序打开文件。所有其他事情也应该起作用;图像 -> eog,文本文件 ->gedit等等。
我希望有一个解决方案,这将非常实用。
我从 14.04 升级后卸载了 wine,现在它不能再安装了:
sudo apt install wine1.6
[..]
The following packages have unmet dependencies:
wine1.6 : Depends: wine1.6-i386 (= 1:1.6.2-0ubuntu14)
Recommends: fonts-droid but it is not installable
E: Unable to correct problems, you have held broken packages.
Run Code Online (Sandbox Code Playgroud)
当我跟踪问题时,该库libldap-2.4-2:i386似乎无法安装。这就引出了一个问题,为什么您甚至需要安装wine 386 版本?
如果不删除 libreoffice 和其他libldap-2.4-2在 amd64 版本中具有依赖性的软件包,则无法安装 wine 是有意的吗?
$ sudo apt update
Hit:1 http://ch.archive.ubuntu.com/ubuntu xenial InRelease
Hit:2 http://archive.canonical.com xenial InRelease
Hit:3 http://ppa.launchpad.net/fkrull/deadsnakes/ubuntu trusty InRelease
Hit:4 http://ppa.launchpad.net/jonathonf/python-3.6/ubuntu xenial InRelease
Get:5 http://security.ubuntu.com/ubuntu xenial-security InRelease [102 kB]
Ign:6 http://security.ubuntu.com/ubuntu …Run Code Online (Sandbox Code Playgroud)