Kali/Upgrading: Difference between revisions
From charlesreid1
(Created page with "After installing Kali from a USB drive with the rolling Kali image on it, you can upgrade to the latest Kali with the following command: <pre> $ sudo apt-get install dist-upg...") |
No edit summary |
||
| Line 10: | Line 10: | ||
$ apt --reinstall install fonts-cantarell | $ apt --reinstall install fonts-cantarell | ||
</pre> | </pre> | ||
=Flags= | |||
{{KaliFlag}} | |||
Latest revision as of 07:32, 31 July 2016
After installing Kali from a USB drive with the rolling Kali image on it, you can upgrade to the latest Kali with the following command:
$ sudo apt-get install dist-upgrade
If you run into font issues (if, after upgrading Kali, your font replaces all the letters with little boxes), you can try opening a terminal and running:
$ apt --reinstall install fonts-cantarell
Flags