Results 11 to 18 of 18
Is there a way to just upgrade from 6.06 to 6.10 with apt-get? Or do you have to actually download a 6.10 iso?...
- 10-27-2006 #11Linux Newbie
- Join Date
- Jul 2005
- Posts
- 180
Is there a way to just upgrade from 6.06 to 6.10 with apt-get? Or do you have to actually download a 6.10 iso?
- 10-27-2006 #12Yes, there is, and you can do it quite simply.
Originally Posted by mahlerfan
Just keep in mind that there is a (very small) risk that it won't go so smoothly. To be on the safe side, backup up your important data first.
So...
Modify the file /etc/apt/sources.list to change every occurance of "dapper" for "edgy". To do that you can use "nano" :
ThenCode:sudo nano /etc/apt/sources.list
to update the repositories.Code:sudo apt-get update
And finally
to upgrade to edgy.Code:sudo apt-get dist-upgrade
"To express yourself in freedom, you must die to everything of yesterday. From the 'old', you derive security; from the 'new', you gain the flow."
-Bruce Lee
- 10-27-2006 #13Linux Newbie
- Join Date
- Jul 2005
- Posts
- 180
Oh sweet! Thanks!
- 10-27-2006 #14
I did it yesterday, i followed the crowd and upgraded my dist. I was a little scared because i just got everything working the way i wanted it.
Used the update manager, but didnt work failed to fetch files. so i download the alternate cd torrent ( got an average of 763kb/s on a cable modem which i was highly impressed by, new record for me) and used the dist upgrade file on the cd, just mounted it as an iso.
Thats just when the fun started, rebooted got to the new ubuntu loading screen (kind of like the old one more) then gdm didnt startup because previously i tried to get auto login without gdm to work and so tty1 was trying start a startup script that was created in a tutorial ( oops forgot about that) so i changed it back to default and gdm started.
after that i logged in to my BB desktop ( not gnome, gnome doesnt work dont know why) and everything seemed fine but no programs in my menu would startup. and i couldnt access a virtual-terminal. so i went to a different tty and edit my startup script andtold it to start xterm.
In xterm i had to reinstall practically all my xfce programs, and wine32.
Everything is working now except i cant get my 32 opera to work i followed this tutorial orginally before edgy:
http://ubuntuforums.org/showthread.php?t=75940
now i get this error
any ideas i tried reinstall installing lib32 files.Code:/usr/lib/opera/9.02-20060919.6/opera: error while loading shared libraries: libaudio.so.2: cannot open shared object file: No such file or directory
-Evan
- 10-27-2006 #15
Did you try
?Code:sudo apt-get install libaudio2
"To express yourself in freedom, you must die to everything of yesterday. From the 'old', you derive security; from the 'new', you gain the flow."
-Bruce Lee
- 10-27-2006 #16Code:
evan@evan-desktop:~$ sudo apt-get install libaudio2 Reading package lists... Done Building dependency tree Reading state information... Done libaudio2 is already the newest version. 0 upgraded, 0 newly installed, 0 to remove and 31 not upgraded. evan@evan-desktop:~$ opera /usr/lib/opera/9.02-20060919.6/opera: error while loading shared libraries: libaudio.so.2: cannot open shared object file: No such file or directory evan@evan-desktop:~$
- 10-28-2006 #17
Perhaps it would be best for you to uninstall this opera version.
Then you can either install the "official" Ubuntu version of Opera from here :
http://archive.canonical.com/ubuntu/...616.7_i386.deb
Or the official Opera version from here :
http://www.opera.com/download/"To express yourself in freedom, you must die to everything of yesterday. From the 'old', you derive security; from the 'new', you gain the flow."
-Bruce Lee
- 10-28-2006 #18
thanks antidrudge
I just downloaded the static package and installed that after that it worked fine.
But for some reason the top menus were displayed as little boxes instead of font . I just changed the default font setting in the opera6.ini file to a font the at was actually on my computer.
Another problem i had was amarok said it didnt have support for mp3s, when i did before edgy. I found a post on te same problem and it said to update the xine kde packages. And that fixed it.
thanks for the help its seems i got everything back up to speed.
-Evan


Reply With Quote
