Find the answer to your Linux question:
Results 1 to 5 of 5
How can i play mp3 songs in my kubuntu.I dont have any internet connection...
  1. #1
    Just Joined!
    Join Date
    Feb 2009
    Posts
    3

    Smile Playing mp3 files in kubuntu 8.04

    How can i play mp3 songs in my kubuntu.I dont have any internet connection

  2. #2
    Blackfooted Penguin daark.child's Avatar
    Join Date
    Apr 2006
    Location
    West Yorks
    Posts
    4,344
    Hi and welcome to the forums.

    You need to run Adept which is the GUI package manager frontend. Look for the option to enable all software repositories. Enable all the repositories and then click on the option to update them. After that search for kubuntu-extras and select it for installation.

  3. #3
    Just Joined!
    Join Date
    Feb 2009
    Posts
    3
    But I dont have a internet connection

  4. #4
    Linux Enthusiast Bemk's Avatar
    Join Date
    Sep 2008
    Location
    Oosterhout-NB, Netherlands
    Posts
    522
    I'm at school right now, so I can't try it. But you can try making a download script in your synaptic. You select your packages to install and in the menu at the top-left you can select "make download script"somewhere. You can run this script on another Linux pc. Then you can use dpkg to install the packages.

  5. #5
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Execute this
    Code:
    sudo apt-get -qq --print-uris install ubuntu-restricted-extras | cut -d\' -f 2 > download
    It will create a file download having list of packages. Download all listed packages in any machine and copy those in /var/cache/apt/archives folder.

    Execute this to install downloaded packages :
    Code:
    sudo apt-get install ubuntu-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
  •  
...