Questions tagged [dependencies]
172 questions
95
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.
- 17,755
47
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,912
43
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…
27
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
- 371
20
votes
5 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
- 309
15
votes
3 answers
How to remove all packages with DNF on which no other package depends on
My Problem
I wanted to build a piece of software by hand. So I installed all of its dependencies using dnf install .
Then I didn't need that piece of software any more, and so I also wanted to uninstall all of its dependencies. But yum…
14
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
- 296
9
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
- 251
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
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
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,442
- 4
- 26
- 43
6
votes
2 answers
How to install python packages with all dependencies offline via pip3?
first of all I have managed to install Ansible on a server which has no internet access. But I wonder if my approach is correct.
At first I downloaded the necessary dependencies via pip3.
pip3 download ansible -d .
This resulted in the following…
yabberth
- 165
- 1
- 2
- 6
6
votes
1 answer
How to find Linux-Kernel Menuconfig Dependencies?
I have to build the Linux Kernel and I am in the menuconfig.
I would like to include the following as Built-in and not a module:
Realtek RTL8152/RTL8153 Based USB Ethernet Adapters
The issue is that when I press Y to have it built-in, I get the…
A.Barth
- 151
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,880
5
votes
1 answer
Circular dependencies in AWS Security Groups?
I am unable to delete security groups on AWS. I have zero instances - running or stopped and zero aws volumes. After dozen or more attempts I have verified these messages reflect either:
a) cyclical dependency among the groups
b) incorrect…
WestCoastProjects
- 4,032