These forums are locked and archived, but all topics have been migrated to the new forum. You can search for this topic on the new forum: Search for Ubuntu upgrade 8.04 to 10.04 (server) on the new forum.
I am trying to update to Ubuntu 10.04 LTS. In order to do so I am following these steps: http://www.virtualmin.com/documentation/system/os/ubuntu-hardy-to-lucid-...
However I get stuck. When trying to install apache2 it says that apache2 is already the newest version. Then when trying to install virtualmin-base it complains about the apache2-suexec-custom package. It cannot be found.
My apt-sources list has the following lines added to those of the original ubuntu 8.04 installation: - deb http://software.virtualmin.com/gpl/ubuntu/ virtualmin-lucid main - deb http://software.virtualmin.com/gpl/ubuntu/ virtualmin-universal main
What am I doing wrong?
Hmm... after adding those other repositories, did you by chance run "apt-get update"?
Ubuntu would only notice that there were new repositories after running that.
-Eric
Yea, did that. To no avail :(
Hrm, it looks like there may be a step missing from the instructions. It says to upgrade to the Apache from Lucid, but it never goes through the step of having you add the Lucid repo to your sources.list.
You'd need to add a line like this to your sources.list before you'd be able to start pulling in Lucid's applications:
deb http://us.archive.ubuntu.com/ubuntu/ lucid main restricted
deb http://us.archive.ubuntu.com/ubuntu/ lucid-updates main restricted
After that, then you can run "apt-get update", and at that point you should be able to pull in Apache as documented.
-Eric
Thank you for your input. I'll try that some time tomorrow or the day after. Looks like something that should help. I'll report back with the result.
-Caspar