Fedora Base:
Using Downloaded Files : rpm -Uvh mysql-server-3.23.58-9.i386.rpm

Install Source RPMs :rpmbuild --rebuild tac_plus-4.0.3-2.src.rpm

Install With nodeps: rpm -Uvh --nodeps mysql-3.23.58-9.i386.rpm

List Installed RPMs : rpm -qa | grep ssh

Listing Files Associated with RPMs : rpm -ql ntp

Listing Files in RPM Files : rpm -qpl dhcp-3.0pl1-23.i386.rpm

Uninstalling RPMs :rpm -e package-name

Make the installed RPM packages on your system up to date: yum update

yum Package Installation: yum -y install net-snmp-utils
------------------------------------------------
Debian Base:
Using Downloaded Files: dpkg --install ndiswrapper-utils_1.8-0ubuntu2_i386.deb

list all the packages installed:dpkg --list

Listing the DEB Package to Which a File Belongs: dpkg --search /etc/syslog.conf

Uninstalling DEBs :dpkg --remove ndiswrapper-utils

Configuring APT: apt-get update

Keeping Your System current with APT: apt-get -y upgrade

apt-get Package Installation: apt-get -y install apache




موضوعات مشابه: