Kali Linux apt-get update error fix - Could not create /tmp/apt.conf - SOVLED

preview_player
Показать описание
This is a very common error mostly found in Kali Linux and other Debian flavors of Linux ... You get this error when you try to update the OS using apt-get update ....
the simple solution is
run terminal as root
and then type these two commands
chown root:root /tmp/
chmod go+rwXt /tmp/
and then finally run
apt-get clean
and then your apt-get update will run like charm
Рекомендации по теме