Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

how to fix expired key when apt update

# run the following command:
sudo apt-key list | grep -A 1 expired

#           ~< KEY >~  copy the value after the `/`       
#pub   4096R/91FA4AD5 2016-12-14 [expired: 2018-12-14]  
#uid                  MongoDB 3.6 Release Signing Key <packaging@mongodb.com> 

#                                 change the <key> to what you see:   ~< KEY >~
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 91FA4AD5
Comment

PREVIOUS NEXT
Code Example
Shell :: pnpx no-interactive 
Shell :: nuget password private source 
Shell :: ip extraction from the log files bash script kali 
Shell :: WSL distro startup fail 
Shell :: ubuntu apt install default path 
Shell :: how to run packages installed locally 
Shell :: cpickle 
Shell :: OPEN ROOT FOLDER IN KLI 
Shell :: --name-status flag for git command 
Shell :: mdem ubuntu ssh key no password 
Shell :: top commiters in nepal github 
Shell :: setting the CLASSPATH to temp libs in linux 
Shell :: oracle CPU_COUNT 
Shell :: anbox install libhoudini 
Shell :: creating new user 
Shell :: telnet test port udp 
Shell :: in terminal execute previous command add sudo 
Shell :: exclude folder with gunzip linux 
Shell :: aws ec2 "ubuntu" "sudo yum install nginx" "No package ngix available." 
Shell :: stop kill network connection using cmd line 
Shell :: vbs on linux 
Shell :: Err:15 http://ppa.launchpad.net/gnome-terminator/ppa/ubuntu bionic Release 404 Not Found [IP: 91.189.95.83 80] 
Shell :: bash similiar to choice in cmd 
Shell :: how to reset password for ubuntu GCP instance 
Shell :: ubuntu switch between windows shortcut 
Shell :: command line remove Unrecognized character xC3; 
Shell :: install bc command mac 
Shell :: create folder putty linux 
Shell :: brew sh 
Shell :: shell script backup distant 
ADD CONTENT
Topic
Content
Source link
Name
7+7 =