List and sort user-installed files according to dnf
Project description
dnf-humbug
dnf-humbug tool lists packages that are marked as "user installed" and gives a list of such, allowing a user to adjust this.
"user installed" are packages the system thinks you have directly installed, and are thus always kept and not removed automatically.
So, as my list of "user installed" packages included a ton of old dev packages, lots of libraries I could not remember installing, I wanted something to make a list out of those and see what was where.
One such way was this:
comm -2 -3 <(dnf repoquery --userinstalled --qf '%{name}-%{version}-%{release}.%{arch}'|sort) <(dnf leaves| sed 's/^[- ] //'|sort)
Clearly not optimal, so I wrote this utility.
To install in a venv
python3 -m venv --system-site-packages humbug-venv
source humbug-venv/bin/activate
pip install dnf-humbug
Launching
Either use:
python3 -m dnf_humbug
Or:
dnf-humbug
Bugs, Features, Issues?
Feel free to hack on it, I'll probably do too. I don't have a plan to port it to dnf5 yet, but who knows, dnf5 might also annoy me and I'll have to do it there as well.
License
I snagged some code from the "dnf leaves" code when I started this, so we follow suit with GPLv2 license.
Dependencies
This is not a DNF plugin, but a separate tool that uses python3-dnf on Fedora (or other systems).
So make sure to install python3-dnf and python3-textual, or you can just have python3-dnf installed and use pypi to install textual.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file dnf-humbug-0.0.13.tar.gz
.
File metadata
- Download URL: dnf-humbug-0.0.13.tar.gz
- Upload date:
- Size: 12.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 46258d15a64f1f176ebb4f852781e1db8bf57cdf561ff602559d64075cb60a6a |
|
MD5 | 44c6b534911765d2f4149c7297571848 |
|
BLAKE2b-256 | ca8528466a3a15291a4b9cc821d7a9c6b555225571db75c20045dca7a8978a2f |
File details
Details for the file dnf_humbug-0.0.13-py3-none-any.whl
.
File metadata
- Download URL: dnf_humbug-0.0.13-py3-none-any.whl
- Upload date:
- Size: 13.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2e60b560b99e514b5dcb48db363cffe940ab61e32e8b9895712ec8f5500e6367 |
|
MD5 | 529c332bf257b529d53ea51dbf9808d6 |
|
BLAKE2b-256 | de02456289e9415ef429a8f554c2b16d9a5b6364c038817f556b9328023fce97 |