
p { margin-bottom: 0.08in; }
RPM
stands for RED-HAT Package Manager.
1.
Structure of a .rpm packages:-
p { margin-bottom: 0.08in; }
2.
Arctecture type:-
a)
x86 = i386
for 32 bit of motherboards.
b)
x64_x86 = i686
for 64 bit of motherboards.
3.Working
with RPM packages :-
rpm
–ivh telnet.2.5.6-i386.rpm
options
1. –i
[install pkgs]
2. –h
[it...