how to install files that don't end in rpm - Printable Version +- Linux-Noob Forums (https://www.linux-noob.com/forums) +-- Forum: Linux Noob (https://www.linux-noob.com/forums/forum-3.html) +--- Forum: How Do I? (https://www.linux-noob.com/forums/forum-60.html) +--- Thread: how to install files that don't end in rpm (/thread-783.html) Pages:
1
2
|
how to install files that don't end in rpm - zbrian - 2008-11-24 Quote:Well, the first problem is now solved and we're running into a different beast now. I'm having some difficulty because I don't have an internet connection in my home. I believe all the development tools are on my install dvd. GCC is for sure and it's in a 40mb folder called Development Tools. Is there another alternative to YUM? how to install files that don't end in rpm - hybrid - 2008-11-25 Is it possible to set up your local DVD as a repository for yum - it will then be able to install packages from there but also do the clever stuff like resolving dependencies automatically. I haven't done this myself, so I can't advise an awful lot, but there is a guide on doing this at http://www.city-fan.org/tips/YumRepoFromImages. The Fedora 7 specific stuff is http://www.city-fan.org/tips/SubsetRepositoriesFedora7. It is unfortunately quite complex to do. :( Alternatively, you could try installing the RPMs directly from the DVD media: Code: rpm -Uvh /path/to/package.rpm However, this way, you may run into some problems with package x wanting package y installed first. |