Arch Linux

adjusting screen brightness

brightness up

sudo brillo -A 10

brightness down

sudo brillo -U 10

check installed fonts

fc-list

yay

** update packages **

yay -Syyu

update 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 -Syu

Clear pacman cache

uninstall package

remove unused packages


Using debtap to install a package

When 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: num3-clean-cache

num3-clean-cache

sha for image above: abd33a8f83306b93bb69a767d0bf0ed4e2963843

num3-clean-cache

num3-clean-cache

Last updated

Was this helpful?