What distribution+version of Linux did you install? Each major type has its own package manager that will download and install a package along with any missing dependencies. Also, for an audio/video player for Linux, you will have the best luck with VLC. It handles the widest variety of media formats around.
rubberman
Posting Virtuoso
1,559 posts since Mar 2010
Reputation Points: 277
Solved Threads: 178
FWIW, Ubuntu and other Debian-based distributions use the Aptitude package manager. The GUI version for Ubuntu is Synaptic. The command line version is called apt-get. For Red Hat and Suse distributions, they use the YUM package manger, which is built on top of RPM. YUM deals with installing dependencies much better than RPM does. Each accesses local or online repositories to get the packages you want to install. Sometimes you have to install the repository you need to get the packages you want. For Red Hat, there are several optional ones, such as Epel, RPMForge, and atrpms. For example, for Red Hat distributions, VLC is found in the atrpms repository.
rubberman
Posting Virtuoso
1,559 posts since Mar 2010
Reputation Points: 277
Solved Threads: 178
In ubuntu 11.10. Double clicking .deb file wont work. use this command if it is .deb file: sudo dpkg -i file.deb ..
if it is compressed file, extract it somewhere, then go to that directory in terminal and run these commands:
./configure
(then) make
(then) sudo make install ...
khajvah
Junior Poster in Training
64 posts since Jan 2012
Reputation Points: 10
Solved Threads: 4
Infraction Points: 5