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.
Please do not use the CODE tag when pasting content that contains formatting (colored, bold, underline, italic, etc).
The CODE tag displays all content as plain text, including the formatting tags, making it difficult to read.
You can either let Adept take care of it for you (1), or manually upgrade (2).
1) Let Adept do the work:
- Open the Adept Manager by going to KMenu -> System -> Adept Manager (Manage Packages)
- In Adept, go to Adept -> Manage Repositories
- Enable the "Recommended updates" and "Pre-released updates" repository, close and reload
- If your system is up to date, the upgrade wizard will be offered after you click "Fetch Updates" via the "Version Upgrade" button.
- If you would like to see pictures of each step, click here.
(thanks to Kubuntu.org)
2) Manually install (in case the above doesn't work or you just prefer this method)
- Click this link to go to the 'Ubuntu sources.list Generator'
- Choose the specifics for your hardware, and tell it you use 'Ubuntu 7.10 (gutsy)'
- Tick the 'Tick this box to include source repositories' option and select 'Send'
- Make sure the "supported", "community supported", and "backports" options are checked, and hit the 'Create sources.list' button
- Open Konsole and enter the following command:
Code:
kdesu kate /etc/apt/sources.list
- Replace everything in the file that opens with what you just generated, and save and close it.
- In Konsole, enter the following series of commands:
Code:
sudo aptitude install -f && sudo dpkg --configure -a
Comment