Yum issue : Error: database disk image is malformed

Yum issue : Error: database disk image is malformed
solution : yum clean dbcache



07:15Anuroop Melarayil

Related Posts:

  • CONFIGURING PXE BOOT SERVER FOR INSTALLING LINUX WITHOUT CD OR OTHER MEDIAFOR INSTALLING LINUX WITHOUT ANY CD OR OTHER MEDIA WE HAVE TO SETUP A PXE SERVER.PXE STANDS FOR PREBOOT EXECUTION ENVIRONMENT WHICH ALLOWS YOU TO BOOT DIRECTLY FROM YOUR PXE SERVER AND ACCESS THE DATA FROM PXE SERVER FOR FURT… Read More
  • Configuring ISCSI initiator in Linux Internet Small Computer System Interface is a Storage Area Network (SAN) protocol,It is an Internet Protocol (IP)-based storage networking standard for linking data storage facilities. By carrying SCSI commands over IP ne… Read More
  • USER MANAGEMENT BASICS HERE I AM INTRODUCING SOME USER COMMAND AND THEIR USE IN OURDAILY USER ADMINISTRATION useradd - for adding users to your linux machine syntax : useradd -[option] [$username] the main options are as listed below… Read More
  • SIMPLE INCREMENTAL BACKUP USING rsync COMMANDBackups  can be classified to two types.They are 1)Full backup The entire data will be backup will be taken every time 2)Incremental backup Incremental backup take the full backup at the first time ,from the second ti… Read More
  • Ansible server Installation on Centos ( Not ansible tower) Ansible is a free-software platform for configuring and managing computers which combines multi-node software deployment, ad hoc task execution, and configuration management. It manages nodes (Linux nodes must have Python 2.… Read More