diff options
author | Franck Cuny <franck@fcuny.net> | 2021-01-04 20:03:30 -0800 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2021-01-04 20:03:30 -0800 |
commit | d35e3997d7f506ca438370a1229b610b5d8e81c2 (patch) | |
tree | 86d1b42dc4ac896c80715c487c5621ee9d29bebd | |
parent | emacs: log when the GC kicks in (diff) | |
download | emacs.d-d35e3997d7f506ca438370a1229b610b5d8e81c2.tar.gz |
README: get a list of installed packages on linux
-rw-r--r-- | README.org | 82 |
1 files changed, 82 insertions, 0 deletions
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 |