Greetings kubuntu-kde3.5-users,
I am attempting to install kde3 on a fresh jaunty cli system. I have followed the instructions at
http://apt.pearsoncomputing.net/
Specifically, added to /etc/apt/sources.list:
deb http://ppa.launchpad.net/kde3-maintainers/ppa/ubuntu jaunty main deb-src http://ppa.launchpad.net/kde3-maintainers/ppa/ubuntu jaunty main
Then...
sudo apt-get update wget http://apt.pearsoncomputing.net/public.gpg sudo apt-key add public.gpg
However,
sudo apt-get install kubuntu-desktop-kde3
fails with "Couldn't find package".
To test,
sudo apt-get install kde3-maintainers-keyring
succeeds.
Searching the repository, I can not find "kubuntu-desktop-kde3" anywhere. Am I doing something wrong or is there a problem with the repository?
BTW, I can not use the jaunty-kde3 live cd because it does not support installation on a linux raid1 mirror.
-Mike
-------- Original-Nachricht --------
Datum: Wed, 06 May 2009 16:42:22 -0400 Von: Michael Lambert lambert@jeol.com An: kubuntu-kde3.5-users@pearsoncomputing.net Betreff: [kubuntu-kde3.5-users] repository ok?
Greetings kubuntu-kde3.5-users,
I am attempting to install kde3 on a fresh jaunty cli system. I have followed the instructions at
http://apt.pearsoncomputing.net/
Specifically, added to /etc/apt/sources.list:
deb http://ppa.launchpad.net/kde3-maintainers/ppa/ubuntu jaunty main deb-src http://ppa.launchpad.net/kde3-maintainers/ppa/ubuntu jaunty main
Then...
sudo apt-get update wget http://apt.pearsoncomputing.net/public.gpg sudo apt-key add public.gpg
However,
sudo apt-get install kubuntu-desktop-kde3
fails with "Couldn't find package".
To test,
sudo apt-get install kde3-maintainers-keyring
succeeds.
Searching the repository, I can not find "kubuntu-desktop-kde3" anywhere. Am I doing something wrong or is there a problem with the repository?
BTW, I can not use the jaunty-kde3 live cd because it does not support installation on a linux raid1 mirror.
-Mike
Did you add
deb http://ppa.launchpad.net/kde3-maintainers/ppa/ubuntu jaunty main deb-src http://ppa.launchpad.net/kde3-maintainers/ppa/ubuntu jaunty main
AND
deb http://ppa.launchpad.net/kde3-maintainers/ppa/ubuntu intrepid main deb-src http://ppa.launchpad.net/kde3-maintainers/ppa/ubuntu intrepid main
? Maybe thats the failure
Jochen
Jochen Vortkamp wrote:
Did you add
deb http://ppa.launchpad.net/kde3-maintainers/ppa/ubuntu jaunty main deb-src http://ppa.launchpad.net/kde3-maintainers/ppa/ubuntu jaunty main
AND
deb http://ppa.launchpad.net/kde3-maintainers/ppa/ubuntu intrepid main deb-src http://ppa.launchpad.net/kde3-maintainers/ppa/ubuntu intrepid main
? Maybe thats the failure
You are correct. I failed to add the second two lines. Many thanks for your assistance.
-Mike