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