Red HatThis forum is for the discussion of Red Hat Linux.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
well i think the cd drive in my laptop is on its last legs. i managed to get the os on there, but i cant install any packages through the application manager. is there anyway i can install them without having to use my cd drive?
Well all u need is either download the file via internet or your network if u have a network. Once the file or rpm is on your drive goto the folder where the file is allocated and type in the following cmd
rpm -q package-to-intsall.
This cmd will help u to view if u have this rpm installed. If u have the rpm or package then type rpm -Uvh package-to-intsall, this cmd will update to a newer version. If the package or rpm does not exsit then type rpm -Ivh package-to-intsall.
make sure that u login as root and of course this is done in terminal.
great, thanks for the advice. i was actually able to get most of the stuff i wanted off the cd, but i can tell its gonna die any time now. does this trick work for the image files though? or do i decompress the image onto the drive?
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.