Questions tagged «updates»

有关更新的问题。这是一个非常通用的标签。如果您有一个更具体的标签(例如,您的问题所涉及的包装名称),请使用该标签。





4
apt-get停留在0 [连接到us.archive.ubuntu.com]
当我升级时,它会卡在这里: user@plato:~# sudo apt-get upgrade Reading package lists... Done Building dependency tree Reading state information... Done Calculating upgrade... Done The following packages will be upgraded: bind9-host coreutils cpio curl dnsutils libbind9-90 libc-bin libc-dev-bin libc6 libc6-dev libcgmanager0 libcurl3 libcurl3-gnutls libdns100 libdrm-intel1 libdrm-nouveau2 libdrm-radeon1 libdrm2 libisc95 libisccc90 libisccfg90 libjasper1 liblwres90 libplymouth2 libsepol1 …

14
如何修复丢失的GPG密钥?
我刚刚安装了Ubuntu 12.04,并添加了一些仓库,当我这样做时apt-get update,我缺少了gpg密钥。 以下命令似乎对我不起作用: apt-get update 2> /tmp/keymissing; for key in $(grep "NO_PUBKEY" /tmp/keymissing |sed "s/.*NO_PUBKEY //"); do echo -e "\nProcessing key: $key"; gpg --keyserver subkeys.pgp.net --recv $key && sudo gpg --export --armor $key | apt-key add -; done 如何解决这个问题?

15
如何在不进行任何发行版升级的情况下将内核更新到最新的主线版本?
目前,我正在运行Linux-3.0,我想将其更新为Linux-3.3.1,这是http://www.kernel.org中提到的最新稳定内核版本。我可以在Ubuntu中更新到3.3.1,而没有崩溃的风险吗?我正在按照更新管理器的要求定期更新内核。.当前我有Linux- 3.0.0.17 .. 我可以更新吗? 注意: 任何用户应该在Ubuntu中使用的最新内核版本都会通过更新管理器自动更新,因此用户通常不需要执行任何有关内核升级的操作。问题作者指的是mainline内核,请参阅: 我应该升级到“ mainline”内核吗?
146 upgrade  kernel  updates 

3
“找不到方法驱动程序/ usr / lib / apt / methods / https”更新错误
sudo apt-get update E: The method driver /usr/lib/apt/methods/https could not be found. michael@Ubuntu:~$ sudo apt-get clean michael@Ubuntu:~$ cd /var/lib/apt michael@Ubuntu:/var/lib/apt$ sudo mv lists lists.old michael@Ubuntu:/var/lib/apt$ sudo mkdir -p lists/partial michael@Ubuntu:/var/lib/apt$ sudo apt-get clean michael@Ubuntu:/var/lib/apt$ sudo apt-get update E: The method driver /usr/lib/apt/methods/https could not be found. E: Could not get …
145 apt  updates 




9
如何修复“ E:找不到方法驱动程序/ usr / lib / apt / methods / http。”错误?
我尝试从终端更新软件包,这是我得到的: $ sudo apt-get update E: The method driver /usr/lib/apt/methods/http could not be found. E: The method driver /usr/lib/apt/methods/http could not be found. E: The method driver /usr/lib/apt/methods/http could not be found. E: The method driver /usr/lib/apt/methods/http could not be found. E: The method driver /usr/lib/apt/methods/http could not be found. …
108 apt  updates  sudo 

3
在Ubuntu 16.04上使用ttf-mscorefonts-installer“无法下载额外的数据文件”
我已经从更新通知程序收到有关“无法下载额外的数据文件”的通知。它要求我从ttf-mscorefonts-installer程序包中下载字体。但是,每当我单击“立即执行此操作”时,都会弹出一个窗口(请参见下图),并且从未下载过该窗口。 它一直保持“等待标题”,直到超时。如果使用wgetin终端下载软件包,也会发生相同的事情: wget downloads.sourceforge.net/corefonts/andale32.exe --2016-05-02 11:57:32-- http://downloads.sourceforge.net/corefonts/andale32.exe Resolving downloads.sourceforge.net (downloads.sourceforge.net)... 216.34.181.59 Connecting to downloads.sourceforge.net (downloads.sourceforge.net)|216.34.181.59|:80... connected. HTTP request sent, awaiting response... 它将再次失败。 我已经注意到了类似的问题,像这一个,但已知的方案从来没有对我的工作。有线的事情是我可以从Chrome之类的浏览器下载字体包,然后运行以下命令来解决字体问题: sudo dpkg-reconfigure ttf-mscorefonts-installer 指示字体文件夹。但是我的问题是我的package-data-downloader终端配置是否有问题?该sudo apt-get update命令可以运行,但会显示一些错误和警告,但通常可以从Internet下载数据。仅当终端连接到sourceforge或类似的网站时,它才会失败。 希望您对如何在所有情况下都能从终端进行下载有所了解。让我知道我还能提供什么信息。谢谢!

9
以下签名无效:EXPKEYSIG 1397BC53640DB551
这是问题952287:[用户反馈-稳定]由于GPG签名密钥过期,Chrome for Linux的报告无法安装/更新 今天,apt在我所有的计算机上运行都会导致Google PPA出现此错误(用于google-chrome): me@mymachine:~$ sudo apt clean && sudo apt update && sudo apt full-upgrade -y && sudo apt autoremove -y && sudo apt autoclean -y && sudo snap refresh [sudo] password for me: Ign:1 http://dl.google.com/linux/chrome/deb stable InRelease Hit:2 http://ppa.launchpad.net/graphics-drivers/ppa/ubuntu bionic InRelease Hit:3 http://dl.google.com/linux/chrome/deb stable Release Hit:4 http://archive.ubuntu.com/ubuntu …

2
N:忽略目录“ /etc/apt/apt.conf.d/”中的文件“ 50unattended-upgrades.ucf-dist”,因为文件扩展名无效
昨天我升级了发行版,今天当我apt-get用来安装任何东西或更新时,出现错误: N: Ignoring file '50unattended-upgrades.ucf-dist' in directory '/etc/apt/apt.conf.d/' as it has an invalid filename extension 据我所知,当一些新的配置/设置与旧的配置/设置混合时,会发生此错误。所以我尝试通过移动到文件夹来调试它ls -l /etc/apt/apt.conf.d/ total 52 -rw-r--r-- 1 root root 82 May 19 07:59 00CDMountPoint -rw-r--r-- 1 root root 40 May 19 07:59 00trustcdrom -rw-r--r-- 1 root root 769 Sep 2 23:56 01autoremove -r--r--r-- 1 root …

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.