The following packages were automatically installed and are no longer required:
mingw-w64 sbsigntool libnet-ssleay-perl gir1.2-timezonemap-1.0 linux-image-3.5.0-22-generic realpath efibootmgr libunistring0 diffstat
libdmraid1.0.0.rc16 libdebconfclient0 binutils-mingw-w64-i686 libxml-parser-perl liburi-perl libhtml-parser-perl kpartx-boot libopts25
gir1.2-json-1.0 libhttp-daemon-perl linux-headers-3.5.0-22-generic autogen libfont-afm-perl libhttp-negotiate-perl libfile-listing-perl
libhtml-form-perl gcc-mingw-w64 user-setup gcc-mingw-w64-i686 kpartx libhtml-tree-perl libencode-locale-perl rdate libhttp-date-perl
libmailtools-perl liblwp-protocol-https-perl libhttp-cookies-perl libhttp-message-perl binutils-mingw-w64-x86-64 libdebian-installer4
libopts25-dev libnet-http-perl btrfs-tools apt-clone localechooser-data linux-headers-3.5.0-22 gcc-mingw-w64-base libhtml-format-perl
libgettextpo0 libsocket6-perl gcc-mingw-w64-x86-64 libhtml-tagset-perl archdetect-deb dmraid python-pyicu libkms1 libwww-perl mingw-w64-dev
libio-socket-ssl-perl libwww-robotrules-perl liblwp-mediatypes-perl gir1.2-xkl-1.0 libio-socket-inet6-perl
Use 'apt-get autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
dianne@dianne-Inspiron-3437:~$ sudo do-release-upgrade
Checking for a new Ubuntu release
No new release found发布于 2018-05-31 04:03:26
消息的The输出意味着:您有一些未使用的包,这些包曾经被安装过以支持其他不再安装的应用程序(S)。这些包裹可以被移除。它还显示了删除剩余包的命令:sudo apt-get autoremove。
You可以从Ubuntu12.04升级。我已经确定了,但就在发布之前,我进行了测试,以验证它是否有效。我在VM上安装了12.04 LTS,并对其进行了升级,没有任何问题。
您必须运行以下命令的组合:
$ sudo apt-get update
$ sudo apt-get upgrade
$ sudo apt-get dist-upgrade在<>升级命令之后,运行以下命令:
$ ls /var/run/*reboot*如果输出中包含这些行之一,则重新启动计算机以进行更改将生效:
/var/run/reboot-required
/var/run/reboot-required.pkgs在命令之间,查看屏幕,并执行屏幕输出提供的步骤来修复问题。在屏幕上出现当前问题的情况下,它告诉您执行以下命令:
$ sudo apt-get autoremove可以使用上面列表中的第三个命令解析错误No new release found。dist-upgrade不同于upgrade选项,而dist-upgrade将删除过时的库并删除与旧库一起安装的应用程序。
如果它们是您需要的应用程序,您可以解决这些问题,并在稍后重新安装ppa's或其他受抚养人,或者获得那些不再继续运行的程序的更新版本。
https://askubuntu.com/questions/1042170
复制相似问题