Tag: 适合

当apt-get install并删除python 3.5.0时,Ubuntu损坏了

我正在使用新安装的Ubuntu 15.04,因为我想安装较新版本的Python。 所以,在终端我输入了这个。 sudo apt-get install python 3.5.0 它下载并安装了一些东西。 之后,当我在终端上输入python3 ,它打开了版本3.4.3而不是3.5.0。 虽然它没有安装我想要的版本但我输入了这个 sudo apt-get remove python 3.5.0 完成后我发现Ubuntu软件中心已经消失,当我重新启动操作系统时,Ubuntu的启动器和菜单栏消失了,但桌面上的文件是可见且可打开的。 但是ctrl + alt + t没有打开终端。 那么,这里出了什么问题?

由于libxml-simple-perl无法安装快门

我无法安装快门: $ sudo apt-get install -f shutter 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 […]

无法安装没有依赖的葡萄酒

按照本指南安装wine 。 添加repository安装的wine使用 sudo apt-get install wine1.7 但是我收到以下错误: The following packages have unmet dependencies: wine1.7 : Depends: wine1.7-i386 (= 1:1.7.34-0ubuntu1~ppa1) but it is not installable E: Unable to correct problems, you have held broken packages. 所以我尝试过: sudo apt-get install wine1.7-i386 但它没有用。 有谁可以帮助我吗?

ubuntu 12.04中的用户语言支持

在我目前的桌面支持3种语言包: English, Russian and Ukrainian 。 但当另一个用户去他的帐户时只能工作一个 – English 。 以及更改语言或安装新语言包的任何选择。 我尝试过这样做: sudo apt-get install language-support-ua 或根据本手册deb Linux:如何添加对Xfce,GNOME,KDE桌面的保加利亚语,俄语,白俄罗斯语,乌克兰语,塞尔维亚语,马其顿语,波斯尼亚语西里尔语本地化的支持 。 但是resalt总是看起来像下一个: nazar_art@nazar-desctop:/home/andriy$ sudo aptitude install language-support-ru Couldn’t find any package whose name or description matched “language-support-ru” Couldn’t find any package whose name or description matched “language-support-ru” No packages will be installed, upgraded, or removed. 0 packages […]

安装Firefox时出错

我使用的是Ubuntu 16.04.3 LTS。 安装Firefox时,会显示以下错误: The following NEW packages will be installed: Reading package lists… Done Building dependency tree Reading state information… Done The following NEW packages will be installed: firefox 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. Need to get 44.5 MB of archives. After this operation, 176 MB of […]

sudo apt-get install steam错误

我在安装蒸汽时出错了; Reading package lists… Done Building dependency tree Reading state information… Done You might want to run ‘apt-get -f install’ to correct these: The following packages have unmet dependencies: gcc-5-multilib : Depends: libc6-dev-i386 (>= 2.11) but it is not going to be installed libc6-dev-x32 : Depends: libc6-dev-i386 (= 2.23-0ubuntu5) but it is not going to […]

我似乎无法在Docker ubuntu中安装libsodium:生动的图像

我安装了软件属性 – 常见然后做了 add-apt-repository `deb http://archive.ubuntu.com/ubuntu vivid universe 然后尝试了apt-get install libsodium – 那就失败了。 我该如何解决?

apt-get clean中出现“问题取消链接”错误

每当我尝试使用sudo apt-get clean时都会出现问题: :~$ sudo apt-get clean W: Problem unlinking the file apt-fast – Clean (21: Is a directory) :~$ apt-fast clean W: Problem unlinking the file apt-fast – Clean (21: Is a directory) 清除apt-fast并运行 sudo apt-get clean 是我发现修复此问题的唯一方法。 但我使用apt-fast很多,所以不使用它不是一个好的解决方案。 重新安装apt-fast并运行sudo apt-get clean会使问题再次出现。 另外,在安装时(我不知道这是否有用),我发现了这个问题: Unescaped left brace in regex is deprecated, passed through in regex; […]

“无法连接”错误与apt-get:可能的代理?

我几天来一直遇到’sudo apt-get update’的问题。 我已经尝试了所有我能找到的解决方案,但无济于事。 这是’apt-get update’的输出。 Ign http://us.archive.ubuntu.com精确InRelease 点击http://us.archive.ubuntu.com精确更新InRelease Ign http://us.archive.ubuntu.com exact-backports InRelease Ign http://us.archive.ubuntu.com精确安全InRelease Ign http://archive.ubuntu.com精确InRelease 错误的http://us.archive.ubuntu.com精确的Release.gpg 无法连接到69.163.233.85:80: 错误http://us.archive.ubuntu.com精确更新Release.gpg 无法连接到69.163.233.85:80: 错误http://us.archive.ubuntu.com精确 – 后退Release.gpg 无法连接到69.163.233.85:80: 错误的http://archive.ubuntu.com精确的Release.gpg 无法连接到69.163.233.85:80: 错误http://us.archive.ubuntu.com精确安全Release.gpg 无法连接到69.163.233.85:80: Ign http://us.archive.ubuntu.com精确发布 点击http://us.archive.ubuntu.com精确更新发布 Ign http://archive.ubuntu.com精确发布 Ign http://us.archive.ubuntu.com exact-backports Release Ign http://us.archive.ubuntu.com精确安全发布 点击http://us.archive.ubuntu.com精确/主要TranslationIndex Ign http://us.archive.ubuntu.com exact / multiverse TranslationIndex Ign http://us.archive.ubuntu.com精确/限制TranslationIndex Ign http://us.archive.ubuntu.com exact / universe TranslationIndex […]

无法在ubuntu 17.10上安装R.

我最近升级为artful,不能再安装r-recommended 。 我一直收到此错误消息: user@box:~$ sudo apt install r-recommended [sudo] password for user: 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 […]