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