An open API service indexing awesome lists of open source software.

https://github.com/vpeti1/easypacman

An easier pacman
https://github.com/vpeti1/easypacman

Last synced: about 2 months ago
JSON representation

An easier pacman

Awesome Lists containing this project

README

        

# EasyPacman
Use pacman with apt-like arguments

# Arguments
## Install -- Install a package
pacman -S
## Remove -- Remove a package
pacman -R
## Update -- Sync package database
pacman -Su
## Upgrade -- Upgrade packages
pacman -Sy
## Upd -- Update and sync packages
pacman -Syu
## Show -- show info about a package
pacman -Q + argument
## List -- See installed packages
pacman -Q (No argument)
## Search -- Search for a package in a repo
pacman -Si
## MRemove -- Remove multiple packages starting with something
pacman -R $(pacman -Qq | grep)
## Edit-Sources -- Edit the repos
/etc/pacman.conf