From ef38aa5b3df9fc9f200410603d2af31b5f77d331 Mon Sep 17 00:00:00 2001 From: gunboy001 Date: Sat, 10 Nov 2018 12:22:31 +0100 Subject: [PATCH] added pacman changelog --- linux_general.txt | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/linux_general.txt b/linux_general.txt index 06b68c6..8c34863 100644 --- a/linux_general.txt +++ b/linux_general.txt @@ -18,6 +18,7 @@ "pacman -Rns" remove packages and its dependencies (recursively) "pacman -Ql" list all package files and locations "pacman -Qqe" list all installed packages + "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) @@ -67,11 +68,6 @@ xf86-video-ati: for Xorg hardware acceleration support mesa-vdpau and lib32-mesa-vdpau: for accelerated video decoding --Listing all installed packages: - With apt "apt list --installed" - With pacman "pacman -Ql" - NOTE: every result can be filtered with grep - -You use "ps ax" to view all processes and their UIDs -"https://wiki.archlinux.org/index.php/systemd" just helpful