Tag: 易于

中断但没有错误

当我下载Ctrl+c并正在阅读包时,我正在测试一个示例快照。 输出显示了一些python的东西。 之后我正常安装了包。 Apt工作正常,检查日志,看起来很好。 我还运行了dpkg –configure -a并且没有看到输出。 我好吗? 我总觉得这样的事情可能会出错,我不会知道。

在做了sudo apt-get install 之后,应用程序存储在哪里?

通过apt-get install -app name-安装应用程序后。 文件在哪里被复制到? 是复制到一个位置还是多个位置? 如果是这样,我怎么发现这个? 这是一个例子:

用于清除和重新安装包的命令

有时包破坏了,需要从头开始重新安装。 我可以使用apt-get purge然后使用apt-get install ,但是我必须查看是否已卸载任何依赖包并记得重新安装它们。 是否有一个命令来清除并重新安装一个处理依赖关系的包? 如果包依赖于正在重新安装的包,那么该包应该保留在原位,或者也应该重新安装。

保存apt-get文件以供将来安装,我该怎么做?

我的下载限额非常有限,并且有多台计算机。 所以,我的问题是。 我能通过apt-get和我尝试的任何其他终端设备保存已安装的内容吗?

更新列表时“MergeList /var/lib/apt/lists/repository.spotify.com的问题”

昨天一切都运转良好。 今天我想更新它失败并出现以下错误: Pakketlijsten worden ingelezen… Fout! E: Encountered a section with no Package: header E: Problem with MergeList /var/lib/apt/lists/repository.spotify.com_dists_stable_non-free_i18n_Translation-en E: De pakketlijsten of het statusbestand konden of niet ontleed, of niet geopend worden. 我有荷兰语本地化,所以我会尝试在这里进行转换..(希望它有意义..) 第一行:阅读包列表…错误! 最后一行:无法解析或打开包列表或状态文件。 有人知道发生了什么以及我如何纠正这个问题?

如何阻止做任何事情

我有一个非常小的嵌入式系统,它上面有一个Linux项目。 当我运行df时,通常使用大约47%的磁盘空间。 但是,每次启动系统时,该数字会变大,直到达到100%。 我可以通过使用apt-get clean来恢复它,但我甚至不想更新任何东西。 我的系统使用的有限容量已经可以正常使用它,我不希望任何升级包更新。 如何禁用每次启动时检查更新和下载内容的function?

我怎样才能安全地恢复libglapi-mesa版本?

目前我无法安装一些软件 。 sudo apt-get install vlc给出 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 of […]

sudo apt-get -f安装失败

我认为我在混合不同的存储库包时遇到问题,但我无法卸载任何冲突的包。 有什么建议? gunnar@gunnar-VirtualBox:~$ sudo apt-get -f install Reading package lists… Done Building dependency tree Reading state information… Done Correcting dependencies… Done The following extra packages will be installed: libc6-dev-i386 The following NEW packages will be installed: libc6-dev-i386 0 upgraded, 1 newly installed, 0 to remove and 107 not upgraded. 4 not fully installed or removed. […]

Apt-get无法从Ubuntu服务器获取错误代码404

我刚刚从10.04更新到Oneiric,现在我再也无法使用apt-get了。 当我这样做时,我收到以下错误: 点击http://security.ubuntu.com oneiric-security InRelease Ign http://archive.ubuntu.com oneiric InRelease Ign http://archive.ubuntu.com oneiric-updates InRelease 点击http://security.ubuntu.com oneiric-security Release.gpg 点击http://archive.ubuntu.com oneiric Release.gpg 点击http://security.ubuntu.com oneiric-security发布 Ign http://archive.ubuntu.com oneiric-updates Release.gpg Ign http://archive.ubuntu.com oneiric Release Ign http://archive.ubuntu.com oneiric-updates发布 点击http://security.ubuntu.com oneiric-security / main TranslationIndex Ign http://security.ubuntu.com oneiric-security / multiverse TranslationIndex Ign http://security.ubuntu.com oneiric-security / restricted TranslationIndex 点击http://archive.ubuntu.com oneiric / main TranslationIndex Ign […]

apt-get –force-yes:如何抑制进一步的问题

以acroread或libpam-ldap包为例。 即使安装了apt-get –force-yes他们仍会提出问题: acroread想知道acrobat是否应该是标准的PDF阅读器(如何假设?) libpam-ldap什么是LDAP服务器URI,版本,密码……? (如何假设任何东西, ldap.conf将被木偶覆盖) 有没有“为了上帝的缘故,假设任何东西,并停止唠叨” – apt-get开关?