Navigation :
Manjaro
bash files
putty
Login
.bash_profile
which calls .bashrc
. .bash_profile
does not set anything extra.
.bashrc
pacman commands
List Locally Installed Packages
pacman -Q
Install Package
pacman -S package_name
-S option synchronizes with remote repository
List files insatlled by package
pacman -Ql postgresql
Kernel Modules
Manual Module Handling
https://wiki.archlinux.org/index.php/Kernel_module#Manual_module_handling
List Currently Loaded Modules
lsmod
Other
- You are here: start » xfce » xfce4-session » advanced
- SSH Agent and XFCE
- Rufus works well for writing OS to USB stick.
Documentation
- Wiki
- Manual contains package management on command line.