From f3437105b386420230745baf48e8f866369ffb19 Mon Sep 17 00:00:00 2001 From: gunboy001 Date: Thu, 8 Nov 2018 08:16:49 +0100 Subject: [PATCH] added list all programs --- linux_general.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/linux_general.txt b/linux_general.txt index 96a4b6c..06b68c6 100644 --- a/linux_general.txt +++ b/linux_general.txt @@ -67,6 +67,11 @@ 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