I am trying to install Jasmin Gateway on Ubuntu Server 16.04 LTS, but I have the error below:
root@ds234:/home# sudo apt-get install python-jasmin
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
python-jasmin : Depends: rabbitmq-server but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
I tried to install rabbitmq-server:
root@ds234:/home/prodadmin# sudo apt-get install rabbitmq-server -y
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
rabbitmq-server : Depends: locales-all
E: Unable to correct problems, you have held broken packages.
I tried to run the commands below to fix the broken packages but did not install:
sudo dpkg --configure -a
sudo apt-get install -f
sudo apt remove