Crates.io | pacman-helper |
lib.rs | pacman-helper |
version | 0.1.2 |
source | src |
created_at | 2022-11-22 21:52:31.829283 |
updated_at | 2022-11-22 21:52:31.829283 |
description | A program for more simplified options for package management in Arch systems |
homepage | |
repository | https://github.com/pacman-helper |
max_upload_size | |
id | 721135 |
size | 54,856 |
More simplified options for package management in Arch systems.
Holding back packages in arch is one of the things that users do in their systems.
This can be due to stability issues, especially when a new package release becomes buggy.
pacman-helper provides more options for this kind of scenario, in which you want to pause a package update and also it's dependencies without affecting other programs.
This is done by checking package's unique dependencies, and printing them out to the console, thereafter the user can know which dependencies to hold back without breaking their system.
Since Arch Linux is a rolling release distro, packages may acquire new dependencies. Therefore, be careful when holding back packages while running system updates.
# Replace "package-name" with the name of your package
pacman-helper get-unique-deps "package-name"
# Replace "package-name" with the name of your package
pacman-helper get-pacs-with-same-deps "package-name"