This post will show how you can update CentOS 6.4 system with ‘yum‘ command. You should update the linux to newer release or latest linux kernal because you will get security fixes, stability improvements, updated device drivers, get new kernel functions and to increased speed of the linux ...
To install the latest available Samba execute the following commands at the shell: # cd /etc/yum.repos.d # wget http://ftp.sernet.de/pub/samba/experimental/centos/5/sernet-samba.repo # yum install samba To upgrade an existing Samba install: # cd /etc/yum.repos.d # wget http://ftp....
To disable or lock the package temporarily, use yum command with--excludeoption or-xoption. Now enter the package which you want to block after the--excludeoption. [root@linuxhelp Desktop]# yum --exclude vim updateLoaded plugins: aliases, changelog, fastestmirror, kabi, presto, refresh-package...
How to useyum --releaseveroption? How to update system to a specific minor release Environment Red Hat Enterprise Linux 6 Subscriber exclusive content A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more. ...
How to roll back an update usingyumin Red Hat Enterprise Linux-6 and later? How to useyum history? Information on best practice to enable easy backout ofyumpatching Resolution Note:Rollback ofselinux,selinux-policy-*,kernel,glibc(dependencies of glibc such as gcc) packages to an older versi...
You should be having superuser privilege to perform YUM updates or you canuse sudo, sufor performing it with superuser privilege. You can update the single package, multiple packages, or all available packages at once. Let’s see stepwise commands for the upgrade package using YUM. ...
of actions should be done to upgrade Fedora using yum. Please note that this is for experienced users only, if you are not sure what you are doing and what do these commands mean, please stop here and read the manuals first, or go to Fedora’s Wiki about upgrading Fediora using yum....
How to Install tmux To installtmux, use your system's defaultpackage manager. Access the command line and enter the installation command for yourLinux distribution: Note:The examples in the tutorial are presented usingUbuntu 24.04. After thetmuxinstallation is complete, start a new named session ...
If you are a Fedora or Red Hat Linux user, you can install the Xrdp server on your system by running the YUM package management commands. The YUM command works on both Fedora and Red Hat Linux. First, you need to install the EPEL release on your Red Hat-based system. Now, run the ...
to install MySQL on CentOS using yum. Instead of searching and installing mysql and related packages one-by-one, it is better to install MySQL using yum groups. If you are interested in installing the full LAMP stack, refer to our earlier article on how to install/upgrade LAMP using yum....