PDA

View Full Version : [ubuntu] Upgrade Ubuntu to Xfce environment using Xubuntu ISO image



enpakkam
July 11th, 2008, 06:56 AM
please help me how to upgrade ubuntu to Xfce environment without using internet connection

how to upgrade by using Xubuntu ISO (xubuntu-8.04-desktop-i386.iso) image.

sdennie
July 11th, 2008, 07:04 AM
sudo apt-cdrom add
sudo apt-get install xubuntu-desktop

enpakkam
July 11th, 2008, 07:06 AM
sudo apt-cdrom add
sudo apt-get install xubuntu-desktop

My combo cd drive is not working properly, how to use with USB pen drive?

powerpleb
July 11th, 2008, 07:08 AM
Maybe you could mount the ISO
http://users.bigpond.net.au/hermanzone/p10.htm#Mounting_an_.iso_file

then follow vor's instructions

enpakkam
July 11th, 2008, 07:57 AM
i have mounted ISO image into /media/cdrom

then i executed the command "sudo apt-cdrom add"

it asks to insert the cdrom.

how to use this "apt" command to add our mounted path ?

sdennie
July 11th, 2008, 08:04 AM
If you know where the USB drive is mounted, you could try:



sudo apt-cdrom -d=/place/where/usb/drive/is/mounted


I have no idea if that will work but, it's worth a try.

enpakkam
July 11th, 2008, 08:15 AM
hi vor, thanks for your input.

but it is not worked.

any other way to upgrade XFCE environment on ubuntu? without using internet connection.

SkonesMickLoud
July 11th, 2008, 08:57 AM
You could try extracting the .iso to "/var/cache/apt/archives" and then running:


sudo apt-get install xubuntu-desktop

No guarantees that this will work though...