Install murano-api
Installing murano-api package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install murano-api
murano-api package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | murano-api |
version | 1:2.0.0-1 |
description | cloud-ready application catalog – API server |
subsection | python |
website | github.com / openstack / murano |
maintainer | PKG OpenStack |
Uninstall murano-api
To remove just murano-api package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove murano-api
Uninstall murano-api and it’s dependent packages
To remove the murano-api package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove murano-api
Purging murano-api
If you also want to delete configuration and/or data files of murano-api from Debian Sid then this will work:
sudo apt-get purge murano-api
To delete configuration and/or data files of murano-api and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove murano-api