Arch Linux
adjusting screen brightness
brightness up
sudo brillo -A 10brightness down
sudo brillo -U 10check installed fonts
fc-listyay
yay** update packages **
yay -Syyuupdate single package
yay -S <package name>
``
## `pacman`
**install package**
```shell
pacman -S <package name>
``
**update single package**
```shell
pacman -S <package name>
``
***update all installed packages**
```shell
pacman -Syu
`*update all installed packages**
```shell
pacman -SyuClear pacman cache
uninstall package
remove unused packages
Using debtap to install a package
debtap to install a packageWhen there is no AUR package for something you are trying to install, you should try this method.
install debtap
update the repos
convert the .deb file
install the converted .tar.zst file
**clean the cache in ~/home directory
my results: 

sha for image above: abd33a8f83306b93bb69a767d0bf0ed4e2963843


Last updated
Was this helpful?