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