I run sudo apt-get install python3-venv then I get.
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:
python3-venv : Depends: python3.6-venv (>= 3.6.5-2~) but it is not going to be installed
Depends: python3 (= 3.6.5-3) but 3.6.7-1~18.04 is to be installed
E: Unable to correct problems, you have held broken packages.
I'm pretty sure trying to reinstall Python is a bad thing, so I got nowhere else to go.
python -V returns 2.7.17and python3 -V returns 3.6.9.
Related
I'm new to ubuntu and I'm trying to install nodejs npm but I get the error:
The following packages have unmet dependencies:
libssl-dev : Depends: libssl1.1 (= 1.1.1l-1ubuntu1) but 1.1.1l-1ubuntu1.1 is to be installed
E: Unable to correct problems, you have held broken packages.
I tried to install libssl1.1 via apt but ig I'm doing something wrong. Please suggest me a right code to install the right version of libssl I need, I'm on Ubuntu 21.10.
Try these instructions. Also it's possible libssl1.1 isn't installing on your system because you have other ssl libraries already installed and are conflicting. If they were installed from PPAs for example.
When I ran sudo apt-get install mint-meta-cinnamon,
I got these errors :
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:
mint-meta-cinnamon : Depends: cinnamon-screensaver-x-plugin but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
I tried so hard and I even tried to install them one by one but it didn't work.
Can someone help please?
Thanks!
I am trying to install Lasso server on Gallium OS using
sudo apt-get install lasso-instance-manager
and I am getting this error:
The following packages have unmet dependencies: lasso-instance-manager :
Depends: libicu52 but it is not installable
Depends: libmysqlclient18 but it is not installable
Depends: libzip2 but it is not installable
Does anyone know how to fix this? I have tried a lot of things from google searches about fixing these types of errors, however, none seem to work. Some of the things I've tried are
sudo apt-get upgrade
sudo apt-get update
sudo apt-get install -f
All of the update seem to work fine, however, I'm still getting the unmet errors.
I was able to find a fix for this. What did it was just manually installing the dependencies. I was able to find the deb packages in Ubuntu's archives. I then downloaded and installed all the missing dependencies and was able to get lasso server up and running.
I installed the latest version (V5.10) of MonoDevelop on Ubuntu V14.04.3. After installation I tried to install monodevelop-database, but the installation fails
sudo apt-get install monodevelop-database
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:
monodevelop-database : Depends: libmono-npgsql4.0-cil (>= 1.0) but it is not going to be installed
Depends: libmono-system-data2.0-cil (>= 3.12.0) but it is not going to be installed
Depends: monodevelop (< 5.7.0.660.) but 5.10.0.871-0xamarin2 is to be installed
E: Unable to correct problems, you have held broken packages.
I tried already install -f and update/upgrade commands, but that does not solve the issue. Does anyone know a solution?
Thanks in advance,
Jordy
I did the following to install blender:
sudo add-apt-repository ppa:irie/blender
sudo apt-get update
sudo apt-get install blender
And got this message about unmet dependencies:
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:
blender : Depends: libboost-locale1.54.0 but it is not installable
Depends: libopencolorio1 but it is not installable
Depends: libspnav0 (>= 0.2.1) but it is not installable
E: Unable to correct problems, you have held broken packages.
I have tried installing each of the 'not installable' packages and their dependencies manually, but it did not solve the problem. Any help is highly appreciated, thank you.
I managed to solve the issue through Synaptic Package Manager. I had tried reinstalling libboot-locale1.54.0 from the terminal and everything seemed to go fine, but still got the same error when installing Blender. Then out of desperation I opened Synaptic Package Manager and did a reinstall of the same package and to my surprise it solved the issue.