LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Agt-get??? (https://www.linuxquestions.org/questions/linux-software-2/agt-get-134850/)

tricky_linux 01-14-2004 05:07 PM

Agt-get???
 
how can i use it to install a package in my home directory which was /root/.
the problem was that this program have many dependencies problems.
but it i do "apt-get install perl-Video-DVDRip-0.50.16-1.fr.i386.rpm"
the output was
"Reading Package Lists... Done
Building Dependency Tree... Done
E: Couldn't find package perl-Video-DVDRip-0.50.16-1.fr.i386.rpm"

i kind of know why it says that because it's looking for that file at the servers which was on /etc/apt/sources.list.
but how i make it check my current directory first?

Wolven 01-14-2004 07:53 PM

rpm -Uvh perl-Video-DVDRip-0.50.16-1.fr.i386.rpm



Further information:

apt-get is a utility that looks for PACKAGE NAMES. It is not meant to look directly at file names. It was originally a 'shell' for a program called dpkg and that was meant to be used with deb files, and this is how Debian linux files are still distributed. Now, apparently, Red Hat has a port that lets you hunt down RPMs, which is cool.



IF (not in this case) you had a .deb file downloaded, you would run
dpkg -i filename.whatever.deb

tricky_linux 01-16-2004 12:18 PM

but whenever i do that, it says files that i don't have it installed which was the dependencies problem which i don't want to do.
there is about 20 files i need to download.

Wolven 01-17-2004 07:16 PM

Paste me the error you get when you run the command I showed you up there. We'll work through this one step at a time, so you can understand everything that goes on, okay?

tricky_linux 01-19-2004 09:44 AM

see, i am not in linux right now. but i can tell you the command i used to install it.
it's "rpm -Uvh perl-Video-DVDRip-0.50.16-1.fr.i386.rpm"
then the next thing i know it's all those dependencies problems showed up.
programs like titleripper, xvidcore,transcode ...
then biggest problem was that i can't get transcode installed properly because of those dependencies thing.
what can i do?
i just want to copy my own dvd without ending up going to store looking for DVDXCOPY!

Xterminator 01-19-2004 12:52 PM

Hi add the download uri
view the repositories here.
http://freshrpms.net/apt/repositories.html
to /etc/apt/sources.list and copy the downloaded RPM to /var/cache/apt/archives

run apt-get update and apt-get install perl-Video-DVDRip

Learn to use apt-rpm on RH.
http://freshrpms.net/

Sorry I´m using apt-rpm natively :-)
http://www.xterminator.hpg.ig.com.br/shots/synap.jpg

More information about apt-rpm.
https://moin.conectiva.com.br/AptRpm/
http://www.nongnu.org/synaptic/


All times are GMT -5. The time now is 09:42 PM.