Computer Science - Linux - Discussion

Discussion Forum : Linux - Section 1 (Q.No. 15)
15.
How could you install the file ipchains-1.3.9-5.i386.rpm?
rpm -qip ipchains
rpm -Uvh ipchains
rpm -i ipchains* .i386.rpm
rpm -e ipchains-1.3.9-5.i386.rpm
None of the above
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
6 comments Page 1 of 1.

Sumanth said:   4 years ago
According to me, rpm -ivh ipchains * .i386.rpm is the correct answer.

Ashish prajapati said:   8 years ago
This is valid " rpm -ivh ipchains-1.3.9-5.i386.rpm" and you don't have to install all the packages related ipchains using *.

Deep said:   9 years ago
As per my knowledge it is, rpm -ivh ipchains*.i386.rpm.

Jasbir said:   9 years ago
rpm -i ipchains* .i386.rpm

*will take all the file, is it correct or we have to specify the exact file name without using*.

Atul said:   1 decade ago
-i is used for install.

Sahil said:   1 decade ago
rpm -e is used to uninstall the rpms.

Post your comments here:

Your comments will be displayed after verification.