We're a community of 1076K IT Pros here for help, advice, solutions, professional growth and fun. Join us!
1,075,852 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Start New Discussion Reply to this Discussion

how to install Linux software???

Hi all, I've just installed Linux ubuntu in my computer days ago, and there's not any media player, so I've downloaded tetom player but I've no idea about linux or how to install it's software. so I need some one to tutor me "from the scratch of the scratch" I know I'm asking too much but...... any help????

5
Contributors
8
Replies
1 Month
Discussion Span
1 Year Ago
Last Updated
11
Views
beeho
Newbie Poster
7 posts since Nov 2011
Reputation Points: 10
Solved Threads: 0
Skill Endorsements: 0

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

thanks, I'll try it ^_^

beeho
Newbie Poster
7 posts since Nov 2011
Reputation Points: 10
Solved Threads: 0
Skill Endorsements: 0

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

more information to know, thanks.
I tryed to install it using the terminal, but some commands dont respond, do you think I have to download another terminal??

beeho
Newbie Poster
7 posts since Nov 2011
Reputation Points: 10
Solved Threads: 0
Skill Endorsements: 0

You can install software in Ubuntu with double click if you have *.deb file. If you want software just go to http://www.getdeb.net/welcome/. Here you can find various softwares, just download *.deb file and double click on that file. Your software will be get installed instantly. Enjoy, Ubuntu

Amiet Mhaske
Newbie Poster
20 posts since Nov 2011
Reputation Points: 6
Solved Threads: 0
Skill Endorsements: 0

Mark this thread as solved if you found your solution.

Amiet Mhaske
Newbie Poster
20 posts since Nov 2011
Reputation Points: 6
Solved Threads: 0
Skill Endorsements: 0

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

This article has been dead for over three months: Start a new discussion instead

Post: Markdown Syntax: Formatting Help
 
You
View similar articles that have also been tagged:
 
© 2013 DaniWeb® LLC
Page rendered in 0.0993 seconds using 2.67MB