Crates.io | mpm |
lib.rs | mpm |
version | 0.1.0 |
source | src |
created_at | 2024-06-08 17:14:32.69018 |
updated_at | 2024-06-08 17:14:32.69018 |
description | Package manager for users who have many linux distributions running on a system |
homepage | |
repository | https://github.com/ushinnary/MPM-rs |
max_upload_size | |
id | 1265845 |
size | 17,673 |
Multi-Package-Manager for linux distributions for mutual calls of system commands like install / update
I'm using an Atomic version of Fedora distribution with fedora workstation as distrobox instance for dev and some apps that i wont use as flatpaks.
With this package, i can use the same minimal command to update my systems. Here are my steps :
mpm -u
(And not rpm-ostree update
)distrobox-enter ...
mpm -u
again (And not sudo dnf update
)To update your system, you just type :
mpm -u
To install a package or some of them :
mpm -i package_name other_package
List of currently available parameters :
Long | Short | Description |
---|---|---|
--install package_name |
-i package_name |
Install a package |
--update or --upgrade |
-u |
Updates your system |
--remove package_name |
-r package_name |
Uninstall package |