Results 1 to 5 of 5
How can i play mp3 songs in my kubuntu.I dont have any internet connection...
- 02-08-2009 #1Just Joined!
- Join Date
- Feb 2009
- Posts
- 3
Playing mp3 files in kubuntu 8.04
How can i play mp3 songs in my kubuntu.I dont have any internet connection
- 02-08-2009 #2
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.
- 02-09-2009 #3Just Joined!
- Join Date
- Feb 2009
- Posts
- 3
But I dont have a internet connection
- 02-09-2009 #4
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.
- 02-09-2009 #5
Execute this
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.Code:sudo apt-get -qq --print-uris install ubuntu-restricted-extras | cut -d\' -f 2 > download
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


Reply With Quote