python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
unable to run apt-get -f install on debian
I have a system that is due to be upgraded but I'm having conflicts with apt-get -f install:
apt-get -f install
Reading package lists... Done
Building dependency tree
Reading state information...

stdcerr
Votes: 0
Answers: 2
How to fix: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY
I'm working on an embedded system on Debian 8 (to be upgraded).
When I do apt update, I'm getting the following:
...
...
Hit http://deb.debian.org stable/contrib arm64 Packages
Hit http://deb.debian....

stdcerr
Votes: 0
Answers: 1
GitHub Actions mkdir doesn't do anything
I installed the GitHub Actions runner on a Debian 8 Server. I'm trying to build a .NET application and copy it to another directory. The building part works fine, but I'm unable to copy the files.
I'm...
WoehlerJe
Votes: 0
Answers: 1