ubuntu16.04 update 18.04 cannot get the new version

简介: ubuntu16.04 update 18.04 cannot get the new version
1. sudo apt update (更新软件源)
  2. sudo apt upgrade (更新内核相关的包)
  3. sudo apt dist-upgrade
  4.  sudo apt-get autoremove
  5. sudo apt install update-manager-core
  6. sudo do-release-upgrade

using the above code, if you cannot get the new version;you should set the software&updates.

目录
相关文章
|
11月前
|
Ubuntu
Ubuntu 1604报错cannot create temp file for here-document: No space left on device,拓展sda容量解决之
Ubuntu 1604报错cannot create temp file for here-document: No space left on device,拓展sda容量解决之
178 0
|
1月前
|
人工智能 Ubuntu 机器人
【解决方案】ubuntu 解决办法 ImportError: cannot import name ‘_gi‘ from ‘gi‘
【解决方案】ubuntu 解决办法 ImportError: cannot import name ‘_gi‘ from ‘gi‘
|
Ubuntu Linux
Ubuntu cannot open directory ‘.‘: Permission denied错误
Ubuntu cannot open directory ‘.‘: Permission denied错误
585 0
|
Ubuntu
Ubuntu编译链接错误:cannot find -lz解决办法
这是因为没有安装zlib库,使用如下方式安装即可: sudo apt-get install zlib1g-dev 注意有些系统上可能是: sudo apt-get install zlib-dev
1059 0
|
11天前
|
Ubuntu 编译器 Windows
ubuntu 18.04安装ftp为wordpress添加ftp
ubuntu 18.04安装ftp为wordpress添加ftp
|
1天前
|
存储 Ubuntu JavaScript
ubuntu安装npm环境
ubuntu安装npm环境
4 0
|
4天前
|
Ubuntu Java
蓝易云 - ubuntu22安装和部署Kettle8.2
现在你应该可以看到Kettle的图形界面了。这就完成了Ubuntu 22上Kettle 8.2的安装和部署。
7 1
|
5天前
|
Ubuntu 编译器 C语言
蓝易云 - ubuntu上安装boost库为SOMEIP的X86和ARM下编译做准备(编译两种版本)
以上就是在Ubuntu上安装Boost库并为SOME/IP的X86和ARM架构编译做准备的全部步骤。
16 0
|
9天前
|
Java 开发工具
Ubuntu18.04 安装jdk1.8
Ubuntu18.04 安装jdk1.8