Skip to content

Instantly share code, notes, and snippets.

@bencromwell
Last active April 2, 2024 09:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bencromwell/aeece5376775ab0de34bee8e37a904fa to your computer and use it in GitHub Desktop.
Save bencromwell/aeece5376775ab0de34bee8e37a904fa to your computer and use it in GitHub Desktop.
Manjaro packages

Manjaro Packages

Upgrading packages including from AUR

Upgrade entire system

yay

is alised to:

yay -Syu

which upgrades the lot.

Upgrade just AUR packages

yay -Syu --aur

Remove package including dependencies

pacman -Rcs pkgname

Show AUR packages

pacman -Qm

View details about a package, including its dependencies

Local

pacman -Qi pkgname

Remote (potentially not installed yet)

pacman -Si pkgname

Listing installed packages

pacman -Qqe | grep -v "$(awk '{print $1}' /desktopfs-pkgs.txt)"

Things to install on a fresh Manjaro by category

apps

cheese
google-chrome
slack-desktop
spotify

utils

bat
fd
ripgrep
guake
httpie
jq
mcfly
starship
wireguard-tools
yay
net-tools
whois
gnu-netcat
bind
tree
pwgen
mtr

dev

ansible
composer
docker
docker-compose
nvm
patch
php
php7
php7-redis
rust
vagrant

fonts

ttf-bitstream-vera
ttf-ms-fonts
noto-fonts
noto-fonts-emoji
noto-fonts-extra
ttf-noto-nerd

Keep mirrors updated

@todo

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment