Results 1 to 2 of 2
I am currnetly trying out a new distro MEPIS i had been runing SuSE 9.2 since i started linux back in january. anyways if anybody has any pointers as to ...
- 05-03-2005 #1
MEPIS
I am currnetly trying out a new distro MEPIS i had been runing SuSE 9.2 since i started linux back in january. anyways if anybody has any pointers as to what is the pakage manager (if there is one) or updating kde after all im currently on kde 3.2 any help is much appreciated thanx.
If we couldn't laugh we would all go insane--Jimmy Buffett
Registered Linux user # 376962
- 05-03-2005 #2Linux Engineer
- Join Date
- Mar 2005
- Posts
- 1,431
MEPIS is based on debian and using dpkg and it's frontend apt. You can also use the graphical frontend synaptic.
To install a .deb-package from terminal run this:To automaticly fetch+install kde + it's deps, run this:Code:su -c "dpkg -i /home/user/package.deb"
If you recently updated the package-three with "apt-get update", it would be sufficient with this:Code:su -c "apt-get update && apt-get install kde"
Synaptic is pretty much self-explaining, at least in newer versions of mepis synaptic is included by default. If not, you can always install synaptic over apt, or just switch to installing packages with commandline.Code:su -c "apt-get install kde"


Reply With Quote