个人工具

“UbuntuHelp:FromUbuntuToKubuntu”的版本间的差异

来自Ubuntu中文

跳转至: 导航, 搜索
第37行: 第37行:
 
* emm --> shouldn't the user use 'aptitude remove' and 'aptitude purge' instead of using the lower-level apt-get command?
 
* emm --> shouldn't the user use 'aptitude remove' and 'aptitude purge' instead of using the lower-level apt-get command?
 
* It shouldn't make a difference in this case.  Plus, it keeps consistency with other how-tos that use apt-get. greg-g
 
* It shouldn't make a difference in this case.  Plus, it keeps consistency with other how-tos that use apt-get. greg-g
 +
* Could someone who knows his stuff add instructions on how to fully remove gnome? I once did this, and it took more than 2 hours. fhd
 
----
 
----
 
[[category:CategoryDocumentation]]
 
[[category:CategoryDocumentation]]
  
 
[[category:UbuntuHelp]]
 
[[category:UbuntuHelp]]

2008年4月23日 (三) 11:19的版本

From the Gnome Desktop

Note: This only works with an internet connection, as packages must be downloaded from the internet. If you're viewing this page, you probably already have a connection. Of course, the greater the speed, the faster the packages will download.

Installation

To do this we are going to install the kubuntu-desktop meta package. A meta package is simply a "dummy" package which depends on a bunch of others. It makes it easy to install a group of packages all at once.

  1. Navigate to Systems menu > Administration > Synaptic Package Manager
  2. Enter your password
  3. Click on the Search icon. And enter kubuntu-desktop
  4. Select the "kubuntu-desktop" package. It will ask you if you want to install a bunch of packages, click Ok.
  5. Then, take a deep breath, and click on Apply It will ask you if you are sure and then start installing.
  6. When it is done (it will take a while, there are a lot of packages to download) it will tell you. To use Kubuntu after installation you have to change your session.

Changing sessions

Logout. Click the link Options in the bottom left corner of the login screen.

  1. Select Session from the menu. A window pops up with radio buttons.
  2. Select the KDE desktop option for your session. Hit OK.
  3. It may ask you if you want to set KDE as your default session, that is your choice. You can also change it.

Now login as usual, and KDE should start.

To Remove Kubuntu-Desktop in Feisty

If you have found that the Kubuntu environment is not for you you may want to remove it. If you installed using the kubuntu-desktop meta package you unfortunately can not just remove that and be done with it. The meta package installed all of the other packages that make up the Kubuntu Desktop and they are not removed when you remove the meta package. But it can still be done. The easiest way is via the command line. To access the command line Navigate to Applications > Accessories > Terminal Copy and paste this command to remove all the packages kubuntu-desktop installed (yes there are a lot):

sudo apt-get remove adept adept-batch adept-common adept-installer adept-manager adept-notifier adept-updater akregator amarok amarok-xine apport-qt ark arts bogofilter bogofilter-bdb bogofilter-common debtags digikam enscript fftw3 gtk-qt-engine gwenview hwdb-client-kde k3b kaddressbook kaffeine kaffeine-xine kamera karm katapult kate kbstate kcontrol kcron kde-guidance kde-guidance-powermanager kde-icons-mono kde-style-polyester kde-systemsettings kdeadmin-kfile-plugins kdebase-bin kdebase-data kdebase-kio-plugins kdebluetooth kdegraphics-kfile-plugins kdelibs-data kdelibs4c2a kdemultimedia-kfile-plugins kdemultimedia-kio-plugins kdenetwork-filesharing kdenetwork-kfile-plugins kdepasswd kdepim-kio-plugins kdepim-kresources kdepim-wizards kdeprint kdesktop kdm kdnssd keep kexi kfind kghostview khelpcenter kicker kio-apt kio-locate kipi-plugins klipper kmag kmail kmailcvt kmenuedit kmilo kmix kmousetool kmplayer-base kmplayer-konq-plugins knetworkconf knetworkmanager knotes koffice-data koffice-libs konq-plugins konqueror konqueror-nsplugins konsole kontact konversation kooka kopete korganizer kpdf kpf kppp krdc krfb kscreensaver ksmserver ksnapshot ksplash ksplash-engine-moodin ksvg ksysguard ksysguardd ksystemlog ktorrent kubuntu-artwork-usplash kubuntu-default-settings kubuntu-desktop kubuntu-docs kubuntu-konqueror-shortcuts kwalletmanager kwin kwin-style-crystal language-selector-qt libakode2 libarts1-akode libarts1c2a libavahi-compat-libdnssd1 libavahi-qt3-1 libdbus-qt-1-1c2 libexiv2-0.12 libflac++5c2 libgmp3c2 libgpgme11 libgsl0 libifp4 libimlib2 libjasper-runtime libk3b2 libkcal2b libkcddb1 libkdepim1a libkexiv2-0 libkipi0 libkleopatra1 libkmime2 libkonq4 libkpimexchange1 libkpimidentities1 libkscan1 libksieve0 libktnef1 liblockdev1 libmeanwhile1 libmimelib1c2a libmodplug0c2 libmtp5 libmysqlclient15off libnjb5 libofa0 libopenexr2c2a libopenobex1 libpcre3 libpoppler1-qt libpq5 libpythonize0 libqt-perl libqt4-core libqt4-gui libqt4-qt3support libqt4-sql librsync1 libruby1.8 libsamplerate0 libskim0 libsmokeqt1 libsqlite0 libtdb1 libtunepimp5 libxine1 mysql-common networkstatus openoffice.org-kde openoffice.org-style-crystal perl-suid pmount poster psutils pykdeextensions python-kde3 python-qt3 python-qt4 python-sip4 qca-tls qobex rdiff-backup ruby ruby1.8 scim-qtimm skim software-properties-kde speedcrunch

If you want to completely remove the packages and any configuration files they created, simply add the "--purge" option to the command, so the beginning looks like this:

sudo apt-get remove --purge adept adept-batch adept-common...

Now you are back to a clean Ubuntu (Gnome) desktop.

Comments on this Page

  • emm --> shouldn't the user use 'aptitude remove' and 'aptitude purge' instead of using the lower-level apt-get command?
  • It shouldn't make a difference in this case. Plus, it keeps consistency with other how-tos that use apt-get. greg-g
  • Could someone who knows his stuff add instructions on how to fully remove gnome? I once did this, and it took more than 2 hours. fhd