python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Add key from file using apt-key add is not working
Due to firewall restriction, I cannot do the following command in Dockerfile:
curl https://packages.microsoft.com/keys/microsoft.asc | sudo apt-key add -
What I did is I manually downloaded microsoft...
TestingCodes
Votes: 0
Answers: 1
Getting weird error when trying to install packages in Dockerfile
I am running apt-get install in a Dockerfile (base image Debian:Jessie) and getting the error :
rm: cannot remove '/tmp/tmp.2aQvTy9NOu': No such file or directory
I am not sure what this means or wha...
Hmkyriacou
Votes: 0
Answers: 0
installing NodeJS v14.18.0 and npm 6.14.15 on Ubuntu
I know there are a lot of questions and solutions regarding node js installations but I am still going to ask this since no solution worked for me and I need to solve this so bad.
I have tried many so...
Egidius
Votes: 0
Answers: 1
Why does the installation script (PetaLinux) does not find zlib1g?
I am trying to install PetaLinux on Ubuntu 20.04LTS.
From what I've figured out so far, the script itself seems not to be the (only) cause of the problems I am facing, so my questions has to be unders...
Nico
Votes: 0
Answers: 1