LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   AcidRip Installations Problem (https://www.linuxquestions.org/questions/linux-newbie-8/acidrip-installations-problem-924109/)

karusil1 01-16-2012 05:09 PM

AcidRip Installations Problem
 
I have downloaded and extracted the acidrip-0.14.tar.gz file. When I run the apt-get install command the response is cannot find package acidrip. Pls help I am new to linux so i can use all the help I can get.

celthunder 01-16-2012 05:35 PM

you can only apt-get from repo's you have a compressed file tar xzf <filename> to see what's in it. Either it will be source (usually has a readme) and you compile it or a binary you just have to put somewhere in your path.

edit

you said you already extracted it ... what format is the extracted content in? if it's a deb file it's dpkg -i <file>

corp769 01-16-2012 05:36 PM

When you download a tar.gz file, you need to extract it, and install it manually.
Code:

tar zxvf acidrip-0.14.tar.gz
From there, read the README and INSTALL files for further instructions.

Cheers,

Josh

karusil1 01-16-2012 09:09 PM

AcidRip Installations Problem
 
I have uncompressed the file and the message when I run the Makefile command is that it can't find MEncoder. I have installed a package called mencoder. I don't understand what the difference between the two. I can't find any instructions on how to install MEncoder.

corp769 01-17-2012 12:59 AM

How did you install mencoder?

And FYI..... I highly recommend that you learn more about linux ASAP. I am not being mean at all, but so far, the questions you have asked are common linux knowledge. Get on google, type in "linux beginners guide," and take it from there. Linux wasn't made to be easy, also. Using linux requires some brain cells and IQ points, and we aren't here to hold your hand in every step that you take.

Cheers, and good luck!

Josh


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