Find the answer to your Linux question:
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 ...
  1. #1
    Linux User gassman's Avatar
    Join Date
    Jan 2005
    Location
    Midwest USA
    Posts
    292

    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

  2. #2
    Linux 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:
    Code:
    su -c "dpkg -i  /home/user/package.deb"
    To automaticly fetch+install kde + it's deps, run this:
    Code:
    su -c "apt-get update && apt-get install kde"
    If you recently updated the package-three with "apt-get update", it would be sufficient with this:
    Code:
    su -c "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.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...