

InterviewSolution
Saved Bookmarks
1. |
Solve : install programs? |
Answer» I am a first time user. How do I install programs with linux???Most DISTROS come with plenty of programs for typical use. But if you WANT to install ADDITIONAL ONES, getting an rpm of the program is the EASIEST. It's like a windows setup.exe file. A simple command like "rpm -iv myprogram.rpm" will install myprogram. Oh, and you need to be root to install programs. |
|