The yum command line tool is used to install and update software packages under RHEL / CentOS Linux server. I know how to apply updates using yum update command line, but I’d like to use cron to manually update packages where appropriate. How do I configure yum to install software patches / updates automatically with cron?
I’ve download .tbz file from the FreeBSD ftp server. How do I install this binary file using command line options?
Q. I’ve installed FreeBSD server without ports. When installing my FreeBSD system, sysinstall asked my, if I would like to install the Ports Collection? I chose not to install it. Now, how do I obtain and install the FreeBSD ports collection in /usr/ports?
Q. How do I know what packages are available to be updated on my FreeBSD Server system? How do I list all outdated packages under FreeBSD / OpenBSD operating system?
Q. How do I list all installed packages using rpm under Linux? A. rpm is a powerful Package Manager, which can be used to build, install, query, verify, update, and erase individual software packages. rpm has -a option to query (list) all installed packages. List all installed packages using rpm -a option Type the command [...]
Q. I’ve just moved from a Linux server to a new FreeBSD server. I’m confused with FreeBSD ports system. Can you tell me – how do I find a package file (port) and install the same? A. Under Linux you use rpm / up2date / yum or apt-get command to install a package. Under FreeBSD [...]