Debian lenny KDE 4インストール
1406 ワード
原文を貼り付ける:
Tue, 2009-02-10 09:42 — mea
Unluckily Ana announced, that there will be no backports of KDE 4.2.
There is the possibility to install KDE 4.2 by using APT pinning and the packages from sid and experimental. But sometimes you will have trouble due to some missing or wrong dependencies.
Due to the reason that I personally do not like apt pinning I decided to port the KDE 4.2 packages to Lenny
The required extension for sources.list:
An installed desktop-base will cause dependecy troubles. The package has to be removed.
Run an update on apt and install KDE 4.2:
Installation and functionality has been tested on Dual G5, PowerBook G4 an x86-System and a MacBook using amd64.
Enjoy.
原文住所:
http://www.ppcnux.com/?q=kde42-on-debian-gnu-lenny
まだテスト中、インストール中...
KDE 4.2 on Debian-GNU Lenny
Tue, 2009-02-10 09:42 — mea
Unluckily Ana announced, that there will be no backports of KDE 4.2.
There is the possibility to install KDE 4.2 by using APT pinning and the packages from sid and experimental. But sometimes you will have trouble due to some missing or wrong dependencies.
Due to the reason that I personally do not like apt pinning I decided to port the KDE 4.2 packages to Lenny
The required extension for sources.list:
deb http://www.debian-desktop.org/pub/linux/debian/kde42 lenny kde42
deb-src http://www.debian-desktop.org/pub/linux/debian/kde42 lenny kde42
An installed desktop-base will cause dependecy troubles. The package has to be removed.
apt-get remove --purge desktop-base
Run an update on apt and install KDE 4.2:
apt-get update
apt-get install kde4
Installation and functionality has been tested on Dual G5, PowerBook G4 an x86-System and a MacBook using amd64.
Enjoy.
原文住所:
http://www.ppcnux.com/?q=kde42-on-debian-gnu-lenny
まだテスト中、インストール中...