Questions tagged [upgrade]

Questions about upgrading packages, systems or hardware.

What Questions Should Have this Tag?:

Any and all questions about:

  • Upgrading packages
  • Upgrading your system
  • Upgrading your hardware.

Some Basic Definitions:

Version - an identifier (usually a number and/or name) which helps to distinguish where the program is in development. Earlier forms (and/or non finished products) may have numbers or names like:

  • 0.01
  • Alpha
  • Unstable
  • Testing
  • 0.90
  • Beta
  • Etc.

Later forms may be:

  • 1.0
  • Release
  • Stable
  • Etc.

Brief Introduction to the Subject:

The version name of a program usually will increase in value, from 1 - 1.01 for minor releases, and 1.99 - 2.0. With versions of Ubuntu (and other programs/operating systems) the releases are tied to a date, and are given a name (such as Saucy, Lucid, etc.) There are also working versions which will be given terms such as Stable, Unstable, and Testing (when looking at Debian GNU/Linux). This determines what software is available in the repositories, and often is tied into the amount of testing which has gone into the system as a whole.

When a version of anything comes out it must be tested if it is to be released to the public. This is where quality assurance/testing comes into play. During the initial phase the testing may be put into Alpha stage for testing with a small amount of people. After improvements the program may be put into Beta phase, which may open the program up for testing to the public, or a closed group of testers. Then it may go to release. This is not always the case, but it is an example.

Moving from one version of a program to another is called "upgrading". It does not always mean that the new program is better, but usually there is a reason the program has been "upgraded".


Important Links for Learning More:

8970 questions
1023
votes
7 answers

How to upgrade a single package using apt-get?

How do I update a single package? As far as man apt-get says apt-get upgrade doesn't take a package/list of packages as parameter: upgrade upgrade is used to install the newest versions of all packages currently installed on the system from the…
lurscher
  • 11,085
  • 5
  • 22
  • 27
489
votes
12 answers

How to install software or upgrade from an old unsupported release?

Recently I have installed an older version of Ubuntu on my old machine. Whenever I try to install any software, I get an error saying it couldn't be found: $ sudo apt-get install vlc Reading package lists... Done Building dependency…
451
votes
12 answers

How do I upgrade to a newer version of Ubuntu?

What are the different ways I can use to upgrade Ubuntu from one release to another?
rakshith
  • 1,249
  • 3
  • 10
  • 6
382
votes
4 answers

Why use apt-get upgrade instead of apt-get dist-upgrade?

I usually use apt-get update && apt-get upgrade to run my updates and upgrades instead of the GUI because it seems to run more quickly. However, I've noticed lately that I often get a message that one of my upgrades was held back. I then usually…
jimchristie
  • 4,637
  • 4
  • 23
  • 34
326
votes
2 answers

Dwarf Fortress starting during apt-get upgrade

When I run apt-get upgrade on my Ubuntu 17.04 machine, sometimes it starts Dwarf Fortress by itself. It has happened already at least two times, so it was probably not just some sort of one time thing. Also, the execution ofapt-get upgrade seemed to…
Adrijaned
  • 1,658
  • 2
  • 8
  • 8
207
votes
11 answers

Kernel Panic - not syncing: VFS: Unable to mount root fs on unknown-block(0,0)

Upon trying to upgrade from 10.10 to 11.04 all seemed to go well until the restart. This error message is what comes up: Kernel Panic - not syncing: VFS: Unable to mount root fs on unknown-block(0,0) How do we fix that?
Jeffrywith1e
  • 2,305
  • 2
  • 15
  • 12
190
votes
2 answers

29 packages can be updated - How?

I see the following message when I login: 29 packages can be updated. 6 updates are security updates. How can I perform the updates? I tried apt-get upgrade and some stuff was installed but the message still remains.
Gerve
  • 2,017
  • 2
  • 12
  • 8
184
votes
4 answers

apt-get stuck at 0 [Connecting to us.archive.ubuntu.com]

When I do upgrade it gets stuck here: user@plato:~# sudo apt-get upgrade Reading package lists... Done Building dependency tree Reading state information... Done Calculating upgrade... Done The following packages will be upgraded: …
Arian Faurtosh
  • 6,009
  • 4
  • 14
  • 15
179
votes
18 answers

How to update kernel to the latest mainline version without any Distro-upgrade?

Currently I'm running Linux-3.0 and I want to update it to Linux-3.3.1 the latest stable kernel release as mentioned at http://www.kernel.org. Can I update to 3.3.1 in Ubuntu without any risk of crashes? I'm updating my kernel regularly as provided…
Suchith JN
  • 2,111
  • 4
  • 18
  • 14
166
votes
18 answers

My /boot partition hit 100% and now I can't upgrade. Can't remove old kernels to make room

My first issue was when I tried to apt-get update or apt-get upgrade. On upgrade I get the following error: You might want to run 'apt-get -f install' to correct these. The following packages have unmet dependencies: linux-image-server : Depends:…
Strifey
  • 1,761
  • 2
  • 11
  • 12
163
votes
10 answers

Not enough free disk space when upgrading

I'm getting an error in software updater when I try and do my daily updates. it says: The upgrade needs a total of 25.3 M free space on disk `/boot`. Please free at least an additional 25.3 M of disk space on `/boot`. Empty your trash and remove…
carmatt95
  • 1,637
  • 3
  • 12
  • 7
141
votes
7 answers

Can't upgrade due to low disk space on /boot

I try to do do-release-upgrade but then I get: Not enough free disk space The upgrade has aborted. The upgrade needs a total of 25.7 M free space on disk '/boot'. Please free at least an additional 25.7 M of disk space on '/boot'. Empty your…
clamp
  • 1,609
  • 3
  • 15
  • 17
134
votes
10 answers

16.04 upgrade broke mysql-server

My overall upgrade went well, but I am left with a critically lingering issue of mysql-server not being able to install itself, and nothing I am trying gets it to work. This is the error I see when trying to install/reinstall it: Setting up…
TheGremlyn
  • 2,774
  • 3
  • 14
  • 15
133
votes
18 answers

Can I skip over releases when upgrading?

I am currently using Ubuntu 10.04. I know there is a 10.10 release, but can I upgrade directly to 11.04? Could you walk me through the steps please?
Jared Reyes
  • 1,341
  • 2
  • 9
  • 4
111
votes
4 answers

What's the risk of upgrading over SSH?

When I run sudo do-release-upgrade over ssh, I get the following message. This session appears to be running under ssh. It is not recommended to perform a upgrade over ssh currently because in case of failure it is harder to recover. If you…
C. Ross
  • 2,827
  • 4
  • 19
  • 14
1
2 3
99 100