9 February 2015

I was able to lock Pacman up so I was not able to do anything that involved it. There were to different errors that appeared "ERROR: Pacman lock file was found. Cannot run while pacman is running." and endless "Pacman is currently in use, please wait.". The solution was to force delete the lock.

Source code viewer
  1. sudo rm /var/lib/pacman/db.lck
Programming Language: Bash