Questions tagged [dependencies]

Use this tag when asking about managing and resolving dependencies. In Ubuntu most applications have dependencies, programs that they depend on to run correctly. This means that installing a package sometimes requires other packages to be installed, and removing packages will cause others to be removed by APT to prevent them from breaking.

Applications often share code through development or runtime libraries and packages. This tag would apply in these situations (for example):

  • Resolving package management conflicts or unmet dependencies
  • Packaging build and install time specifications
  • Compile-time dependency fulfillment
  • Installing the correct runtime libraries

Related tags:

2902 questions
34
votes
4 answers

How can I determine why apt-get will install a package?

This question is similar to How can I find out why a package was installed?, but in my case I'd like to know before actually installing a package, why it will install a particular dependency. So for example I might run sudo apt-get install…
pbouf77
  • 441
22
votes
1 answer

How to escape dependency hell?

I have a Ubuntu computer with no internet and a Ubuntu computer with internet. The one without internet requires a driver to be installed through ndiswrapper. The problem is that ndiswrapper-dkms depends on dkms which depends on a few things, and…
TriVoxel
  • 375
13
votes
2 answers

Installing particular versions when repo has newer versions?

Let's have a metapackage which depends on the following packages Depends: A (=2), B (=2), C (=2) Note the '=' - I want to install these particular versions, not the most recent ones. Additionally: B depends on A(>=1) C depends on B(>=1) and…
tmaj
  • 231
10
votes
4 answers

How Do I Fix Unmet dependencies Linux-Image-Generic etc

My battery died on an upgrade and now I have this problem when I try to install updates. How do I fix it? The following packages have unmet dependencies: linux-generic: Depends: linux-image-generic (= 3.2.0.52.62) but 3.2.0.57.68 is…
user224338
  • 101
  • 1
  • 1
  • 3
8
votes
3 answers

What are dependencies?

Sometimes, when installing things its says "dependencies" are missing. What are dependencies?
842Mono
  • 9,790
  • 28
  • 90
  • 153
6
votes
2 answers

lib32asound : Dependency is not satisfiable

I'm using Ubuntu 13.10 and I'm getting this error when I try to install teamviewer , the error is Dependency is not satisfiable lib32asound2 I already tired sudo apt-get install libasound2:i386 but no good.
Anushka
  • 61
6
votes
3 answers

apt-get does not install dependencies

When i try to install the gnutls libraries (libgnutls26), and the generic linux kernel headers (linux-headers-generic), I get the following error: The following packages have unmet dependencies: libgnutls26: Depends: libc6 (>= 2.14) but…
Saran
  • 61
  • 1
  • 1
  • 2
5
votes
2 answers

broken linux-generic or linux-headers-generic dependencies

I can't install Ubuntu because of this. As I found there is no linux-headers-5.15.0-76-generic package in the repositories. What I can do to resolve this problem? I'm using Ubuntu server 22.04 Jammy
4
votes
3 answers

How can I know the dependencies of a certain package?

Is it possible to list out the dependencies of a software/package in Ubuntu?
harisibrahimkv
  • 7,256
  • 11
  • 44
  • 71
3
votes
4 answers

libnotfy1(>= 0.4.4) and libnotify1-gtk2.10 for Ubuntu 11.10

I have recently downloaded the latest version of Lotus Symphony 3.0.1 but whenever I try to install it, it shows the following dependencies. Can anybody tell where I can find these dependencies. dpkg: dependency problems prevent configuration of…
Aamir
  • 761
3
votes
1 answer

libqt4-opengl:i386 has unmet dependencies

I am running Ubuntu 14.04 64-bit. I have an error in my system tray: sudo apt-get update runs normally. But sudo apt-get upgrade returns the following: Reading package lists... Done Reading package lists... Done Building dependency tree …
fabiomaia
  • 387
3
votes
0 answers

Dependency is not satisfiable: lib32gcc1 in Google Chrome

I've tried to install Google Chrome for 32-bit .deb package. But it gave me the following errors: depends: lib32gcc1 (>= 1:4.1.1) but it is not installable depends: lib32stdc++6 (>= 4.6) but it is not installable …
3
votes
0 answers

Cannot Install Wine32 unmet dependencies

Hi I am trying install wine32 and it is complaining of unmet dependencies: The following packages have unmet dependencies: libdevmapper1.02.1 : Depends: libselinux1 (>= 3.1~) but it is not going to be installed Recommends:…
3
votes
0 answers

Citrix receiver installation error on Ubuntu 20.04

I am new to Linux/Ubuntu. Trying to install Citrix workspace app in Ubuntu 20.04, but getting the below error. Tried many options but unable to resolve. sakubu@sakubuntu:~/Downloads$ sudo dpkg -i icaclient_18.8.0.31_amd64.deb (Reading database ...…
Sak S
  • 31
2
votes
4 answers

Is there a way to see the installed versions of all dependencies of a package?

I'd like to be able to output a list of all the dependencies of an installed package, including the version numbers of the dependencies that I have installed.
Jay
  • 909
1
2 3 4 5 6