View Issue Details

IDProjectCategoryView StatusLast Update
0005807Kali LinuxKali Package Bugpublic2020-07-24 10:29
Reporternaz Assigned Todaniruiz  
PriorityhighSeveritymajorReproducibilityunable to reproduce
Status closedResolutionno change required 
Product Version2019.3 
Summary0005807: unable to install anything
Description

Everytime I try to install something, it gives an error of like for e.g Package 'synaptic' has no installation candidate
Please help

Attached Files

Activities

daniruiz

daniruiz

2020-07-24 10:29

manager   ~0013125

The command that you are running to modify the sources.list isn't correct. You have EOF (with 'o' letter) and E0F (with a cero)
This is the correct command (no need for ctrl+C)

cat <<EOF >/etc/apt/sources.list
deb http://http.kali.org/kali kali-rolling main non-free contrib
EOF

Then run 'sudo apt update' and you'll be able to install everything again

Issue History

Date Modified Username Field Change
2019-11-22 11:54 naz New Issue
2019-11-22 11:54 naz File Added: Screenshot from 2019-11-22 04-57-59.png
2020-07-24 10:29 daniruiz Note Added: 0013125
2020-07-24 10:29 daniruiz Assigned To => daniruiz
2020-07-24 10:29 daniruiz Status new => closed
2020-07-24 10:29 daniruiz Resolution open => no change required