LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   playing mp3 in ubuntu (https://www.linuxquestions.org/questions/linux-software-2/playing-mp3-in-ubuntu-672280/)

IshanJ 09-25-2008 07:32 AM

playing mp3 in ubuntu
 
I have recently installed Ubuntu 7.04 and I don't have an internet connection at my place. I need to know that if there is a way to install ffmpeg and ugly plugings for gstreamer by downloading them separately. How should I select between the correct packages?

TB0ne 09-26-2008 09:30 AM

Quote:

Originally Posted by IshanJ (Post 3291286)
I have recently installed Ubuntu 7.04 and I don't have an internet connection at my place. I need to know that if there is a way to install ffmpeg and ugly plugings for gstreamer by downloading them separately. How should I select between the correct packages?

There are ways to download things via RPM and install them, but I'd save yourself some serious hassles, and just bring your computer to where there's a connection.

linuxman8786 09-26-2008 11:46 AM

you can get some packages what you need in different computer which connect to network, after that you install packages on your computer by dpkg

Linux Archive

b0uncer 09-26-2008 12:13 PM

Quote:

Originally Posted by TB0ne (Post 3292506)
There are ways to download things via RPM and install them, but I'd save yourself some serious hassles, and just bring your computer to where there's a connection.

But Ubuntu, like Debian, uses .deb packages and not .rpm.

So the way to go would be to download the appropriate .deb packages manually, transfer to the machine and double-click on them to start the installer. Or run
Code:

dpkg -i package.deb

TB0ne 09-26-2008 12:32 PM

Quote:

Originally Posted by b0uncer (Post 3292628)
But Ubuntu, like Debian, uses .deb packages and not .rpm.

So the way to go would be to download the appropriate .deb packages manually, transfer to the machine and double-click on them to start the installer. Or run
Code:

dpkg -i package.deb

Quite true, I stand corrected. Was clear on the concept, but unclear on the execution. :)

Given the amount of dependencies, etc., though, I think it would be much easier just to lug the system to a net connection....


All times are GMT -5. The time now is 11:38 AM.