From d35e3997d7f506ca438370a1229b610b5d8e81c2 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Mon, 4 Jan 2021 20:03:30 -0800 Subject: README: get a list of installed packages on linux --- README.org | 82 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 82 insertions(+) diff --git a/README.org b/README.org index 873ae02..0a4508e 100644 --- a/README.org +++ b/README.org @@ -5,6 +5,88 @@ - configurations work the same way, everywhere * emacs * Linux +** installed packages +Under arch linux, you can run the following to get the list of installed packages: +, +#+begin_src sh +pacman -Qqe +#+end_src + +#+RESULTS: +| alacritty | +| alsa-utils | +| base | +| btrfs-progs | +| chromium | +| dmenu | +| docker | +| easytag | +| emacs | +| ethtool | +| feh | +| firefox | +| fwupd | +| gcc | +| git | +| gnome-keyring | +| go | +| htop | +| hugo | +| i3-wm | +| i3lock | +| i3status | +| intel-ucode | +| iwd | +| jq | +| lightdm | +| lightdm-gtk-greeter | +| linux | +| linux-firmware | +| make | +| man-db | +| mc | +| mg | +| mpc | +| mpd | +| mupdf | +| network-manager-applet | +| noto-fonts | +| noto-fonts-cjk | +| noto-fonts-emoji | +| openssh | +| podman | +| pulseaudio | +| pulseaudio-alsa | +| racket-minimal | +| redshift | +| restic | +| ripgrep | +| rsync | +| smbclient | +| strace | +| sudo | +| tcpdump | +| tmux | +| ttf-bitstream-vera | +| ttf-dejavu | +| ttf-droid | +| unzip | +| vi | +| w3m | +| wavemon | +| wireshark-cli | +| wireshark-qt | +| xclip | +| xdg-user-dirs | +| xorg-server | +| xorg-xmodmap | +| xorg-xrandr | +| xorg-xrdb | +| xorg-xsetroot | +| xss-lock | +| xterm | +| zsh | + ** xorg To fix the touchpad (use reverse / natural scrolling and faster movement): #+begin_src -- cgit 1.4.1