Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

install libssl1.0

# in this part I thought it better to use the add-apt-key tool
sudo apt-get install add-apt-key
sudo su -

add-apt-key --keyserver keyserver.ubuntu.com < the key that appeared in the error > 
exit

sudo apt update && apt-cache policy libssl1.0-dev
sudo apt-get install libssl1.0-dev
Comment

PREVIOUS NEXT
Code Example
Shell :: bash command to find the number of files in a directory 
Shell :: apache2 ubuntu code exited 
Shell :: pipreqs not working 
Shell :: uninstall cheese ubuntu 
Shell :: iptables list ubuntu 
Shell :: make fish as default shell 
Shell :: how to install asciiquarium on ubuntu 
Shell :: kill a process on a port ubuntu 
Shell :: git how to find original branch creator 
Shell :: python3 install mutagen 
Shell :: packages required to install psycopg2 
Shell :: epub reader on ubuntu 
Shell :: git soft reset Head 
Shell :: List User Accounts Mac 
Shell :: pip install requirements.txt ignore errors 
Shell :: git abort REVERTING 
Shell :: certbot get new certificate apache 
Shell :: install google chrome on fedira 
Shell :: install mysql linux mint 
Shell :: linux failed to save insufficient permissions vscode 
Shell :: which desktop environment is runnings 
Shell :: vim hangs 
Shell :: ubuntu install ssh server 
Shell :: odd even in shell script 
Shell :: zsh: command not found: brew 
Shell :: bash: /var/lib/snapd/snap/bin/docker-compose: No such file or directory 
Shell :: eval minikube docker-env daemon 
Shell :: ubuntu 20.04 pip2 install 
Shell :: git save username and password 
Shell :: how to check if jenkins is running 
ADD CONTENT
Topic
Content
Source link
Name
2+7 =