Hello! I have installed Kubuntu 7.10 Gutsy, and was trying to get KDE 4 running on my computer. However, when I was trying to edit the sources.list, and update everything (I used the following code):
Then, I did:
(I was following this guide: http://ubuntu-tutorials.com/2008/01/...n-kubuntu-710/)
I restarted, and nothing happened. Also, Terminal was complaining about broken packages after the second code...anyway, I then removed all kde 4 packages:
and did the whole thing all over again. After a few more tries (this was probably really dumb), something finally happened: Konqueror was missing from its spot on the menu! When I clicked on the "Konqueror" icon (where the Konqueror icon used to be a "file" icon took its place), an error message came up and it said:
. I looked in Add/Remove Programs; it wasn't there. It just disappeared off the face of my computer! I tried a few other things:
or something like that...I am a linux n00b and do not know too much about anything. Please help! Thanks in advance!
PS. The Internet works fine, because when I updated files, everything worked perfectly...
PSS. I do not need KDE 4 installed; I changed my mind on this decision.
Code:
sudo aptitude update
Code:
sudo aptitude install kde4-core
I restarted, and nothing happened. Also, Terminal was complaining about broken packages after the second code...anyway, I then removed all kde 4 packages:
Code:
sudo aptitude remove kdelibs5 kde4base-data kde4libs-data
Code:
Malformed URL
Code:
sudo apt-get update
Code:
sudo install koqueror
PS. The Internet works fine, because when I updated files, everything worked perfectly...
PSS. I do not need KDE 4 installed; I changed my mind on this decision.
Comment