Skip to main content

Package Management

Software Packages

Bianbu software packages follow the Debian package standards and are managed using apt.

Software Sources

The software sources for Bianbu packages are:

Update Software Sources

Use the following command to update the package list:

apt-get update

Install or Update a Package

For example, to install or update the package hello, use:

apt-get install hello

Remove a Package

To uninstall a package, for example, hello, use:

apt-get remove hello

If you also want to remove related configuration files, use:

apt-get purge hello