Mombu the GNU Linux Forum

Go Back   Mombu the GNU Linux Forum > GNU_Linux > Updating Kubuntu
User Name
Password
REGISTER NOW! Mark Forums Read




Reply
1 3rd November 07:50
john hansen
External User
 
Posts: 1
Default Updating Kubuntu



I have unsuccessfully tried updating Kubuntu 6.06 to 7.04.
I have 2 CDs with Kubuntu one Standard and one Alternate.
Can I just run the Standard CD and install without losing
data and settings or must I laboriously update from 6.06 to
6.10 and then to 7.04 by changing reference to Dapper to
Edgy and the to Feisty?
I have not yet found a clear/detailed guide to updating Kubuntu
so hope someone can point me in the right direction.

As you may gather I am not yet proficient in using Kubuntu
other than for email and browsing the web.

Help gratefully received!

John
  Reply With Quote


 


2 3rd November 07:51
gregg fowler
External User
 
Posts: 1
Default Updating Kubuntu



John,

I find the easiest route is to back up /home and just install the new
version and restore the home files. The only thing that you will lose is
"extra" programs that you have installed. I find that it is rather easy
to reinstall the programs that I want that I wind up having a bit leaner
install with all the stuff I don't need. I have only been a convert for
about a year and a half and still can't commit to a default desktop. I
have a tendency to experiment quite a bit with different programs and the
fresh install really just cleans things up for me. Reinstalling my /home
folder and I lose no settings or stored information. Another way would be
to keep your /home on a seperate partition.

Gregg
  Reply With Quote
3 3rd November 07:51
steve
External User
 
Posts: 1
Default Updating Kubuntu


Why not just d/l and install the latest .iso from here:

http://www.mirrorservice.org/sites/r...ubuntu/feisty/

Install it with separate "/" (root) and "/home" partitions, set it up
the way you like then in the future you will be able to install new
updates without disturbing your setup. It's worth investing the time now

--
Steve

Being in the army was like being in the Boy Scouts, except that the Boy
Scouts has adult supervision.
- Steve
  Reply With Quote
4 3rd November 07:51
carsten a. arnholm
External User
 
Posts: 1
Default Updating Kubuntu


How/where do you specify that the /home folder is to be located somewhere
different than the default?

Regards
Carsten A. Arnholm
http://arnholm.org/
N59.776 E10.457
  Reply With Quote
5 3rd November 07:52
nostop
External User
 
Posts: 1
Default Updating Kubuntu


This reply is not coming from Outhouse Express, hence not top posted ...


You cannot make a jump from Dapper to Feisty without going through Edgy
first. An update is possible but will take some time. First you update to
Edgy and then you update from Edgy to Feisty.

Cheers.

--
The "Wow" starts now.
http://www.youtube.com/watch?v=KyLqUf4cdwc&eurl=

"No sane person wants Vista, so Microsoft is making sure they have no
choice."
http://www.aaxnet.com/editor/edit043.html
  Reply With Quote
6 3rd November 07:52
bit twister
External User
 
Posts: 1
Default Updating Kubuntu


For starters, it needs to be on another partition.

NOTE: Having the same /home can get you into a mess when desktop config
files change between releases or distributions.

During installs, you pick custom/manual during the partition phase.
That is where you get to pick each partition and set the partition
mount point, (swap, /ubuntu_6, /ubuntu_7, /kubuntu/ /FC7, /home...)

If you do not have it on a separate partition now, you would create
another partition, format it, mount it /new_home, cp -a /home/* /new_home,
umount /home /new_home, mv /home /old_home, mv /new_home /home,
and modify /etc/fstab, mount /home.

As you can see, moving/renaming/mounting /home will be a bit of a
challenge when you are logged into /home and working through sudo.

I have a multi-boot setup, where I can have a distribution with two
different releases, and other distributions installed. I also have a
spare partition or two for hot backups.

What I have is, every install has it's own /home in the / partition.
I have a separate /accounts partition. Common things like mail and
whatnot are linked from /home/$USER to /accounts/$USER.

Here is a small shippet from my admin diary where I just cut/paste on
new installs.

# log in as bittwister

click up a terminal

ln -s /accounts/$USER/.ssh
/bin/mv .bashrc .bashrc_orig
/bin/mv .bash_logout .bash_logout_orig
ln -s /accounts/$USER/.bash_logout
ln -s /accounts/$USER/.bashrc
ln -s /accounts/$USER/bin/
ln -s /accounts/$USER/.thunderbird/
ln -s /accounts/$USER/work/
ln -s /accounts/$USER/.cron
ln -s /accounts/$USER/comp/
ln -s /accounts/$USER/.signature
ln -s /accounts/$USER/.Xresources
ln -s /accounts/$USER/.Xdefaults
ln -s /accounts/$USER/.slrnrc
ln -s /accounts/$USER/.jnewsrc

# get my desktop shortcuts/wallpaper
cp /accounts/$USER/Desktop/x* ~/Desktop
ln -s /accounts/$USER/.kde/share/wallpapers/ ~/.kde/share

------- end of snippet ------

I name all my desktop shortcuts xsometing, that way I can copy just my
shortcuts into new installs. I run kde so I link in my desktop
wallpaper. That allows me to have the same look and feel accross
different releases and distributions.
  Reply With Quote


 


7 5th November 08:22
carsten a. arnholm
External User
 
Posts: 1
Default Updating Kubuntu


Ok, thanks for the explanation! (I read the rest also, quite clear!)

--
Carsten A. Arnholm
http://arnholm.org/
N59.776 E10.457
  Reply With Quote
Reply


Thread Tools
Display Modes




666