How to update software installed on linux (RHEL/Fedora/Centos)?

How to update software installed on linux (RHEL/Fedora/Centos)?

We can update the software on linux using below command,

# yum update 

Let's see the example to update the google chrome already installed on linux (RHEL / Fedora / Centos)

# yum update google-chrome

Output:

rdopkg for Fedora 29                                                                                                                     	152  B/s | 341  B 	00:02    
Failed to synchronize cache for repo 'rdopkg'
Ignoring repositories: rdopkg
Last metadata expiration check: 0:30:01 ago on Thu 11 Feb 2021 08:18:31 PM IST.
Dependencies resolved.
=============================================================================================================================================================================
 Package                                     	Architecture                  	Version                                	Repository                            	Size
=============================================================================================================================================================================
Upgrading:
 google-chrome-stable                        	x86_64                        	88.0.4324.150-1                        	google-chrome                         	69 M

Transaction Summary
=============================================================================================================================================================================
Upgrade  1 Package

Total download size: 69 M
Is this ok [y/N]: y
Downloading Packages:
google-chrome-stable-88.0.4324.150-1.x86_64.rpm                                                                                          	7.4 MB/s |  69 MB 	00:09    
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Total                                                                                                                                    	7.4 MB/s |  69 MB 	00:09	 
Running transaction check
Transaction check succeeded.
Running transaction test
Transaction test succeeded.
Running transaction
  Preparing    	:                                                                                                                                                 	1/1
  Running scriptlet: google-chrome-stable-88.0.4324.150-1.x86_64                                                                                                     	1/2
  Upgrading    	: google-chrome-stable-88.0.4324.150-1.x86_64                                                                                                     	1/2
  Running scriptlet: google-chrome-stable-88.0.4324.150-1.x86_64                                                                                                     	1/2
Redirecting to /bin/systemctl start atd.service

  Running scriptlet: google-chrome-stable-78.0.3904.70-1.x86_64                                                                                                      	2/2
  Cleanup      	: google-chrome-stable-78.0.3904.70-1.x86_64                                                                                                      	2/2
  Running scriptlet: google-chrome-stable-78.0.3904.70-1.x86_64                                                                                                      	2/2
  Verifying    	: google-chrome-stable-88.0.4324.150-1.x86_64                                                                                                     	1/2
  Verifying    	: google-chrome-stable-78.0.3904.70-1.x86_64                                                                                                      	2/2

Upgraded:
  google-chrome-stable-88.0.4324.150-1.x86_64                                                                                                                           	 

Complete!

google chrome browser is updated successfully on Fedora 29.




Python installation

Privacy Policy  |  Copyrightcopyright symbol2020 - All Rights Reserved.  |  Contact us   |  Report website issues in Github   |  Facebook page   |  Google+ page

Email Facebook Google LinkedIn Twitter
^