bpkg
is a universal package manager for BlendOS compatible with BlendOS v3 and v4.
bpkg
allows you to automatically search for a package through the repositories of your containers and automaticallly selects the best package according to your preference.
NOTE: This program is alpha software. You may experience issues while using it.
Download bpkg
here.
bpkg install <package>
This will search for the package in your installed distros and install it from the first package manager it finds by your order of preference. Use user install <container> <package>
to install to a specific container.
bpkg remove <package>
This will remove a package that you installed from the first container in your list the package is found in. Use user remove <container> <package>
to remove from a specific container.
bpkg update
This will update all the packages in all your containers. If update_flatpak is set to true in the config, this will also update your flatpaks.
bpkg search <package>
You can search for a package in all of your containers.
bpkg list-containers
Lists all containers on your system (even if they aren't in the config).
bpkg overwrite-config
This will pull all your containers and generate a new config file, overwriting your current one. It is recommended to run this after creating or deleting containers.