Skip to content

Python script to remove arch linux orphan packages all at once.

Notifications You must be signed in to change notification settings

xXx-insane-xXx/pacman-qdt-remover

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

Python script to remove unwanted arch linux packages

What this script does?

This script removes orphan packages in Arch Linux. Orphan packages can be seen using pacman -Qdt command. This script aims to delete all the packages shown by pacman -Qdt command at once.

Usage

script.py -c orphans.txt      # Writes a list of orphaned packages to orphans.txt
script.py -r orphans.txt      # Removes all packages listed in orphans.txt without removing dependencies
script.py --rd orphans.txt    # Removes all packages listed in orphans.txt along with their unneeded dependencies

Future plans

Call the python script using a bash executable file which can then be placed in $PATH to be used hassle-free.

About

Python script to remove arch linux orphan packages all at once.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages