If this is your first visit, be sure to
check out the FAQ. You will have to register
before you can post. To start viewing messages,
select the forum that you want to visit from the selection below.
If you have copied text output that contains formatting (colors, highlighting, etc.), please do not enclose it in QUOTE or CODE tags. Just right-click your mouse and choose "Paste Without Formatting" or similar (Paste as plain text).
If you choose to upgrade to new releases as they happen can you upgrade Kubuntu via terminal? Or, do you need to do a complete iso install every 6 months?
You can upgrade via the GUI or in a terminal. Many people advocate for fresh installs, many of us just upgrade from one release to the next, some of us for years.
As ronw said. Many will just do a upgrade. The thing to remember if you do that is to backup what you want. That way if there is a issue, you will be covered.
You can upgrade by sudo apt-get update
sudo apt-get dist-upgrade
As I said though, please make sure you backup your data. Nothing worse than doing it and having something go wrong and what you needed is now lost.
In either case, it's good operating practice to have /home on a separate partition. This will prevent data loss in most cases.
Also, since linux in general takes up very little hard drive space, I advocate a parallel install methodology. Simply put - have partitions reserved for two installs.
Prior to an install upgrade, make a full working backup of your current install. Then if the upgrade fails, you still have a working install. If you choose to do a full new install, simply install to the other partition and change you boot order when your new install works to your liking.
As ronw said. Many will just do a upgrade. The thing to remember if you do that is to backup what you want. That way if there is a issue, you will be covered.
You can upgrade by sudo apt-get update
sudo apt-get dist-upgrade
As I said though, please make sure you backup your data. Nothing worse than doing it and having something go wrong and what you needed is now lost.
the sudo apt-get dist-upgrade will upgrade the aplacations you have installed to the next version in the repo (IE: appfoo-ver 1 to appfoo-ver 2) it dose not take you to new releases like in 11.04-natty to 11.10-oneiric
I used do-release-upgrade to transition my main laptop from Natty to Oneiric, and it worked pretty well. I was too lazy to rebuild it at the time. However, when Precise comes out, I'll probably do a rebuild then.
Comment