From 0da72a1be60762c5aeb7016c00488fe39a6339bd Mon Sep 17 00:00:00 2001 From: gunboy001 Date: Sat, 24 Nov 2018 18:55:05 +0100 Subject: [PATCH] added pacman log (after fuckup) --- linux_general.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/linux_general.txt b/linux_general.txt index 8b921b3..1907c1b 100644 --- a/linux_general.txt +++ b/linux_general.txt @@ -21,7 +21,9 @@ "pacman -Qc" view package changelog If you panic just do "sudo pacman -Syy" and then "sudo pacman -Su" "rm -rf /var/lib/pacman/db.lck" remove pacman's transaction lock file - (to solve "could not unlock database" error) + (to solve "could not unlock database" error, which happen when pacman is already running) + NOTE: If all of a sudden everything is fucked up bad (like no GUI whatsowever) + check the pacman log at "/var/log/pacman.log" to see what went wrong and what got removed To manage and download packages from the AUR use: pikaur yaourt (unmantained)