Questions tagged «apt»

Advanced Packaging Tool,基于Debian的发行版的软件包管理器。它也是在Ubuntu中安装软件包的最常用工具。有关使用任何apt工具的问题,应使用此标记。

3
无法找到包mysql-server
我安装了ubuntu 16.04,之后尝试安装mysql时显示错误为 $ sudo apt-get更新 mcerc的[sudo]密码: 正在阅读包装清单...完成 mcerc @ mcerc-ThinkCentre-M72e:〜$ sudo apt-get安装mysql 正在阅读包装清单...完成 建立依赖树 正在读取状态信息...完成 E:无法找到软件包mysql mcerc @ mcerc-ThinkCentre-M72e:〜$ sudo apt-get安装mysql-server 正在阅读包装清单...完成 建立依赖树 正在读取状态信息...完成 E:无法找到软件包mysql-server mcerc @ mcerc-ThinkCentre-M72e:〜$ ^ C mcerc @ mcerc-ThinkCentre-M72e:〜$

1
无法下载额外的数据文件:flashplugin-installer(不是重复的问题)
这不是以下内容的副本:askubuntu ... / failure-to-download-extra-data-files-flashplugin-installer或askubuntu ... / how-do-i-stop-failure-to-download-extra- pepflashpluginin数据文件错误。 第一个链接是最接近的,但接受的答案无效。 错误画面 推荐的解决方案 sudo apt-get remove --purge flashplugin-installer sudo apt-get install flashplugin-installer apt-get中的新错误 Reading package lists... Done Building dependency tree Reading state information... Done The following packages were automatically installed and are no longer required: bbswitch-dkms dkms libcuda1-361 nvidia-prime Use 'sudo apt …

2
在Ubuntu 16.04上更新到最新的gcc和g ++
我最近尝试降级到gcc 4.7,因为我正在使用的cfd代码未使用最新的gcc版本进行编译。但是在经历了许多错误并且代码仍然没有编译之后,我放弃了,我想回到最新的gcc和g ++编译器,但是看来我可能已经搞砸了。 当我做: sudo update-alternatives --remove-all gcc sudo update-alternatives --remove-all g++ sudo apt-get install gcc-6.2 g++-6.2 甚至gcc-5.1 g ++-5.1都给我以下错误 Reading package lists... Done Building dependency tree Reading state information... Done E: Unable to locate package gcc-6.2 E: Couldn't find any package by glob 'gcc-6.2' E: Couldn't find any package …
11 apt  gcc  g++ 


1
Ubuntu存储库会继续增长吗?
我对使用制作的Trusty存储库有完整的了解apt-mirror。我使用rsync命令将备份保留在另一个磁盘上。每当执行备份时,我都会注意到从未删除任何文件。这使我相信添加了新版本的软件包,修改了索引文件,但从未删除过任何软件包。似乎由来的初始存储库下载的大小增加支持了这一点apt-mirror。 储存库是否仅被连续添加? 编辑:注释建议缺少删除的文件是由于rsync命令使用错误。不是这种情况。这是我使用的命令: rsync -av --delete --log-file=/home/user/test_mirror_update_20160610.txt /path/to/raw_mirror/ /path/to/test_mirror/ &

2
为什么会存在snap-packages-真的有需求吗?
假设条件 老实说,我对snap-packages知之甚少-但这与这个问题无关-参见下文。我认为该系统与现有系统明显不同。 更改有意义吗? 有没有足够的实际需求?那就是-是否有一个新的用例,它对开发新格式足够重要-以及相关的基础架构? 改变当前方法来覆盖新的用例也是不可行的吗? 还是我错过了重点? 我所看到的可能主要是市场营销-最小化技术更改的新名称和名称,从而有机会让任何机构认为它是“新的更好的”并且可以实际使用。同样,可能新包装太紧密地基于现有格式,以至于大多数情况下是向用户的展示方式的变化。当然,那可能是一个很好的解决方案。在这种情况下,这个问题没有太大的意义。 然后,我希望它仍然足以回答各个方面。如果问题对您没有帮助或对新用户造成困扰,请告诉我,我们很乐意将其删除。 那么,为什么它们存在呢? 背景 我的第一个反应是“那没有道理!” 这类似于在物理站点上有人不高兴地问,为什么没人在回答中讨论他的出色新想法的情况。它看起来很像crackpot的想法;与实际的物理知识相距甚远,甚至很难找到起点。我写的答案没有一个字就能触及他的想法,而是解释了为什么人们不会讨论假设的骗子想法-而不是第一个例子。我认为答案实际上是正确的。 如果我的假设是正确的,这种情况是相似的。 但是,也许不是-让我们看看。

