PC & IT SUPPORT MADE EASY FORUM
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Fixing Kali Linux Update Error

Go down

Fixing Kali Linux Update Error Empty Fixing Kali Linux Update Error

Post by jamied_uk 5th March 2018, 19:11




Code:
apt install -y dpkg





To get the deb file we use wget command.

The command is:

Code:
wget https://http.kali.org/kali/pool/main/k/kali-archive-keyring/kali-archive-keyring_2018.1_all.deb




Now how do we install the package? We use dpkg command and the -i flag to install the package, like so:

Code:
dpkg -i kali-archive-keyring_2018.1_all.deb



And now finally do,

Code:
apt update && apt upgrade
jamied_uk
jamied_uk
Admin

Posts : 3053
Join date : 2010-05-09
Age : 41
Location : UK

https://jnet.sytes.net

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum