Taking notes has really helped me learn GNU/Linux and different distros as I've hopped around. Here is an example of my Arch notes written in ghostwriter.

#Arch #GNU #Linux

@resplendent606

Isn't uninstall package: "pacman -R pkg_name" ?

@inawhilecrocodile Whoops, you caught a typo. Thanks!
@inawhilecrocodile You could also include "n" to remove all configuration files associated with the package and "s" to also remove any dependencies that were installed only for the package being uninstalled and are no longer required by any other installed package. So pacman -Rns <package name> could be used a lot of the time.