LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Installing software (https://www.linuxquestions.org/questions/linux-newbie-8/installing-software-4175519897/)

93602 09-24-2014 04:25 AM

Installing software
 
Hi y'all. I am new here. I'd like to learn how to install tarballs in ubuntu.

jkirchner 09-24-2014 05:18 AM

The preferred method to install software in Ubuntu is through its package management system. That said, sometimes you might have to install from source. What are you trying to install?

The first steps would be to extract the files and find the readme or directions inside. There are always text files in the archive and often the site where you found the software has instructions as well.

We can help more if we know what software source you have and where you got it.

93602 09-24-2014 05:54 AM

Hi jkirchner, I am trying to install vlc from the source code. Perhaps you could walk me through the steps required.

brianL 09-24-2014 06:12 AM

It would be a lot easier getting it prebuilt, running this in the terminal:
Code:

sudo apt-get install vlc
But if you really want to build it from source, follow this:
https://wiki.videolan.org/UnixCompile/

93602 09-24-2014 08:31 AM

Thanks for the information. It was really helpful.

frankbell 09-24-2014 08:13 PM

Here's a good introduction to compiling software from sources in Linux.

http://www.thegeekstuff.com/2012/06/...l-from-source/

As long as you make sure you have any dependences installed, it's not all that difficult. The beauty of package managers such as synaptic (what underlies the Ubuntu Software Center) and yum is that they resolve dependencies for you.


All times are GMT -5. The time now is 08:14 PM.