apt-get installation prblem [closed] - linux

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 2 years ago.
Improve this question
when i install any package in kali linux 2019.2 it happens some error..
root#kali:~# apt-get install vlc
Reading package lists... Done
Building dependency tree
Reading state information... Done
You might want to run 'apt --fix-broken install' to correct these.
The following packages have unmet dependencies:
virtualbox-6.1 : Depends: libqt5x11extras5 (>= 5.6.0) but it is not going
to be installed
Depends: libsdl1.2debian (>= 1.2.11) but it is not going
to be installed
Recommends: libsdl-ttf2.0-0 but it is not going to be
installed
Recommends: linux-image but it is not installable
#how can i fixed this error!

In this case you have to use apt install -f

Related

apt package (kodi-inputstream-adaptive) does not upgrade to newest version [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 2 years ago.
Improve this question
I want to install this package to utilize some kodi addons. It needs version 2.4.3 at least but I can not update it to the newest version because apt thinks this is already the newest version but it definetely is not.
This is what somebody else already helped me with:
Your system must have issues getting newer updates because Debian Buster ships with IA v2.4.4:
https://www.deb-multimedia.org/dists/stable/main/binary-armhf/package/kodi-inputstream-adaptive
This happens when I want to install newest version:
pi#raspberrypi:~ $ sudo apt-get install kodi-inputstream-adaptive
Reading package lists... Done
Building dependency tree
Reading state information... Done
kodi-inputstream-adaptive is already the newest version (2.4.2-1~buster).
0 upgraded, 0 newly installed, 0 to remove and 154 not upgraded.
You could try to add it manually.
Add the following line to /etc/apt/sources.list:
deb http://www.deb-multimedia.org buster main
Update packages:
sudo apt-get update
Install keyring:
sudo apt-get install deb-multimedia-keyring
Then try to install it again
sudo apt-get install kodi-inputstream-adaptive
Reference.

Not able to install Google Chome latest version on Linux Mint [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 5 years ago.
Improve this question
I want Google Chrome latest version on my Linux Mint system.
When I am trying to install Chrome on my Linux Mint system it gives me error like this:
Error: Dependency is not satisfiable: libfontconfig1 (>= 2.9.0)
Now when I am trying to install "libfontconfig1" dependency, again it gives me error:
Error: Dependency is not satisfiable: fontconfig-config (= 2.11.0-0ubuntu4.2)
At last when I am trying to install "fontconfig-config" dependency, again it gives me error:
Error: Breaks existing package 'libfontconfig1' dependency fontconfig-config (= 2.8.0-3ubuntu9.2)
try this :
sudo apt-get purge libfontconfig1
then:
sudo apt-get install font

Ubuntu - Unable to correct problems, you have held broken packages [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 7 years ago.
Improve this question
I've searched the solution but so far I did not get the right one I can apply.
Host: Ubuntu 14.04
when I typed the following command,
sudo apt-get install libxtst-dev:i386
I got the following error message:
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:
libxtst-dev:i386 : Depends: libxext-dev:i386 but it is not going to be installed
Depends: libxi-dev:i386 but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
And some other packages the same error.
Please let me know how to resolve these conflicts, theanks.
You can correct the error by requesting apt to install the required packages:
sudo apt-get install libxtst-dev:i386 libxext-dev:i386 libxi-dev:i386
I prefer to use aptitude's curses-based "GUI" to navigate through the dependencies to resolve any issues.

Cannot install openjdk-7-jdk on Ubuntu 14 [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 7 years ago.
Improve this question
I'm currently using ubuntu 14 as my OS. I want to install openjdk-7-jdk on Ubuntu but I have an error when I typed sudo apt-get install openjdk-7-jdk. Here is the error message :
Reading package lists... Done
Building dependency tree
Reading state information... Done
You might want to run 'apt-get -f install' to correct these:
The following packages have unmet dependencies:
google-chrome-stable : Depends: libappindicator1 but it is not going to be installed
openjdk-7-jdk : Depends: openjdk-7-jre (= 7u79-2.5.6-0ubuntu1.14.04.1) but it is not going to be installed
Recommends: libxt-dev but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
I've tried sudo apt-get -f install openjdk-7-jdk but did not work.
Please help me. Thanks.
you have some broken packages so before installing openjdk . run command
sudo apt-get -f install
it will install all broken dependency then run command
sudo apt-get install openjdk-7-jdk
it will work

Linux Debian - unmet dependencies [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 8 years ago.
Improve this question
How can I remove unmet dependencies on my Linux Debian?
Result of apt-get -f install is following:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Correcting dependencies... failed.
The following packages have unmet dependencies:
libc-bin: Breaks: libc6 (< 2.10) but 2.7-18lenny7 is installed
libc-dev-bin: Depends: libc6 (> 2.13) but 2.7-18lenny7 is installed
Recommends: manpages-dev but it is not installed
libssh2-1: Depends: libgcrypt11 (>= 1.4.2) but 1.4.1-1 is installed
libssh2-1-dev: Depends: libssh2-1 (= 0.18-1) but 1.2.6-1 is
installed
locales: Depends: glibc-2.13-1
nscd: Depends: libc6 (> 2.13) but 2.7-18lenny7 is installed
E: Error, pkgProblemResolver::Resolve generated breaks, this may be
caused by held packages.
E: Unable to correct dependencies
uname -r result:
2.6.18-274.7.1.el5.028stab095.1
I also tried to apt-get remove libssh2-1, apt-get remove libc-dev-bin etc. but it doesn't work for me. It's annoying and I cannot install any other packages.
Any suggestions how can I fix that?
Try follow this step 1 by 1
apt-get autoclean
apt-get -f install
dpkg --configure -a
apt-get -f install
apt-get -u dist-upgrade
or try "aptitude" instead of "apt-get"

Resources