Questions tagged [dependencies]

168 questions
90
votes
5 answers

How to get list of dependencies of non-installed RPM package?

apt-cache show shows also it's dependencies. yum info does not show dependencies, but it obviously know them. How to ask yum for dependencies of specified package?
Vi.
  • 16,755
  • 32
  • 111
  • 189
46
votes
8 answers

How to make VIM settings computer-dependent in .vimrc?

I share my VIM configuration file between several computers. However, I want some settings to be specific for certain computers. For example, font sizes on the high-res laptop should be different to the low-res desktop. And more importantly, I want…
bastibe
  • 3,842
  • 9
  • 33
  • 44
44
votes
4 answers

Error running Gitkraken even though dependencies installed

I installed Gitkraken as I have a few projects I want to work on with my KDE Neon box. now I was pretty sure I installed everything but I ran gitkraken in a terminal and I got this Node started time: 1500754704472 libgnome-keyring.so.0: cannot open…
Lamar Tony Daughma
  • 545
  • 1
  • 4
  • 9
23
votes
3 answers

Ignore all dependencies for a specific package with apt-get

This is a very specific question which google didn't help answering. I'm running Ubuntu 13.04 with apt 0.9.7.7ubuntu4 for amd64 compiled on Oct 3 2013 15:25:56. I want to install Erlang from a .deb package, but I don't want to pull all of its…
android
  • 331
  • 1
  • 2
  • 6
12
votes
4 answers

Do I need both x64 and x86 versions of the C++ redist

If I have both the x64 and the x86 version of a Microsoft C++ Redist package, can I uninstall the x86 version? If I did uninstall the x86 version, would the x64 version cover the dependencies on the x86 package?
h313
  • 276
  • 1
  • 2
  • 13
12
votes
3 answers

How to solve this Dependencies apt --fix-broken install

When I use the command apt --fix-broken install I get the following errors: Reading package lists... Done Building dependency tree Reading state information... Done Correcting dependencies... failed. The following packages have unmet…
GM games
  • 129
  • 1
  • 1
  • 4
9
votes
5 answers

Unable to install ia32-libs

I am running Debian wheezy/sid x86_64 and I am trying to install the official Skype package. However I seem to be having a few dependency issues that I can't resolve. I have enabled multiarch, the issue seems to be that there is a huge amount of…
Alex
  • 93
  • 1
  • 2
  • 6
9
votes
2 answers

Installing libraries and header files under Ubuntu Linux for C/C++ development

I have to admit that I feel completely lost each time I have to fulfill the dependencies of some C or C++ code. Currently, I'm on Ubuntu 9.10 (Karmic Koala), but I remember the same feeling of forlornness from Windows. I really think that I do…
Lena Schimmel
  • 685
  • 3
  • 8
  • 11
8
votes
4 answers

CentOS yum -- pre-existing rpmdb issues

I'm trying to install git on a developer box and I get the following: You could try using --skip-broken to work around the problem ** Found 3 pre-existing rpmdb problem(s), 'yum check' output follows: kernel-2.6.32-431.17.1.el6.x86_64 has installed…
Dave Melia
  • 241
  • 1
  • 3
  • 6
8
votes
4 answers

How to fix this apt mess?

I'm using PureOS, which is basically Debian with some small tweaks. I tried installing firefox on it, but ended with a complete mess. If I now try to do a basic upgrade, I get this: $ sudo apt update && sudo apt upgrade Ign:1…
kramer65
  • 1,394
  • 4
  • 21
  • 43
6
votes
2 answers

How to update the kernel from 2.6.16 on Debian squeeze?

I just did an update of my Debian system on my vserver from lenny to squeeze as described here. I got some errors during the install, saying that glibc couldn't be updated. I did an apt-get -f install, which gives me the following warning: WARNING:…
tangens
  • 1,780
  • 2
  • 20
  • 20
5
votes
5 answers

How can I solve VLC's dependency "vlc-nox"?

I have installed Ubuntu (Ubuntu 2.6.38-11-generic-pae #50-Ubuntu SMP, i686 Athlon i386 GNU/Linux). I am newcomer in Linux. I am trying to install VLC media player using command line: % sudo apt-get update % sudo apt-get install vlc vlc-plugin-pulse…
Prakash Panjwani
  • 637
  • 2
  • 6
  • 7
5
votes
2 answers

emerge complains about blocked packages: what do I do?

We have an old development server running Gentoo at work. I would like to update this system, but I keep running into problems with the packaging system. To me, it seems like there are dependencies on several versions of various packages, and I…
oligofren
  • 1,188
  • 21
  • 38
4
votes
2 answers

How to disable Gecko package popup for Wine?

When I run my app under Wine: wine my_app.exe I've got this annoying popup: which says: Wine could not find a Gecko package which is needed for applications embedding HTML to work correctly. I understand that I need to install Gecko (either by…
kenorb
  • 24,736
  • 27
  • 129
  • 199
1
2 3
11 12