Please enable JavaScript.
Coggle requires JavaScript to display documents.
Using RPM (Main file Configuration :warning: (usr/lib/rpm/rpmrc…
Using RPM
Main file Configuration :warning:
usr/lib/rpm/rpmrc
Sets a variety of options - > CPU optimizations
Shouldn't edit :no_entry:
create and edit etc/rpmrc or ~/.rpmrc
rpm -Uvh samba-3.6.5-86.fc17.1.x86_64.rpm
Comands
operation
-i :check:
Install package, CAN''T contain package with the same name
$rpm -ivh package
-U :recycle:
install package or upgrade if exist
-F or --freshen
Upgrade version ONLY IF already exists
-q :pen:
queries a package
$rpm -q package(the package name MUST be complete if it's NOT the current path :red_flag:)
-V or --verify
checks that its files are PRESENT and UNCHANGED since instalattion
-e :red_cross:
uninstall