First become root:
Then run
and install the package update-manager-core:
apt-get install update-manager-core
Open the file /etc/update-manager/release-upgrades...
vi /etc/update-manager/release-upgrades
... and change Prompt=lts to Prompt=normal:
Then run
to start the distribution upgrade.
Confirm that you want to do the upgrade:
Doyouwanttostarttheupgrade?
2packagesaregoingtoberemoved.48newpackagesaregoingtobe
installed.376packagesaregoingtobeupgraded.
Youhavetodownloadatotalof242M.Thisdownloadwilltakeabout6
minuteswithyourconnection.
Fetchingandinstallingtheupgradecantakeseveralhours.Oncethe
downloadhasfinished,theprocesscannotbecancelled.
Continue[yN]Details[d]<--y
At the end of the upgrade process, you should remove obsolete packages:
Removeobsoletepackages?
21packagesaregoingtoberemoved.
Continue[yN]Details[d]<--y
The server needs to be rebooted to complete the upgrade:
System upgrade is complete.
Restart required
To finish the upgrade, a restart is required.
If you select 'y' the system will be restarted.
Continue [yN] <-- y
After the reboot, your server is running new Ubuntu.
分享到:
相关推荐
**Ubuntu Server 12.04安装图解** Ubuntu Server 12.04,代号"precise pangolin",是Ubuntu发行版的一个长期支持(LTS)版本,为服务器环境提供了稳定、安全且高效的操作系统。这个版本的生命周期长达五年,确保了...
更新代理是 Ubuntu Server 的一个重要组件,读者可以使用以下命令来更新 Ubuntu Server 的更新代理:sudo apt-get update && sudo apt-get dist-upgrade。同时,读者也可以使用 Ubuntu 的图形化界面来更新 Ubuntu ...
Ubuntu Server是基于Debian Linux的开源操作系统,它是一个专为服务器环境设计的发行版。它以其稳定性和安全性而闻名,广泛应用于各种服务器架构,包括虚拟化、云和容器技术。Ubuntu Server还包含了众多开源软件的预...
### Ubuntu Server 常用配置方法 #### 一、网络配置方法 Ubuntu Server 的网络配置主要涉及对 `/etc/network/interfaces` 文件的修改。这个文件控制着网络接口如何启动和配置。 1. **静态 IP 配置** - 打开 `/...
**Ubuntu Server Guide** 是一个全面且详尽的手册,旨在为用户提供如何在其 Ubuntu 系统上安装和配置各种服务器应用的指导。这份文档是面向任务的,通过一系列步骤帮助用户根据自己的需求定制系统。 #### 二、支持 ...
在IT领域,搭建Ubuntu Server平台是一项基础且重要的工作,它为开发者、系统管理员以及各种服务提供了稳定、安全的运行环境。Ubuntu Server是一个基于Debian的Linux发行版,因其开源、免费以及强大的社区支持而广受...
Ubuntu Server 14.04升级Ubuntu Server 16.04 1、终端下执行命令 $ sudo apt-get update && sudo apt-get dist-upgrade 2、重启系统以完成更新的安装 $ sudo init 6 3、用命令安装更新管理器核心update-manager-...
在IT领域,操作系统是计算机硬件与用户之间的重要桥梁,而Ubuntu Server是一款专为服务器环境设计的开源操作系统。本文将深入探讨“安装server版Ubuntu”的全过程,以及与之相关的知识点。 首先,Ubuntu Server提供...
"安装 FreePBX 13 在 Ubuntu Server 14.04.2" 本文将详细介绍如何在 Ubuntu Server 14.04.2 上安装 FreePBX 13,包括安装前的准备工作、基本安装步骤、安装后设置等详细信息。 安装前的准备工作 在安装 FreePBX ...
本教程将详细介绍如何在Ubuntu Server 10.04操作系统上快速搭建一个基于Resin 3.1.10应用服务器和Nginx 0.7.65反向代理服务器的环境。这个配置能够优化性能,提高网站的访问速度和负载能力。 首先,我们需要了解...
在Ubuntu中,小版本升级(如20.04.3到20.04.4)通常可以通过`apt update`和`apt upgrade`命令完成,这些命令会更新已安装软件包的版本,但不会改变主版本号。然而,大版本升级(如20.04到22.04)则需要使用`do-...
由于Ubuntu Server默认不启动图形界面,我们需要手动启动: ```bash sudo systemctl start lightdm # 如果使用lightdm作为显示管理器 ``` 为了使服务器在启动时自动启动桌面环境,执行: ```bash sudo systemctl ...
在本文中,我们将深入探讨如何在Ubuntu Server 12.04 64位系统上编译并安装zhcon 0.2.6。zhcon是一款开源的中文终端模拟器,它支持UTF-8编码,使得在Linux环境中使用中文变得更加方便。在没有图形化界面的服务器上,...
### 使用菜鸟方式掌握 Ubuntu Server 10.04 的核心知识点 #### 一、安装方法概览 在《以菜鸟方式使用ubuntu servers10.pdf》文档中,作者提供了三种安装Ubuntu Server 10.04的方法:使用Wubi安装、正常安装以及...
本教程将详细介绍如何在Ubuntu-server 22.04.1 LTS(长期支持版)上安装和配置Java(包括JDK 17)以及部署Apache Tomcat应用服务器。我们将遵循以下步骤: 1. **更新系统** 首先,确保你的Ubuntu服务器系统是最新的...
对于服务器场景,Ubuntu提供了专门的Server Edition,它去除了桌面环境,专注于提供一个轻量级、低维护需求的服务器平台。 1. **Ubuntu Server安装与部署** Ubuntu Server的安装过程相对简单,支持多种方式,包括...