The Guide Show How-to Quickly Getting-Started Searching and Installing New Packages on AgiliaLinux Distro
The Tutorial is Practical so it Contains Just Only the Essentials Installation Instructions and Commands.
- Open a Terminal Window
Updating Repositories
$su -c "mpkg-update"
Serching for Packages by Keywords
$mpkg-search <keyword>
Example: $mpkg-search thunderbird
Installing Packages
$su -c "mpkg-install <packageName>"
Example: $su -c "mpkg-install mozilla-thunderbird"