`
wuhuizhong
  • 浏览: 682602 次
  • 性别: Icon_minigender_1
  • 来自: 中山
社区版块
存档分类
最新评论

HowTo: Upgrade To a Newer Version of Ubuntu 14.04 LTS

 
阅读更多

Back up any important data on the Ubuntu server

Make a backup - it cannot be stressed enough how important it is to make a backup of your system before you do this. Most of the actions listed in this post are written with the assumption that they will be executed by the root user running the bash or any other modern shell. Type the following commands to see current version:
$ uname -mrs
$ lsb_release -a

Sample outputs:

Linux 3.2.0-51-generic x86_64
No LSB modules are available.
Distributor ID:	Ubuntu
Description:	Ubuntu 12.04.4 LTS
Release:	12.04
Codename:	precise

How do I upgrade to a newer version of Ubuntu, such as v14.04, from an older v13.10 on a server system?

Type the following command to update package list and instal the update-manager-core package if it is not already installed:
$ sudo apt-get update
$ sudo apt-get install update-manager-core

Next, type the following command to upgrade the Ubuntu server to the latest release such as LTS 14.04 from the command-line. This is the recommended command as the server has no graphic environment or if the server is to be upgraded over a remote connection using ssh client:
$ sudo do-release-upgrade
The do-release-upgrade will launch the upgrade tool. You need to follow the on-screen instructions.

Fixing and forcing upgrade

You may end up getting the following message on screen when you run sudo do-release-upgrade

Checking for a new Ubuntu release
No new release found

Warning: The following method will check if upgrading to the latest devel (also known as unstable) release is possible via -d option.

To force upgrade pass the -d option to sudo do-release-upgrade command:

 
sudo do-release-upgrade -d
 

A note about upgrading from Ubuntu 13.10 on a desktop system

First, you need to remove all 3rd party binary drivers such as NVIDIA or AMD graphics card driver. Once removed and rebooted the desktop, press Alt+F2 and type in update-manager into the command box:

update-manager

Update Manager should open up and tell you: New distribution release '14.04 LTS' is available. Just click Upgrade and follow the on-screen instructions to upgrade your desktop systems.

Please note that all LTS desktop users need to wait till the first release called Ubuntu LTS v14.04.1 will be released by Canonical LTD. If you do not want to wait till LTS v14.04.1, pass the -d option to the update-manager command as follows to upgrade Ubuntu 12.04 LTS to Ubuntu 14.04 LTS:

 
sudo update-manager  -d
 

Reboot the server/desktop

Finally, reboot the system:
$ sudo reboot
Verify, your new settings:
$ lsb_release -a
$ uname -mrs
$ tail -f /var/log/app/log/file

Finally, reinstall 3rd party binary drivers.

分享到:
评论

相关推荐

    Ubuntu参考手册14.04 LTS第二版.rar

    《Ubuntu参考手册14.04 LTS第二版》是一份专为Ubuntu 14.04 Long Term Support (LTS)版本用户准备的详细指南。Ubuntu 14.04 LTS,代号“Trusty Tahr”,是Ubuntu操作系统的一个稳定版本,支持周期长达5年,旨在为...

    openstack kilo版安装部署(ubuntu14.04LTS)

    在Ubuntu 14.04 LTS(长期支持版)上安装OpenStack Kilo,可以确保一个稳定的运行环境,因为Ubuntu LTS版本提供长达五年的支持。 ### OpenStack简介 OpenStack是一个开源的云计算平台,由一系列服务组成,这些服务...

    Ubuntu 14.04 LTS Server 安装vsftpd3.0.2.docx

    【Ubuntu 14.04 LTS Server 安装vsftpd3.0.2】的知识点详解 在Ubuntu 14.04 LTS (长期支持版本)上安装vsftpd (Very Secure FTP Daemon) 3.0.2是构建安全FTP服务的基础。以下是安装和配置的详细步骤,同时涉及SSH、...

    ubuntu14.04 LTS svn1.9.4源码及依赖库打包

    在本文中,我们将深入探讨如何在Ubuntu 14.04 LTS系统上,基于源码编译并安装Subversion 1.9.4,以及它所依赖的APR(Apache Portable Runtime)1.5.2和APR-Util 1.5.4库。这个过程对开发者和技术人员来说是必要的,...

    Ubuntu 14.04 LTS Server 安装vsftpd3.0.2.pdf

    本文主要介绍如何在Ubuntu 14.04 LTS Server上安装和配置vsftpd 3.0.2,以及同时设置SSH、静态IP/DNS和ACL权限。以下是一些关键步骤和概念: 1. **系统安装**: - 在安装Ubuntu 14.04 LTS Server时,仅选择OpenSSH...

    【vm10+ubuntu14.04 LTS+caffe+cuda6.5】安装笔记

    ### 安装指南:【vm10+ubuntu14.04 LTS+caffe+cuda6.5】 #### 一、前言 随着深度学习技术的发展,越来越多的研究人员和工程师开始利用深度神经网络来解决实际问题。Caffe作为一款快速、模块化的深度学习框架,被...

    安装完Ubuntu 14.04要做的件事

    在安装完Ubuntu 14.04之后,为了让你的新系统更加完善且适应日常使用,以下是一些重要的步骤和建议: 1. **更新系统**:首先,确保你的系统是最新的。打开终端(Terminal),输入`sudo apt-get update`来获取最新的...

    在ubuntu 14.04上安装php7.pdf

    - **Ubuntu 14.04**:这是一个基于Debian的Linux发行版,以其稳定性著称。它非常适合服务器部署,特别是在Web开发环境中。 - **PHP 7**:PHP 7是PHP语言的一个主要版本,相比之前的版本,它带来了显著的性能提升以及...

    详解从Ubuntu 14.04 LTS版升级到Ubuntu 16.04 LTS

    ### 详解从Ubuntu 14.04 LTS版升级到Ubuntu 16.04 LTS 随着Ubuntu 16.04(代号Xenial Xerus)长期支持(Long Term Support, LTS)版本的发布,许多用户都希望能够从当前使用的Ubuntu 14.04 LTS平滑地过渡到新的系统...

    workstation-ansible:ansible 播放引导 ubuntu 14.04 LTS 工作站

    标题 "workstation-ansible:ansible 播放引导 ubuntu 14.04 LTS 工作站" 提供的信息表明,这是一个使用 Ansible 自动化工具来配置 Ubuntu 14.04 LTS(长期支持版)工作站的项目。Ansible 是一种强大的 IT 自动化框架...

    ubuntu 14.04 搭建利用虚拟机搭建测试环境教程

    Ubuntu 14.04 是一款基于Debian的Linux发行版,以其稳定性和广泛支持的软件库而受到欢迎。KVM(Kernel-based Virtual Machine)是Linux内核中的一个模块,允许将Linux系统转换为一个强大的虚拟化平台。本教程将详细...

    Ubuntu 14.04上安装Openface

    在Ubuntu 14.04上安装Openface的步骤详细说明: Openface是来自卡内基梅隆大学的先进实验室的一项开源项目,它基于深度学习技术,专为面部识别和表情分析而设计。该系统利用深度神经网络模型,能够进行三维头部姿态...

    在ubuntu 14.04下安装GNU Radio

    ### 在Ubuntu 14.04下安装GNU Radio #### 安装背景及意义 GNU Radio 是一个开源软件开发工具套件,它提供了一个信号处理框架来构建软件定义的无线电应用。用户可以通过简单的图形界面或者Python脚本来组合现有的...

    Ubuntu14.04在线安装Cloudera Manager集群部署

    ### Ubuntu14.04在线安装Cloudera Manager集群部署 #### 一、环境准备与基础知识 在开始之前,我们先来了解下整个部署过程所涉及的一些基础概念和技术要点。 - **Ubuntu 14.04**: 一种广泛使用的开源操作系统,...

    Ubuntu14.04下mysql的安装包和mysql的依赖包libaio和libmecab

    在Ubuntu 14.04操作系统中安装MySQL数据库服务,你需要了解一些基本的Linux系统管理、包管理和数据库安装知识。MySQL是一种广泛使用的开源关系型数据库管理系统,它在各种Web应用程序和服务器环境中扮演着核心角色。...

    Ubuntu14.04-DeepLearning和Theano下配置GPU简便方法

    在Ubuntu 14.04操作系统中配置Theano以利用GPU进行深度学习是一个技术性较强的步骤,涉及到多个组件的安装和设置。以下是一份详细的指南,帮助你理解并完成这一过程。 首先,确保你的计算机拥有NVIDIA GPU,并且...

    Ubuntu14.04开发环境搭建文档.pdf

    ### Ubuntu 14.04 开发环境搭建详解 #### 一、虚拟机搭建 **1.1 虚拟机软件的选择与安装** 在搭建虚拟机之前,首先需要选择一款合适的虚拟机软件,常见的有VMware Workstation、VirtualBox等。本教程以VMware ...

    Ubuntu14.04下安装OpenCV 3.0.RC1.docx

    在Ubuntu 14.04上安装OpenCV 3.0 Release Candidate 1(RC1)是一个涉及多个步骤的过程,主要是为了确保所有必要的依赖项都已安装,源码正确下载并配置,最后编译和安装。以下是详细的操作指南: 1. **系统更新**:...

    Ubuntu14.04和Ubuntu16.04更换阿里源的方法

    以下是Ubuntu 14.04 (Trusty Tahr) 和 Ubuntu 16.04 (Xenial Xerus) 更换阿里源的详细步骤。 **第一步:备份原来的源文件** 在开始替换源之前,首先要备份原有的`sources.list`文件,以防万一操作出错可以恢复。...

    ubuntu14.04(amd64)安装Oracle_linux_x64_11gR2.pdf

    在Ubuntu 14.04 (amd64)上安装Oracle Linux x64 11g R2涉及多个步骤和关键技术点。以下是一份详细的指南,涵盖了从系统安装到Oracle数据库部署的整个过程: 1. **系统安装**: - 首先,参照《Ubuntu系统安装.mm》...

Global site tag (gtag.js) - Google Analytics