Kali Linux Update Fails
up vote
1
down vote
favorite
Error http://http.kali.org kali/main Sources
404 Not Found
Fetched 1,673 B in 42s (39 B/s)
W: GPG error: http:// http. kali. org kali Release: The following signatures were invalid: KEYEXPIRED 1425567400 KEYEXPIRED 1425567400 KEYEXPIRED 1425567400
W: GPG error: http://security. kali. org kali/updates Release: The following signatures were invalid: KEYEXPIRED 1425567400 KEYEXPIRED 1425567400 KEYEXPIRED 1425567400
W: Failed to fetch copy:/var/lib/apt/lists/partial/http.kali.org_kali_dists_kali_main_binary-amd64_Packages Encountered a section with no Package: header
W: Failed to fetch http:// http. kali. org/kali/dists/kali/main/source/Sources 404 Not Found
E: Some index files failed to download. They have been ignored, or old ones used instead.
root@kali:~#
How can I update my Kali repo?
kali-linux
add a comment |
up vote
1
down vote
favorite
Error http://http.kali.org kali/main Sources
404 Not Found
Fetched 1,673 B in 42s (39 B/s)
W: GPG error: http:// http. kali. org kali Release: The following signatures were invalid: KEYEXPIRED 1425567400 KEYEXPIRED 1425567400 KEYEXPIRED 1425567400
W: GPG error: http://security. kali. org kali/updates Release: The following signatures were invalid: KEYEXPIRED 1425567400 KEYEXPIRED 1425567400 KEYEXPIRED 1425567400
W: Failed to fetch copy:/var/lib/apt/lists/partial/http.kali.org_kali_dists_kali_main_binary-amd64_Packages Encountered a section with no Package: header
W: Failed to fetch http:// http. kali. org/kali/dists/kali/main/source/Sources 404 Not Found
E: Some index files failed to download. They have been ignored, or old ones used instead.
root@kali:~#
How can I update my Kali repo?
kali-linux
I want to know how can I update my Kali repo?
– Subham Pasari
Mar 17 '15 at 3:39
You are showing an error message but not showing the command you used that caused it.
– JakeGould
Mar 17 '15 at 7:02
I used the command apt-get update
– Subham Pasari
Mar 17 '15 at 17:25
add a comment |
up vote
1
down vote
favorite
up vote
1
down vote
favorite
Error http://http.kali.org kali/main Sources
404 Not Found
Fetched 1,673 B in 42s (39 B/s)
W: GPG error: http:// http. kali. org kali Release: The following signatures were invalid: KEYEXPIRED 1425567400 KEYEXPIRED 1425567400 KEYEXPIRED 1425567400
W: GPG error: http://security. kali. org kali/updates Release: The following signatures were invalid: KEYEXPIRED 1425567400 KEYEXPIRED 1425567400 KEYEXPIRED 1425567400
W: Failed to fetch copy:/var/lib/apt/lists/partial/http.kali.org_kali_dists_kali_main_binary-amd64_Packages Encountered a section with no Package: header
W: Failed to fetch http:// http. kali. org/kali/dists/kali/main/source/Sources 404 Not Found
E: Some index files failed to download. They have been ignored, or old ones used instead.
root@kali:~#
How can I update my Kali repo?
kali-linux
Error http://http.kali.org kali/main Sources
404 Not Found
Fetched 1,673 B in 42s (39 B/s)
W: GPG error: http:// http. kali. org kali Release: The following signatures were invalid: KEYEXPIRED 1425567400 KEYEXPIRED 1425567400 KEYEXPIRED 1425567400
W: GPG error: http://security. kali. org kali/updates Release: The following signatures were invalid: KEYEXPIRED 1425567400 KEYEXPIRED 1425567400 KEYEXPIRED 1425567400
W: Failed to fetch copy:/var/lib/apt/lists/partial/http.kali.org_kali_dists_kali_main_binary-amd64_Packages Encountered a section with no Package: header
W: Failed to fetch http:// http. kali. org/kali/dists/kali/main/source/Sources 404 Not Found
E: Some index files failed to download. They have been ignored, or old ones used instead.
root@kali:~#
How can I update my Kali repo?
kali-linux
kali-linux
edited Mar 17 '15 at 5:41
DavidPostill♦
102k25218254
102k25218254
asked Mar 16 '15 at 21:39
Subham Pasari
14112
14112
I want to know how can I update my Kali repo?
– Subham Pasari
Mar 17 '15 at 3:39
You are showing an error message but not showing the command you used that caused it.
– JakeGould
Mar 17 '15 at 7:02
I used the command apt-get update
– Subham Pasari
Mar 17 '15 at 17:25
add a comment |
I want to know how can I update my Kali repo?
– Subham Pasari
Mar 17 '15 at 3:39
You are showing an error message but not showing the command you used that caused it.
– JakeGould
Mar 17 '15 at 7:02
I used the command apt-get update
– Subham Pasari
Mar 17 '15 at 17:25
I want to know how can I update my Kali repo?
– Subham Pasari
Mar 17 '15 at 3:39
I want to know how can I update my Kali repo?
– Subham Pasari
Mar 17 '15 at 3:39
You are showing an error message but not showing the command you used that caused it.
– JakeGould
Mar 17 '15 at 7:02
You are showing an error message but not showing the command you used that caused it.
– JakeGould
Mar 17 '15 at 7:02
I used the command apt-get update
– Subham Pasari
Mar 17 '15 at 17:25
I used the command apt-get update
– Subham Pasari
Mar 17 '15 at 17:25
add a comment |
7 Answers
7
active
oldest
votes
up vote
4
down vote
You can inspect the apt-keyring with: apt-key list
This should fix your issue:
apt-key adv --keyserver hkp://keys.gnupg.net --recv-keys 7D8D0BF6
Then do aptitude update
(this was useful for me and fix my problem with expired keys. In the link appears other solutions, try it if you want)
Source: https://forums.kali.org/showthread.php?24687-Problem-with-apt-get-update
add a comment |
up vote
1
down vote
The single most common causes of a broken Kali Linux installation are following unofficial advice, and particularly arbitrarily populating the system’s sources.list file with unofficial repositories. The following post aims to clarify what repositories should exist in sources.list, and when they should be used.
You can get the New Repos Here
add a comment |
up vote
1
down vote
open you terminal and type those text in below
cat > /etc/apt/sources.list
deb http://http.kali.org/kali kali main non-free contrib
deb-src http://http.kali.org/kali kali main non-free contrib
deb http://security.kali.org/kali-security kali/updates main contrib non-free
or
cat > /etc/apt/sources.list
deb http://http.kali.org/ /kali main contrib non-free
deb http://http.kali.org/ /wheezy main contrib non-free
deb http://http.kali.org/kali kali-dev main contrib non-free
deb http://http.kali.org/kali kali-dev main/debian-installer
deb-src http://http.kali.org/kali kali-dev main contrib non-free
deb http://http.kali.org/kali kali main contrib non-free
deb http://http.kali.org/kali kali main/debian-installer
deb-src http://http.kali.org/kali kali main contrib non-free
deb http://security.kali.org/kali-security kali/updates main contrib non-free
deb-src http://security.kali.org/kali-security kali/updates main contrib non-free
add a comment |
up vote
1
down vote
Download the tor browser package (from https://www.torproject.org/, configure proxychains to match it, then try to update via 'proxychains apt-get ...' The bottom of /etc/proxychains.conf should read:
[ProxyList]
# add proxy here ...
# meanwile
# defaults set to "tor"
#socks4 127.0.0.1 9050
socks5 127.0.0.1 9150
It's not a sources list error. The system is saying that the page/domain isn't there (error 404). I've been getting the same for about a month, but the install worked correctly for a time and I didn't modify sources.list. BTW, I cannot connect consistently via 'proxychains apt-get update/upgrade/dist-upgrade', sometimes it works, sometimes it doesn't.
It appears more like the domain is being blocked by the ISP or at the source than any local error...
add a comment |
up vote
0
down vote
Hey guys all you have to do is go to the kali linux website and get the repositorys from there i was having the same problem for an hour and after looking into some forums i got a link just open up terminal then type gedit etc/apt/sources.list open sources.list then delete all of the text there then copy and paste
deb http://http.kali.org/kali kali main non-free contrib
deb http://security.kali.org/kali-security kali/updates main contrib non-free
( BUT WITHOUT THE SPACE IN BETWEEN THE TWO SOURCES SO THEY WILL BE STACKED ON EACH OTHER ) next click file in the top left of the window click save then close the file next go back into terminal then type
apt-get update -y && apt-get upgrade -y && apt-get dist-upgrade -y
-Hope this helped if it didnt leave a comment telling me what happened and ill get back to you as soon as possible :D
add a comment |
up vote
0
down vote
In official site say:
On a standard, clean install of Kali Linux, you should have the
following two entries present in /etc/apt/sources.list:
deb http://http.kali.org/kali sana main non-free contrib
deb http://security.kali.org/kali-security sana/updates main contrib non-free
I had the same problem (404 Not Found in some repositories) and I changed it and Kali 1 work great again!
add a comment |
up vote
0
down vote
TRY THIS IT WORKS
If you try to update Kali with
apt-get update
and you see these errors:
W: GPG error: http:// http. kali. org kali Release:
The following signatures were invalid: KEYEXPIRED 1425567400 KEYEXPIRED 1425567400 KEYEXPIRED 1425567400
W: GPG error: http://security. kali. org kali/updates Release:
The following signatures were invalid: KEYEXPIRED 1425567400 KEYEXPIRED 1425567400 KEYEXPIRED 1425567400
This is the solution:
rm -rf /var/lib/apt/lists
apt-get update
apt-get install kali-archive-keyring
apt-get update
add a comment |
protected by Community♦ Oct 23 '16 at 0:11
Thank you for your interest in this question.
Because it has attracted low-quality or spam answers that had to be removed, posting an answer now requires 10 reputation on this site (the association bonus does not count).
Would you like to answer one of these unanswered questions instead?
7 Answers
7
active
oldest
votes
7 Answers
7
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
4
down vote
You can inspect the apt-keyring with: apt-key list
This should fix your issue:
apt-key adv --keyserver hkp://keys.gnupg.net --recv-keys 7D8D0BF6
Then do aptitude update
(this was useful for me and fix my problem with expired keys. In the link appears other solutions, try it if you want)
Source: https://forums.kali.org/showthread.php?24687-Problem-with-apt-get-update
add a comment |
up vote
4
down vote
You can inspect the apt-keyring with: apt-key list
This should fix your issue:
apt-key adv --keyserver hkp://keys.gnupg.net --recv-keys 7D8D0BF6
Then do aptitude update
(this was useful for me and fix my problem with expired keys. In the link appears other solutions, try it if you want)
Source: https://forums.kali.org/showthread.php?24687-Problem-with-apt-get-update
add a comment |
up vote
4
down vote
up vote
4
down vote
You can inspect the apt-keyring with: apt-key list
This should fix your issue:
apt-key adv --keyserver hkp://keys.gnupg.net --recv-keys 7D8D0BF6
Then do aptitude update
(this was useful for me and fix my problem with expired keys. In the link appears other solutions, try it if you want)
Source: https://forums.kali.org/showthread.php?24687-Problem-with-apt-get-update
You can inspect the apt-keyring with: apt-key list
This should fix your issue:
apt-key adv --keyserver hkp://keys.gnupg.net --recv-keys 7D8D0BF6
Then do aptitude update
(this was useful for me and fix my problem with expired keys. In the link appears other solutions, try it if you want)
Source: https://forums.kali.org/showthread.php?24687-Problem-with-apt-get-update
edited Nov 23 at 13:48
Scott
15.5k113789
15.5k113789
answered Apr 17 '15 at 6:12
Edwin CH
412
412
add a comment |
add a comment |
up vote
1
down vote
The single most common causes of a broken Kali Linux installation are following unofficial advice, and particularly arbitrarily populating the system’s sources.list file with unofficial repositories. The following post aims to clarify what repositories should exist in sources.list, and when they should be used.
You can get the New Repos Here
add a comment |
up vote
1
down vote
The single most common causes of a broken Kali Linux installation are following unofficial advice, and particularly arbitrarily populating the system’s sources.list file with unofficial repositories. The following post aims to clarify what repositories should exist in sources.list, and when they should be used.
You can get the New Repos Here
add a comment |
up vote
1
down vote
up vote
1
down vote
The single most common causes of a broken Kali Linux installation are following unofficial advice, and particularly arbitrarily populating the system’s sources.list file with unofficial repositories. The following post aims to clarify what repositories should exist in sources.list, and when they should be used.
You can get the New Repos Here
The single most common causes of a broken Kali Linux installation are following unofficial advice, and particularly arbitrarily populating the system’s sources.list file with unofficial repositories. The following post aims to clarify what repositories should exist in sources.list, and when they should be used.
You can get the New Repos Here
answered Mar 17 '15 at 7:00
user3079242
211
211
add a comment |
add a comment |
up vote
1
down vote
open you terminal and type those text in below
cat > /etc/apt/sources.list
deb http://http.kali.org/kali kali main non-free contrib
deb-src http://http.kali.org/kali kali main non-free contrib
deb http://security.kali.org/kali-security kali/updates main contrib non-free
or
cat > /etc/apt/sources.list
deb http://http.kali.org/ /kali main contrib non-free
deb http://http.kali.org/ /wheezy main contrib non-free
deb http://http.kali.org/kali kali-dev main contrib non-free
deb http://http.kali.org/kali kali-dev main/debian-installer
deb-src http://http.kali.org/kali kali-dev main contrib non-free
deb http://http.kali.org/kali kali main contrib non-free
deb http://http.kali.org/kali kali main/debian-installer
deb-src http://http.kali.org/kali kali main contrib non-free
deb http://security.kali.org/kali-security kali/updates main contrib non-free
deb-src http://security.kali.org/kali-security kali/updates main contrib non-free
add a comment |
up vote
1
down vote
open you terminal and type those text in below
cat > /etc/apt/sources.list
deb http://http.kali.org/kali kali main non-free contrib
deb-src http://http.kali.org/kali kali main non-free contrib
deb http://security.kali.org/kali-security kali/updates main contrib non-free
or
cat > /etc/apt/sources.list
deb http://http.kali.org/ /kali main contrib non-free
deb http://http.kali.org/ /wheezy main contrib non-free
deb http://http.kali.org/kali kali-dev main contrib non-free
deb http://http.kali.org/kali kali-dev main/debian-installer
deb-src http://http.kali.org/kali kali-dev main contrib non-free
deb http://http.kali.org/kali kali main contrib non-free
deb http://http.kali.org/kali kali main/debian-installer
deb-src http://http.kali.org/kali kali main contrib non-free
deb http://security.kali.org/kali-security kali/updates main contrib non-free
deb-src http://security.kali.org/kali-security kali/updates main contrib non-free
add a comment |
up vote
1
down vote
up vote
1
down vote
open you terminal and type those text in below
cat > /etc/apt/sources.list
deb http://http.kali.org/kali kali main non-free contrib
deb-src http://http.kali.org/kali kali main non-free contrib
deb http://security.kali.org/kali-security kali/updates main contrib non-free
or
cat > /etc/apt/sources.list
deb http://http.kali.org/ /kali main contrib non-free
deb http://http.kali.org/ /wheezy main contrib non-free
deb http://http.kali.org/kali kali-dev main contrib non-free
deb http://http.kali.org/kali kali-dev main/debian-installer
deb-src http://http.kali.org/kali kali-dev main contrib non-free
deb http://http.kali.org/kali kali main contrib non-free
deb http://http.kali.org/kali kali main/debian-installer
deb-src http://http.kali.org/kali kali main contrib non-free
deb http://security.kali.org/kali-security kali/updates main contrib non-free
deb-src http://security.kali.org/kali-security kali/updates main contrib non-free
open you terminal and type those text in below
cat > /etc/apt/sources.list
deb http://http.kali.org/kali kali main non-free contrib
deb-src http://http.kali.org/kali kali main non-free contrib
deb http://security.kali.org/kali-security kali/updates main contrib non-free
or
cat > /etc/apt/sources.list
deb http://http.kali.org/ /kali main contrib non-free
deb http://http.kali.org/ /wheezy main contrib non-free
deb http://http.kali.org/kali kali-dev main contrib non-free
deb http://http.kali.org/kali kali-dev main/debian-installer
deb-src http://http.kali.org/kali kali-dev main contrib non-free
deb http://http.kali.org/kali kali main contrib non-free
deb http://http.kali.org/kali kali main/debian-installer
deb-src http://http.kali.org/kali kali main contrib non-free
deb http://security.kali.org/kali-security kali/updates main contrib non-free
deb-src http://security.kali.org/kali-security kali/updates main contrib non-free
answered Mar 23 '15 at 19:44
Mastan
1356
1356
add a comment |
add a comment |
up vote
1
down vote
Download the tor browser package (from https://www.torproject.org/, configure proxychains to match it, then try to update via 'proxychains apt-get ...' The bottom of /etc/proxychains.conf should read:
[ProxyList]
# add proxy here ...
# meanwile
# defaults set to "tor"
#socks4 127.0.0.1 9050
socks5 127.0.0.1 9150
It's not a sources list error. The system is saying that the page/domain isn't there (error 404). I've been getting the same for about a month, but the install worked correctly for a time and I didn't modify sources.list. BTW, I cannot connect consistently via 'proxychains apt-get update/upgrade/dist-upgrade', sometimes it works, sometimes it doesn't.
It appears more like the domain is being blocked by the ISP or at the source than any local error...
add a comment |
up vote
1
down vote
Download the tor browser package (from https://www.torproject.org/, configure proxychains to match it, then try to update via 'proxychains apt-get ...' The bottom of /etc/proxychains.conf should read:
[ProxyList]
# add proxy here ...
# meanwile
# defaults set to "tor"
#socks4 127.0.0.1 9050
socks5 127.0.0.1 9150
It's not a sources list error. The system is saying that the page/domain isn't there (error 404). I've been getting the same for about a month, but the install worked correctly for a time and I didn't modify sources.list. BTW, I cannot connect consistently via 'proxychains apt-get update/upgrade/dist-upgrade', sometimes it works, sometimes it doesn't.
It appears more like the domain is being blocked by the ISP or at the source than any local error...
add a comment |
up vote
1
down vote
up vote
1
down vote
Download the tor browser package (from https://www.torproject.org/, configure proxychains to match it, then try to update via 'proxychains apt-get ...' The bottom of /etc/proxychains.conf should read:
[ProxyList]
# add proxy here ...
# meanwile
# defaults set to "tor"
#socks4 127.0.0.1 9050
socks5 127.0.0.1 9150
It's not a sources list error. The system is saying that the page/domain isn't there (error 404). I've been getting the same for about a month, but the install worked correctly for a time and I didn't modify sources.list. BTW, I cannot connect consistently via 'proxychains apt-get update/upgrade/dist-upgrade', sometimes it works, sometimes it doesn't.
It appears more like the domain is being blocked by the ISP or at the source than any local error...
Download the tor browser package (from https://www.torproject.org/, configure proxychains to match it, then try to update via 'proxychains apt-get ...' The bottom of /etc/proxychains.conf should read:
[ProxyList]
# add proxy here ...
# meanwile
# defaults set to "tor"
#socks4 127.0.0.1 9050
socks5 127.0.0.1 9150
It's not a sources list error. The system is saying that the page/domain isn't there (error 404). I've been getting the same for about a month, but the install worked correctly for a time and I didn't modify sources.list. BTW, I cannot connect consistently via 'proxychains apt-get update/upgrade/dist-upgrade', sometimes it works, sometimes it doesn't.
It appears more like the domain is being blocked by the ISP or at the source than any local error...
answered Apr 13 '15 at 1:05
Catwhisperer
111
111
add a comment |
add a comment |
up vote
0
down vote
Hey guys all you have to do is go to the kali linux website and get the repositorys from there i was having the same problem for an hour and after looking into some forums i got a link just open up terminal then type gedit etc/apt/sources.list open sources.list then delete all of the text there then copy and paste
deb http://http.kali.org/kali kali main non-free contrib
deb http://security.kali.org/kali-security kali/updates main contrib non-free
( BUT WITHOUT THE SPACE IN BETWEEN THE TWO SOURCES SO THEY WILL BE STACKED ON EACH OTHER ) next click file in the top left of the window click save then close the file next go back into terminal then type
apt-get update -y && apt-get upgrade -y && apt-get dist-upgrade -y
-Hope this helped if it didnt leave a comment telling me what happened and ill get back to you as soon as possible :D
add a comment |
up vote
0
down vote
Hey guys all you have to do is go to the kali linux website and get the repositorys from there i was having the same problem for an hour and after looking into some forums i got a link just open up terminal then type gedit etc/apt/sources.list open sources.list then delete all of the text there then copy and paste
deb http://http.kali.org/kali kali main non-free contrib
deb http://security.kali.org/kali-security kali/updates main contrib non-free
( BUT WITHOUT THE SPACE IN BETWEEN THE TWO SOURCES SO THEY WILL BE STACKED ON EACH OTHER ) next click file in the top left of the window click save then close the file next go back into terminal then type
apt-get update -y && apt-get upgrade -y && apt-get dist-upgrade -y
-Hope this helped if it didnt leave a comment telling me what happened and ill get back to you as soon as possible :D
add a comment |
up vote
0
down vote
up vote
0
down vote
Hey guys all you have to do is go to the kali linux website and get the repositorys from there i was having the same problem for an hour and after looking into some forums i got a link just open up terminal then type gedit etc/apt/sources.list open sources.list then delete all of the text there then copy and paste
deb http://http.kali.org/kali kali main non-free contrib
deb http://security.kali.org/kali-security kali/updates main contrib non-free
( BUT WITHOUT THE SPACE IN BETWEEN THE TWO SOURCES SO THEY WILL BE STACKED ON EACH OTHER ) next click file in the top left of the window click save then close the file next go back into terminal then type
apt-get update -y && apt-get upgrade -y && apt-get dist-upgrade -y
-Hope this helped if it didnt leave a comment telling me what happened and ill get back to you as soon as possible :D
Hey guys all you have to do is go to the kali linux website and get the repositorys from there i was having the same problem for an hour and after looking into some forums i got a link just open up terminal then type gedit etc/apt/sources.list open sources.list then delete all of the text there then copy and paste
deb http://http.kali.org/kali kali main non-free contrib
deb http://security.kali.org/kali-security kali/updates main contrib non-free
( BUT WITHOUT THE SPACE IN BETWEEN THE TWO SOURCES SO THEY WILL BE STACKED ON EACH OTHER ) next click file in the top left of the window click save then close the file next go back into terminal then type
apt-get update -y && apt-get upgrade -y && apt-get dist-upgrade -y
-Hope this helped if it didnt leave a comment telling me what happened and ill get back to you as soon as possible :D
edited Jul 28 '15 at 17:28
suspectus
3,64961931
3,64961931
answered Jul 28 '15 at 17:09
Kali Help
1
1
add a comment |
add a comment |
up vote
0
down vote
In official site say:
On a standard, clean install of Kali Linux, you should have the
following two entries present in /etc/apt/sources.list:
deb http://http.kali.org/kali sana main non-free contrib
deb http://security.kali.org/kali-security sana/updates main contrib non-free
I had the same problem (404 Not Found in some repositories) and I changed it and Kali 1 work great again!
add a comment |
up vote
0
down vote
In official site say:
On a standard, clean install of Kali Linux, you should have the
following two entries present in /etc/apt/sources.list:
deb http://http.kali.org/kali sana main non-free contrib
deb http://security.kali.org/kali-security sana/updates main contrib non-free
I had the same problem (404 Not Found in some repositories) and I changed it and Kali 1 work great again!
add a comment |
up vote
0
down vote
up vote
0
down vote
In official site say:
On a standard, clean install of Kali Linux, you should have the
following two entries present in /etc/apt/sources.list:
deb http://http.kali.org/kali sana main non-free contrib
deb http://security.kali.org/kali-security sana/updates main contrib non-free
I had the same problem (404 Not Found in some repositories) and I changed it and Kali 1 work great again!
In official site say:
On a standard, clean install of Kali Linux, you should have the
following two entries present in /etc/apt/sources.list:
deb http://http.kali.org/kali sana main non-free contrib
deb http://security.kali.org/kali-security sana/updates main contrib non-free
I had the same problem (404 Not Found in some repositories) and I changed it and Kali 1 work great again!
answered Oct 29 '15 at 17:37
pastagnaro
1
1
add a comment |
add a comment |
up vote
0
down vote
TRY THIS IT WORKS
If you try to update Kali with
apt-get update
and you see these errors:
W: GPG error: http:// http. kali. org kali Release:
The following signatures were invalid: KEYEXPIRED 1425567400 KEYEXPIRED 1425567400 KEYEXPIRED 1425567400
W: GPG error: http://security. kali. org kali/updates Release:
The following signatures were invalid: KEYEXPIRED 1425567400 KEYEXPIRED 1425567400 KEYEXPIRED 1425567400
This is the solution:
rm -rf /var/lib/apt/lists
apt-get update
apt-get install kali-archive-keyring
apt-get update
add a comment |
up vote
0
down vote
TRY THIS IT WORKS
If you try to update Kali with
apt-get update
and you see these errors:
W: GPG error: http:// http. kali. org kali Release:
The following signatures were invalid: KEYEXPIRED 1425567400 KEYEXPIRED 1425567400 KEYEXPIRED 1425567400
W: GPG error: http://security. kali. org kali/updates Release:
The following signatures were invalid: KEYEXPIRED 1425567400 KEYEXPIRED 1425567400 KEYEXPIRED 1425567400
This is the solution:
rm -rf /var/lib/apt/lists
apt-get update
apt-get install kali-archive-keyring
apt-get update
add a comment |
up vote
0
down vote
up vote
0
down vote
TRY THIS IT WORKS
If you try to update Kali with
apt-get update
and you see these errors:
W: GPG error: http:// http. kali. org kali Release:
The following signatures were invalid: KEYEXPIRED 1425567400 KEYEXPIRED 1425567400 KEYEXPIRED 1425567400
W: GPG error: http://security. kali. org kali/updates Release:
The following signatures were invalid: KEYEXPIRED 1425567400 KEYEXPIRED 1425567400 KEYEXPIRED 1425567400
This is the solution:
rm -rf /var/lib/apt/lists
apt-get update
apt-get install kali-archive-keyring
apt-get update
TRY THIS IT WORKS
If you try to update Kali with
apt-get update
and you see these errors:
W: GPG error: http:// http. kali. org kali Release:
The following signatures were invalid: KEYEXPIRED 1425567400 KEYEXPIRED 1425567400 KEYEXPIRED 1425567400
W: GPG error: http://security. kali. org kali/updates Release:
The following signatures were invalid: KEYEXPIRED 1425567400 KEYEXPIRED 1425567400 KEYEXPIRED 1425567400
This is the solution:
rm -rf /var/lib/apt/lists
apt-get update
apt-get install kali-archive-keyring
apt-get update
edited Oct 29 '15 at 17:42
karel
9,14793138
9,14793138
answered May 31 '15 at 14:19
user453729
1
1
add a comment |
add a comment |
protected by Community♦ Oct 23 '16 at 0:11
Thank you for your interest in this question.
Because it has attracted low-quality or spam answers that had to be removed, posting an answer now requires 10 reputation on this site (the association bonus does not count).
Would you like to answer one of these unanswered questions instead?
I want to know how can I update my Kali repo?
– Subham Pasari
Mar 17 '15 at 3:39
You are showing an error message but not showing the command you used that caused it.
– JakeGould
Mar 17 '15 at 7:02
I used the command apt-get update
– Subham Pasari
Mar 17 '15 at 17:25