Package Management
- pacman -Sy = to refresh pkg database
- pacman -Ss $keyword = to search pkg database
- pacman -Su = to update all install packages
- pacman -S $pkg = to update one pkg
- pacman -h = for a list of pacman operations
- pacman -S --help = for a full list of options associated with the -S command
Starting and Stopping Services
- systemctl {stop,start,restart} mariadb.service
- systemctl {stop,start,restart} mythbackend.service
MythFrontend Menu Navigation