Most software needs other software to work. Those "other softwares" are dependencies.
Questions tagged [dependencies]
202 questions
0
votes
1 answer
Error with GCP's KMS with gcloud command line: cryptography.hazmat.primitives.keywrap has no aes_key_wrap_with_padding attribute
I'm having problems using gcloud command line to import a key into Google KMS, on an Ubuntu instance (php/homestead/vagrant).
I installed gcloud using the following commands:
echo "deb [signed-by=/usr/share/keyrings/cloud.google.gpg]…

DonnieG
- 11
- 1
0
votes
3 answers
Can't upgrade certbot because of libc6 version
I am trying to update Certbot from 0.10.2 to some version with support to ACME 2 in Debian 9.1 with Python 2.7.9.
apt-cache policy certbot
certbot:
Installed: 0.10.2-1
Candidate: 0.28.0-1~deb9u2
Version table:
0.28.0-1~deb9u2 500
…

Fel
- 1,449
- 1
- 10
- 18
-1
votes
1 answer
How to resolve Debian virtual package dependency error
When attempting to update a locally-maintained package on a Debian wheezy system I get the following message:
The following packages have unmet dependencies:
local-tenielle : Depends: perl:any which is a virtual package.
The following actions will…

user35042
- 2,681
- 12
- 34
- 60
-1
votes
2 answers
CentOS dependency yum
Well, this is like hell for me. For the second time. Last time I give up and install apache+php on Windows. Now I decide to ask.
A hour ago I install php54w in CentOS 6.7. To do that I add the following repo:
rpm -Uvh…

lcssanches
- 101
-1
votes
0 answers
Cloud Computing Environment Management Scheme
I am currently instructed to devise a scheme for managing stack dependencies (10 fixed stack dependencies given) and environments (a combination of stacks) as part of a challenge. There is no documentation and information are rather abstract. I need…
-3
votes
1 answer
How can I find out which applications on my computer use .NET?
I would like to clean-up some of my computers. There are multiple versions of the .NET framework installed in parallel (2.0, 3.0, 3.5). How can I find out if one of my local applications is still using these frameworks? And how can I find out which…

blerontin
- 404
- 1
- 5
- 13
-3
votes
4 answers
How do I install a package in Debian?
How do I install a package in Debian via SSH? In my case I'm looking to install OpenSSL, but the instructions could be for installing any other package as well.
UPDATE: I did run into some issues while attempting to install OpenSSL (package…

amateur barista
- 498
- 3
- 7
- 21