Fixing Kali Linux Update Error
Page 1 of 1
Fixing Kali Linux Update Error
- 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
Similar topics
» Fixing Network Share Error: mount error
» Kali Linux Update fix
» Fix out of date expired kali update key to allow old kalis to update without errors
» Fixing Mint 18 Startup Error
» Fixing Mysql Database Migration Error where Web Page Dont Display Correctly
» Kali Linux Update fix
» Fix out of date expired kali update key to allow old kalis to update without errors
» Fixing Mint 18 Startup Error
» Fixing Mysql Database Migration Error where Web Page Dont Display Correctly
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum