Crates.io | ndpm |
lib.rs | ndpm |
version | 0.1.2 |
created_at | 2025-08-08 20:24:48.918471+00 |
updated_at | 2025-08-10 08:23:55.517986+00 |
description | A user-friendly package manager wrapper for XBPS with AppImage support |
homepage | |
repository | https://git.ch-naseem.com/noid/ndpm |
max_upload_size | |
id | 1787329 |
size | 71,845 |
Noid Linux's Package Manger - A user-friendly package manager wrapper for XBPS with built-in AppImage support.
install
, remove
, search
cargo install ndpm
# Install packages
ndpm install firefox neovim
# Update package database
ndpm update
# Upgrade system
ndpm upgrade -y
# Remove packages
ndpm remove unwanted-package
# Search for packages
ndpm search rust
# Install AppImage from URL
ndpm appimage install --from https://example.com/app.AppImage myapp
# List installed AppImages
ndpm ai list
# Remove AppImage
ndpm a remove myapp
XBPS is powerful but can be verbose. NDPM provides a cleaner interface while maintaining all the functionality you need for daily package management on Void Linux systems.
sudo
access for system package operationsndpm is released under the MIT License. For more details, see the LICENSE file.