Results 1 to 5 of 5
hi
1. What utility within Red Hat Linux installs, updates, queries, and removes the software packages?
2. What is the command-line which checks the availability of ‘openssh’ package in my ...
- 09-29-2003 #1Just Joined!
- Join Date
- Sep 2003
- Posts
- 6
Package Installation questions
hi
1. What utility within Red Hat Linux installs, updates, queries, and removes the software packages?
2. What is the command-line which checks the availability of ‘openssh’ package in my system.
3. What is the command-lines for checking the authenticity of a downloaded package.
regards
pongsu
- 09-29-2003 #2Linux Engineer
- Join Date
- Apr 2003
- Location
- Sweden
- Posts
- 796
The Redhat administration system are using rpm as a packagemanager.
to see which packages you have installed executeto see which files that package are containing executeCode:rpm -qa
To install and unitall downloaded packages useCode:rpm -ql <packagename>
Does that answer you questions??Code:rpm -ivh to install and rpm -e to unistall rpm -Fvh upgrades only already installed packages
Regards
Andutt
- 09-29-2003 #3
For question 2 and 3:
2) ssh -v
3)md5sum packagename.rpmI am on a journey to mastering Linux and I got a bloody long way to go!!!
- 09-30-2003 #4Linux Engineer
- Join Date
- Apr 2003
- Location
- Sweden
- Posts
- 796
Also looks like a school asignement...
Regards
Andutt
- 09-30-2003 #5
Sure does
At least he has 3 correct answers so far!!I am on a journey to mastering Linux and I got a bloody long way to go!!!


Reply With Quote
