How to remove installed package on fedora 37

How to remove installed package on fedora 37 | RHEL 8 / Centos 8

we can use dnf remove command to remove any package already installed on fedora / RHEL / Centos.

we are going to remove installed google chrome stable version on fedora 37,

[root@fedora ~]# dnf remove google-chrome-stable

Output:

Dependencies resolved.
==============================================================================================================================================================
 Package                                    Architecture                 Version                                   Repository                            Size
==============================================================================================================================================================
Removing:
 google-chrome-stable                       x86_64                       110.0.5481.177-1                          @google-chrome                       304 M
Removing unused dependencies:
 liberation-fonts                           noarch                       1:2.1.5-3.fc37                            @fedora                                0  

Transaction Summary
==============================================================================================================================================================
Remove  2 Packages

Freed space: 304 M
Is this ok [y/N]: y
Running transaction check
Transaction check succeeded.
Running transaction test
Transaction test succeeded.
Running transaction
  Preparing        :                                                                                                                                      1/1 
  Running scriptlet: google-chrome-stable-110.0.5481.177-1.x86_64                                                                                         1/2 
  Erasing          : google-chrome-stable-110.0.5481.177-1.x86_64                                                                                         1/2 
  Running scriptlet: google-chrome-stable-110.0.5481.177-1.x86_64                                                                                         1/2 
  Erasing          : liberation-fonts-1:2.1.5-3.fc37.noarch                                                                                               2/2 
  Running scriptlet: liberation-fonts-1:2.1.5-3.fc37.noarch                                                                                               2/2 
  Verifying        : google-chrome-stable-110.0.5481.177-1.x86_64                                                                                         1/2 
  Verifying        : liberation-fonts-1:2.1.5-3.fc37.noarch                                                                                               2/2 

Removed:
  google-chrome-stable-110.0.5481.177-1.x86_64                                     liberation-fonts-1:2.1.5-3.fc37.noarch                                    

Complete!




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
^