View Issue Details

IDProjectCategoryView StatusLast Update
0006048Kali LinuxKali Package Bugpublic2020-01-31 18:47
Reporteralyabdellatif Assigned Tosteev  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Product Version2020.1 
Summary0006048: apt-get error
Description

this is the content of /etc/apt/sources.list :
deb http://http.kali.org/kali kali-rolling main contrib non-free

I also tried to put https instead : deb https://http.kali.org/kali kali-rolling main contrib non-free and tried to use a VPN to see if 't a network problem --> SAME ERROR

when I run apt-update I have this error :

Ign:1 http://dl.google.com/linux/chrome/deb stable InRelease
Hit:2 http://dl.google.com/linux/chrome/deb stable Release
Ign:5 http://download.virtualbox.org/virtualbox/debian kali-rolling InRelease
Hit:4 https://mirror.karneval.cz/pub/linux/kali kali-rolling InRelease
Err:6 http://download.virtualbox.org/virtualbox/debian kali-rolling Release
404 Not Found [IP: 23.200.212.100 80]
Reading package lists... Done
E: The repository 'http://download.virtualbox.org/virtualbox/debian kali-rolling Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.

Steps To Reproduce

RUN apt update

Activities

steev

steev

2020-01-31 18:47

reporter   ~0011994

The error you are getting is from the virtual box apt repository you added, not kali. The issue is not anything we can fix, although you probably want to change the /etc/apt/sources.list.d/virtualbox.conf (or whatever they called it) to point at buster instead of kali-rolling since they don't have a repository specific to kali.

We already have virtual box in our repositories though, so if you're installing from their apt repository, you will need to contact them for support.

Issue History

Date Modified Username Field Change
2020-01-31 14:08 alyabdellatif New Issue
2020-01-31 18:47 steev Assigned To => steev
2020-01-31 18:47 steev Status new => closed
2020-01-31 18:47 steev Resolution open => fixed
2020-01-31 18:47 steev Note Added: 0011994