Interview Question
Cloud Support Engineer Linux Interview
-
AmazonYou need to patch openssl. What is the quickest way or efficient way of installing the package?
AnswerAdd Tags
Interview Answers
3 Answers
▲
0
▼
# apt-get install pkgname , yum install pkgname, dpkg –i pkgname.deb # ./configure && make && make install
Anonymous on
▲
0
▼
yum install openssl for rhel
Anonymous on
▲
0
▼
yum update openssl
Ambrish Vadnerkar on
Add Answers or Comments
To comment on this, Sign In or Sign Up.