1
无法安装任何东西并在ubuntu 14.10上更新
关闭。这个问题是题外话。它当前不接受答案。 想改善这个问题吗? 更新问题,使它成为Ask Ubuntu 的主题。 4年前关闭。 这是我的/etc/apt/sources.list的内容: # deb cdrom:[Ubuntu 14.10 _Utopic Unicorn_ - Release amd64 (20141022.1)]/ utopic main restricted # See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to # newer versions of the distribution. deb http://in.archive.ubuntu.com/ubuntu/ utopic main restricted deb-src http://in.archive.ubuntu.com/ubuntu/ utopic main restricted ## Major bug fix updates produced …

2
为什么安装Firefox软件包需要软件包'xul-ext-ubufox'?
尝试在Ubuntu 14.04上安装Firefox软件包时,它提示我也进行安装xul-ext-ubufox: $ sudo apt-get install firefox Reading package lists... Done Building dependency tree Reading state information... Done The following extra packages will be installed: xul-ext-ubufox Suggested packages: ttf-lyx The following NEW packages will be installed firefox xul-ext-ubufox 为什么安装Firefox软件包需要Ubufox软件包?据我了解,Ubufox仅扩展了Firefox的功能,因此它应该是建议的软件包,而不是必需的软件包。 还有一个问题,如何在不安装Ubufox的情况下安装Firefox?

6
删除了python二进制文件,并且无法使用apt-get恢复,该怎么办?
好。是的 想要重新开始,因为我遇到了依赖关系混乱,因此我运行了“ whereis python”并从字面上清除了所有出现的文件和目录。然后,当我去运行apt-get install python时,我当然会得到很多错误。有没有一种方法可以在ubuntu上重新安装python而不只是进行干净擦除? 这是尝试安装python二进制文件的输出: root@ubuntu14-server:/home/kpoole# apt-get install python Reading package lists... Done Building dependency tree Reading state information... Done python is already the newest version. The following packages were automatically installed and are no longer required: libexpat1-dev libpython-dev libpython2.7-dev Use 'apt-get autoremove' to remove them. 0 upgraded, …
11 apt  python  dpkg 

2
使用pyenv安装Python 3之后在Ubuntu 14.04上安装matplotlib
我正在将Ubuntu 14.04与Python 2.7.6结合使用。我已经安装matplotlib了Python2。现在,我刚刚使用安装了Python 3.4.2 pyenv install 3.4.2。然后我跑去pip install matplotlib安装Python3。matplotlib后来我发现了python3-matplotlibUbuntu 14.04 的软件包。我想知道:我应该sudo apt-get install python3-matplotlib改用吗?matplotlib与Python 2并排安装Python 3 的首选方式是什么matplotlib?
11 14.04  apt  python 


3
“您拿着破损的包装”在尝试安装R时
我知道这个问题已经被问到了,但是发布的所有答案都无法帮助解决我的问题。我在Ubuntu 14.04上尝试了以下命令: sudo apt-get install r-base-core 我得到: The following packages have unmet dependencies: r-base-core : Depends: libtiff4 but it is not installable Recommends: r-recommended but it is not going to be installed Recommends: r-base-dev but it is not going to be installed Recommends: r-doc-html but it is not going to …

1
如何通过命令行升级主要的Kubuntu版本?
该建议的升级版本Kubuntu的方法是使用kubuntu-devel-release-upgrade,开辟了一个GUI窗口。 是否有用于升级发行版的纯命令行方法? 背景 尝试使用GUI进行升级时,它会经历“准备升级”,“设置新软件通道”和“获取新软件包”,然后停滞在“安装升级”上。弹出一个窗口说: 无法安装升级。升级已中止。您的系统可能处于无法使用的状态。现在将运行恢复(dpkg --configure -a)。 我单击“确定”(或者是“关闭”?),GUI现在停留在45%。我无法再滚动内置终端的输出,并且GUI窗口似乎卡住了。 看着我启动的终端kubuntu-devel-release-upgrade,我可以看到 Configuration file '/etc/apport/crashdb.conf' ==> Modified (by you or by a script) since installation. ==> Package distributor has shipped an updated version. What would you like to do about it ? Your options are: Y or I : install the package maintainer's …
11 apt  upgrade  kubuntu 

2
终端命令中的问号是什么意思?
这个问题(如何从kubuntu 12.04安装中删除gnome?)具有带问号的命令: sudo apt-get remove --purge ubuntu-desktop sudo apt-get remove --purge unity? sudo apt-get remove --purge gnome? 他们的意思是什么?
11 command-line  apt  bash 


By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.