This should be fairly straightforward. but sometimes it isn't.
This links to the Re: Be Free With KDE 4.0!
Removing packages
#1 Removing key packages : kdelibs5 kde4base-data kde4libs-data
In the konsole
or use your favorite package manager - FAQ: Package Managers .
#2 Removing packages that are no more needed (they depend key packages).
man apt-get
Optional
It is good to check first:
and
man apt-get
And it is good to make notes:
man logsave
Problems
Missing KDE 3.5 packages:
Topic: Trashed Kubuntu How can I get it back?
http://kubuntuforums.net/forums/inde...opic=3090495.0
Note
If you have "where_did_it_go.txt" => it is easy to install missing packages again.
ppa /1/ repositories have also KDE 3.5 packages and sometimes these packages can get your package management confused. To me the solution was to remove all ppa packages and install clean packages from the ordinary repositories.
Topic: problems trying to remove kde4
http://kubuntuforums.net/forums/inde...opic=3091100.0
Note
With synaptic package manager this is a bit easier. Synaptic package manager has search with "Version" -> No need to search and remove packages one by one.
Manual (man)
You can get info of commands in the konsole: man <command>
and in the konqueror: man:<command>
man:man will tell:
More:
The Art of Using Manuals
http://polishlinux.org/console/the-a...using-manuals/
/1/ Canonical Announces Launch of Launchpad 'Personal Package Archive' Service For Developers
http://www.ubuntu.com/news/launchpad-ppa
This links to the Re: Be Free With KDE 4.0!
Removing packages
#1 Removing key packages : kdelibs5 kde4base-data kde4libs-data
In the konsole
Code:
sudo apt-get remove kdelibs5 kde4base-data kde4libs-data
#2 Removing packages that are no more needed (they depend key packages).
Code:
sudo apt-get autoremove
autoremove
autoremove is used to remove packages that were automatically installed to satisfy dependencies for some package and that are no more needed.
autoremove is used to remove packages that were automatically installed to satisfy dependencies for some package and that are no more needed.
Optional
It is good to check first:
Code:
sudo apt-get -s remove kdelibs5 kde4base-data kde4libs-data
Code:
sudo apt-get -s autoremove
-s, --simulate, --just-print, --dry-run, --recon, --no-act
No action; perform a simulation of events that would occur but do not actually change the system.
No action; perform a simulation of events that would occur but do not actually change the system.
Code:
logsave where_did_it_go.txt sudo apt-get -s autoremove
logsave - save the output of a command in a logfile
Problems
Missing KDE 3.5 packages:
Topic: Trashed Kubuntu How can I get it back?
http://kubuntuforums.net/forums/inde...opic=3090495.0
Note
If you have "where_did_it_go.txt" => it is easy to install missing packages again.
ppa /1/ repositories have also KDE 3.5 packages and sometimes these packages can get your package management confused. To me the solution was to remove all ppa packages and install clean packages from the ordinary repositories.
Topic: problems trying to remove kde4
http://kubuntuforums.net/forums/inde...opic=3091100.0
Note
With synaptic package manager this is a bit easier. Synaptic package manager has search with "Version" -> No need to search and remove packages one by one.
Manual (man)
You can get info of commands in the konsole: man <command>
Code:
:~$ man man
NAME
man - an interface to the on-line reference manuals
man - an interface to the on-line reference manuals
man:man will tell:
More:
The Art of Using Manuals
http://polishlinux.org/console/the-a...using-manuals/
/1/ Canonical Announces Launch of Launchpad 'Personal Package Archive' Service For Developers
http://www.ubuntu.com/news/launchpad-ppa