Skip to content

mathzdev/Pacman-Ubuntu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Pacman for Ubuntu

This is an tool to use same commands pacman style in Ubuntu | Kubuntu | Another Linux with APT.

Installing: put this on /usr/bin and get 777 permissions on /usr/bin/pacman.

Commands

Common commands

pacman -Syu <pkg>

Install (and update package list)

pacman -S <pkg>

Install only

pacman -Rsc <pkg>

Uninstall

pacman -Ss <keywords>

Search

pacman -Syu

Upgrade everything

Query

pacman -Qe

List explictly-installed packages

pacman -Ql <pkg>

What files does this package have?

pacman -Qii <pkg>

List information on package

pacman -Qo <file>

Who owns this file?

pacman -Qs <query>

Search installed packages for keywords

Orphans

pacman -Qdt

List unneeded packages

pacman -Rns $(pacman -Qdtq)

Uninstall unneeded packages

Avoid orphans by using pacman -Rsc to remove packages, which will remove unneeded dependencies.

References

About

This is an tool to use same commands pacman style in Ubuntu | Kubuntu | Another Linux with APT.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages