rpm -ihv *.rpm
This is the command of installing onto any linux O.S.
You open the Terminal Portal and enter the folder of the Program by using e.g. /home/root/ and if you have your tetom located in this folder then you type out the initial command, you should be through, it will install it and you will be able to run it. Any problems please tell me.
edensigauke
Junior Poster in Training
50 posts since Nov 2007
Reputation Points: 2
Solved Threads: 1
Skill Endorsements: 0
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 Maven
2,571 posts since Mar 2010
Reputation Points: 365
Solved Threads: 305
Skill Endorsements: 52
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 Maven
2,571 posts since Mar 2010
Reputation Points: 365
Solved Threads: 305
Skill Endorsements: 52
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
67 posts since Jan 2012
Reputation Points: 10
Solved Threads: 4
Skill Endorsements: 0