Find the answer to your Linux question:
Results 1 to 3 of 3
Hello there, Hi i got loaded a kubuntu linux system.Now i want to install some applications like MP3 player / Open office etc.Kindly guide me to learn.Thanks in advance for ...
  1. #1
    Just Joined!
    Join Date
    Mar 2008
    Posts
    7

    How to get kubuntu linux utilities & applications.How to install them?

    Hello there,

    Hi i got loaded a kubuntu linux system.Now i want to install some applications like MP3 player / Open office etc.Kindly guide me to learn.Thanks in advance for any help.

    Regards,
    Bmora96

  2. #2
    oz
    oz is offline
    forum.guy
    Join Date
    May 2004
    Location
    arch linux
    Posts
    18,073
    Welcome to the forums, bmora96!

    It's probably easiest if you use Synaptic to install your apps. Look for it in your admin menu. If it's not already installed, you can install it with apt. Go to a konsole and issue these commands:

    Code:
    sudo apt-get update
    
    apt-get install synaptic
    Let us know how it goes.
    oz

    new members/users: read this first | new member faq
    no private messages requesting computer support - post them on the forums!
    please use the "report post" button to alert our forum admins to problematic posts rather than responding to them yourself.

  3. #3
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Adept Package Manager is pre-installed in Kubuntu and you should use that only. I prefer Synaptic over Adept because of its user friendly interface.

    Now i want to install some applications like MP3 player / Open office etc
    Koffice is pre-installed in Kubuntu and is based on Open Office only. For MP3, just open Amarok player and try to play any MP3 file. It will pop up a dialog box for codec installation. Install necessary codec through that.
    Or
    Execute this
    Code:
    sudo apt-get update
    sudo apt-get install kubuntu-restricted-extras
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

Posting Permissions

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