Diagnostic tool to find unused packages
License
epinna/Unusedpkg
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
master
Could not load branches
Nothing to show
Could not load tags
Nothing to show
{{ refName }}
default
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
-
Clone
Use Git or checkout with SVN using the web URL.
Work fast with our official CLI. Learn more.
- Open with GitHub Desktop
- Download ZIP
Sign In Required
Please sign in to use Codespaces.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching Xcode
If nothing happens, download Xcode and try again.
Launching Visual Studio Code
Your codespace will open once ready.
There was a problem preparing your codespace, please try again.
Latest commit
Files
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
UnusedPkg v1.0 ============== UnusedPkg is a diagnostic tool to find the unused packages in Linux systems, sorted by their idle time. This helps to find unused packages which could be manually removed to free some space in the filesystem. It supports any apt-based distribution (tested on Debian and Ubuntu), Slackware and blackPanther OS. By default UnusedPkg collect the timestamps of the packages having binaries installed in the $PATH folders. Use `-a` option to collect the statistics of every package installed in the system. Install ------- You can optionally move the `unusedpkg` script to `/usr/bin/` system folder. Known issues ------------ The timestamp of the packages is purely indicative, since a single file with a wrong access timestamp influences the idle days count of the entire package. The unusedpkg analysis can be compromised because usually files are touched by * Commands that browse entire filesystem (e.g. `locate`) * Post install scripts (e.g. Slackware post install scripts sometime move files after installation) Warning: to avoid to undelete useful packages, before uninstalling any packet, check manually the timestamps. Use unusedpkg at your own risk. About ----- Website: https://github.com/epinna/Unusedpkg and https://github.com/hmikihth/Unusedpkg
About
Diagnostic tool to find unused packages
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published