因此,我做了适当的更新,它更新说,我需要升级5个软件包。因此,我做了适当的升级,它说,它一直说0升级,0新安装,0删除和5没有升级。下面是我所做的,我一直得到这个
sudo apt upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
The following packages were automatically installed and are no longer required:
apt-xapian-index dmidecode gconf-service gconf-service-backend
gconf2 gconf2-common gir1.2-gmenu-3.0 gir1.2-gudev-1.0
laptop-detect libcurl3 libgconf-2-4 libgnome-keyring-common
libgnome-keyring0 libnih-dbus1 libplymouth4 libpython-stdlib
plymouth plymouth-theme-ubuntu-text python python-apt
python-aptdaemon python-aptdaemon.gtk3widgets python-asn1crypto
python-attr python-automat python-blinker python-bs4 python-cairo
python-cffi-backend python-chardet python-click python-colorama
python-constantly python-cryptography python-cups python-dbus
python-debian python-defer python-dirspec python-enum34 python-gi
python-gi-cairo python-html5lib python-httplib2 python-hyperlink
python-idna python-incremental python-ipaddress python-jwt
python-lxml python-minimal python-oauthlib python-openssl
python-pam python-piston-mini-client python-pkg-resources
python-pyasn1 python-pyasn1-modules python-serial
python-service-identity python-six python-twisted-bin
python-twisted-core python-twisted-web python-webencodings
python-xapian python-xdg python-zope.interface python2.7
python2.7-minimal python3-piston-mini-client python3-xapian
software-center-aptdaemon-plugins
Use 'sudo apt autoremove' to remove them.
The following packages have been kept back:
xserver-xorg-core xserver-xorg-input-evdev
xserver-xorg-input-synaptics xserver-xorg-input-wacom
xserver-xorg-video-intel
0 upgraded, 0 newly installed, 0 to remove and 5 not upgraded.发布于 2020-10-17 01:02:29
我想你需要sudo apt-get update sudo apt-get dist-upgrade sudo apt-get autoremove sudo apt-get autoclean
或者作为一条班轮
sudo apt-get update && sudo apt-get dist-upgrade && sudo apt-get autoremove && sudo apt-get autoclean
https://askubuntu.com/questions/1284335
复制相似问题