Skip to main content

All Questions

Tagged with
0 votes
1 answer
366 views

Can I delete directories in /var without verified signatures (NO_PUBKEY Error) in Ubuntu 20.04?

When I execute sudo apt-get update command I get the following terminal output: Get:1 file:/var/cuda-repo-ubuntu2004-11-3-local InRelease Ign:1 file:/var/cuda-repo-ubuntu2004-11-3-local InRelease ...
Luis Vls's user avatar
0 votes
0 answers
30 views

Auto-install using apt-get or yum [duplicate]

On my Ubuntu machine, if I don't have a particular application installed, the message often points me to the correct package. Example: $ rz The program 'rz' is currently not installed. You can ...
Jedi's user avatar
  • 870
0 votes
2 answers
672 views

Creating a simple custom apt-get/config script

As I play more and more with Ubuntu, I'm starting to see how I can automate the majority of the repetitive commands that I perform whenever I reinstall the operating system. Thus far, it's just one ...
Harsha K's user avatar
  • 469
2 votes
0 answers
3k views

Force apt-get update to return success

I'm working with a system that invokes apt-get update from a Ruby Capistrano recipe. Capistrano cares (apparently) about the return code of the shell commands it executes. apt-get update is running ...
cbmanica's user avatar
  • 175