Operating Systems > Linux and UNIX
I hate having to ask this, but how do you install programs?
Doctor V:
Just to follow up, in Linux, just like windows, there there is a simple point and click installation method. Windows applications generally have install programs. Linux applications do as well, in a sense. In Linux, the name of the installer is RedHat Package Manager. Its as easy to use as windows, you just point, click and follow the instructions. But, not all programs are available in RPM format. If it is not you have to use the method above, or a similar method. Most programs however are, but some are not. This is because it takes a bit of time to package the program in RPM format. So an application will usually be released compressed before it is released as an RPM. Windows cannot do this. The installer must be made before a program can be installed. Also, when you compile a program you manually unzipped you have more control over where it is placed than you do when it is unpackaged with an RPM. Again, windows does not give you this option.
By the way, the file you are working with had the extension:
.tar.bz2
whenever a file has that extention you use the method above, but the majority of non-rpm files you download have the extension:
.tar.gz
in which case the method you use is exactly the same as above except that instead of
tar xjvf
you use
tar xzvf
V
TheQuirk:
http://faq.belg88.com/index.php?op=view&t=4
What the heck was the point of the FAQ?!
DC:
quote:Originally posted by Zombie9920:
And to think. In Windows all you have to do is double click the executable, click next a couple of times and click finish then your program(and even some drivers) will be installed.
--- End quote ---
... after which you need to restart your entire computer.
Nuff said, I think (if combined with the RPM post)
Fett101:
quote:Originally posted by DC:
... after which you need to restart your entire computer.
Nuff said, I think (if combined with the RPM post)
--- End quote ---
Depending on what changes the program made, a reboot may not be needed. And it's not the end of the world to reboot either. I'm not that concerned with my "precious uptime."
(although it would be a hastle for web servers and what not since it would mean your site/services/whatever would be unavailable for a short time.)
voidmain:
quote:Originally posted by fett101:
(although it would be a hastle for web servers and what not since it would mean your site/services/whatever would be unavailable for a short time.)
--- End quote ---
Or an office file or database server with hundreds of users. Believe me, it's much more of a hassle than it should be.
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version