Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place! |
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.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
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.
|
|
01-30-2010, 03:31 AM
|
#1
|
LQ Newbie
Registered: Jan 2010
Location: New Orleans, LA
Distribution: ubuntu, Tails, Kali
Posts: 9
Rep:
|
Can you install packages from a CD instead of RPM via the internet?
Okay! I do understand that to install software on linux distros that the main way is to have internet connectivity and to download them via RPM or to manually do this in terminal.
Here's my question: Can you install software by downloading it from another PC via CD and install it in your Linux PC from the CD?
Reason I ask is that I do not have a WLAN setup on my Linux PC yet and would like to install some programs or drivers while I am waiting to get a WLAN adapter that is compatible with Linux. Can you convert drivers or programs to an ISO image that can be installed on Linux?
Another reason is that I have read that Wine can be used in the absence of MS Windows to run certain or a few programs in Linux as well as assist Linux to recognize drivers of hardware that is utilized for MS Windows.
Can anyone point me in the right direction?
|
|
|
01-30-2010, 03:44 AM
|
#2
|
Moderator
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417
|
well you'd not want an iso image, not sure where that comes from, but sure you can install rpm files directly - "rpm -Uvh mypackage.rpm" and job done.
|
|
|
01-30-2010, 03:47 AM
|
#3
|
Senior Member
Registered: Apr 2008
Location: Gurgaon, India
Distribution: Cent OS 6/7
Posts: 4,638
Rep:
|
You can install it from rpm packages, however you get them. You may use internet to download or use packages on a cd. But be sure that those are actually binary packages and not the files on a installed system. Another issue you will need to take care is the dependencies of the package you want to install. It could depend on several other packages that you must install.
This is the reason, yum or other package managers are preferred.
|
|
|
01-30-2010, 04:09 AM
|
#4
|
Senior Member
Registered: Mar 2004
Location: UK
Distribution: CentOS 6/7
Posts: 1,375
|
Quote:
Originally Posted by acid_kewpie
well you'd not want an iso image, not sure where that comes from, but sure you can install rpm files directly - "rpm -Uvh mypackage.rpm" and job done.
|
My guess somebody is thinking about linux disc images usually being stored as .iso image files. But yeah, unless someone really wants to learn about how to mount disc images in linux with the mount command, it seems near pointless to me too.
|
|
|
01-30-2010, 01:02 PM
|
#5
|
Member
Registered: Jan 2010
Distribution: Ubuntu 10.4
Posts: 122
Rep:
|
Hello Damon-Jager,
I had the same problem as you, so I searched the internet
and found this website:
ftp://kambing.ui.edu/pub/ubuntu-repository/9.10/
In this site there is 7 DVD *.iso file that you can download it
and then use it in your linux offline.
(You should download the ones which are compatible with you system
I mean 32 bit or 64 bit system).
For me it did a good job.
Best regards,
Hassan
Last edited by msbstar; 01-30-2010 at 02:28 PM.
|
|
|
01-30-2010, 01:31 PM
|
#6
|
Member
Registered: Dec 2009
Location: London
Distribution: CentOS
Posts: 36
Rep:
|
hey
i had the same problem as you, a really slow modem connection
i tried all sorts of ways
putting the cd in and getting packages etc
rpm is crap for installing packages as it wont resolve dependencies
unless your online i guess
yum is king
that is from a repo you set up yourself using your installation cd packages directory
copy the contents of the packages directory to /var/www/html/something
add a repo to /etc/yum.conf pointing to the something directory
[something.repo]
baseurl=http://whatever/something
and bobs your uncle
fannies your aunt
service httpd start
elinks to your own repo site
it works a treat
any package installed in less than 30 seconds
kevin
|
|
|
01-30-2010, 02:01 PM
|
#7
|
Member
Registered: Oct 2003
Location: Zürich
Distribution: Debian
Posts: 537
Rep:
|
Quote:
Originally Posted by Damon-Jager
Reason I ask is that I do not have a WLAN setup on my Linux PC yet and would like to install some programs or drivers while I am waiting to get a WLAN adapter that is compatible with Linux. Can you convert drivers or programs to an ISO image that can be installed on Linux?
Another reason is that I have read that Wine can be used in the absence of MS Windows to run certain or a few programs in Linux as well as assist Linux to recognize drivers of hardware that is utilized for MS Windows.
Can anyone point me in the right direction?
|
You could get more specific help if you specify which distro you're using. With Ubuntu, for example, you could get .deb packages from a friend's APT cache and install them as local packages. There's no need to fool with an ISO image to do what you want.
Yes, Wine can install many programs designed for Windows. Go to their website to research whether a given program is compatible, or just try it out.
|
|
|
All times are GMT -5. The time now is 08:50 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|