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:
- Bianbu 1.0: http://archive.spacemit.com/bianbu-ports/
- Bianbu 2.0: http://archive.spacemit.com/bianbu/
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