Noid Linux's Package Manger - A user-friendly package manager wrapper for XBPS
- Simplified commands: No more remembering XBPS flags - just
install,remove,search - Safety first: Prevents accidental root usage that could break your system
# 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 rustXBPS 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.
- Void Linux (or compatible XBPS-based system)
sudoaccess for system package operations
ndpm is released under the MIT License. For more details, see the LICENSE file.