Communities

Writing
Writing
Codidact Meta
Codidact Meta
The Great Outdoors
The Great Outdoors
Photography & Video
Photography & Video
Scientific Speculation
Scientific Speculation
Cooking
Cooking
Electrical Engineering
Electrical Engineering
Judaism
Judaism
Languages & Linguistics
Languages & Linguistics
Software Development
Software Development
Mathematics
Mathematics
Christianity
Christianity
Code Golf
Code Golf
Music
Music
Physics
Physics
Linux Systems
Linux Systems
Power Users
Power Users
Tabletop RPGs
Tabletop RPGs
Community Proposals
Community Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »
Q&A

Post History

33%
+0 −2
Q&A Why I can't update my system? (Kali Linux)

wget -q -O - https://archive.kali.org/archive-key.asc | apt-key add Using the above code you are adding a key. Then try to update your system.

posted 2y ago by Anonymous‭  ·  edited 2y ago by Anonymous‭

Answer
#3: Post edited by user avatar Anonymous‭ · 2021-09-11T12:11:58Z (over 2 years ago)
oops! mistake...
  • First of all, go to sources.list using following command.
  • ```bash
  • nano /etc/apt/sources.list
  • ```
  • Then, you will see some link there. You will find following line there.
  • <span id="source">
  • ```bash
  • deb http://http.kali.org/kali kali-rolling main non-free contrib
  • ```
  • </span>
  • For you it may be `http://kali.cs.nctu.edu.tw/kali` instead of `http://http.kali.org/kali`. You can use whatever you want. I like kali official. Write the following line instead of [above line](#source)
  • ```bash
  • deb http://http.kali.org/kali kali-rolling main contrib non-free
  • ```
  • Then try to update your system. Did you get any error this time? Very few people see the error again. If you are still seeing the error than try it.
  • ```bash
  • wget -q -O - https://archive.kali.org/archive-key.asc | apt-key add
  • ```
  • Using the above code you are adding a key. Then try to update your system.
  • Relevant problem is available in :
  • 1. [Kali Forum](https://forums.kali.org/showthread.php?33399-Cannot-apt-get-update-Err-1-http-http-kali-org-kali-kali-ro)
  • 2. [Unix SE](https://unix.stackexchange.com/questions/421821/invalid-signature-for-kali-linux-repositories-the-following-signatures-were-i)
  • 3. [Unix SE](https://unix.stackexchange.com/questions/421985/invalid-signature-when-trying-to-apt-get-update-on-kali/422184)
  • [The answer](https://unix.stackexchange.com/a/422184) solved my problem. And, first method is from Kali Forum.
  • ```bash
  • wget -q -O - https://archive.kali.org/archive-key.asc | apt-key add
  • ```
  • Using the above code you are adding a key. Then try to update your system.
#2: Post edited by user avatar Anonymous‭ · 2021-09-11T08:44:11Z (over 2 years ago)
  • First of all, go to sources.list using following command.
  • ```bash
  • nano /etc/apt/sources.list
  • ```
  • Then, you will see some link there. You will find following line there.
  • <span id="source">
  • ```bash
  • deb http://http.kali.org/kali kali-rolling main non-free contrib
  • ```
  • </span>
  • For you it may be `http://kali.cs.nctu.edu.tw/kali` instead of `http://http.kali.org/kali`. You can use whatever you want. I like kali official. Write the following line instead of [above line](#source)
  • ```bash
  • deb http://http.kali.org/kali kali-rolling main contrib non-free
  • ```
  • Then try to update your system. Did you get any error this time? Very few people see the error again. If you are still seeing the error than try it.
  • ```bash
  • wget -q -O - https://archive.kali.org/archive-key.asc | apt-key add
  • ```
  • Using the above code you are adding a key. Then try to update your system.
  • Relevant problem is available in :
  • 1. [Kali Forum](https://forums.kali.org/showthread.php?33399-Cannot-apt-get-update-Err-1-http-http-kali-org-kali-kali-ro http://http.kali.org/kalilling-InRelease)
  • 2. [Unix SE](https://unix.stackexchange.com/questions/421821/invalid-signature-for-kali-linux-repositories-the-following-signatures-were-i)
  • 3. [Unix SE](https://unix.stackexchange.com/questions/421985/invalid-signature-when-trying-to-apt-get-update-on-kali/422184)
  • [The answer](https://unix.stackexchange.com/a/422184) solved my problem. And, first method is from Kali Forum.
  • First of all, go to sources.list using following command.
  • ```bash
  • nano /etc/apt/sources.list
  • ```
  • Then, you will see some link there. You will find following line there.
  • <span id="source">
  • ```bash
  • deb http://http.kali.org/kali kali-rolling main non-free contrib
  • ```
  • </span>
  • For you it may be `http://kali.cs.nctu.edu.tw/kali` instead of `http://http.kali.org/kali`. You can use whatever you want. I like kali official. Write the following line instead of [above line](#source)
  • ```bash
  • deb http://http.kali.org/kali kali-rolling main contrib non-free
  • ```
  • Then try to update your system. Did you get any error this time? Very few people see the error again. If you are still seeing the error than try it.
  • ```bash
  • wget -q -O - https://archive.kali.org/archive-key.asc | apt-key add
  • ```
  • Using the above code you are adding a key. Then try to update your system.
  • Relevant problem is available in :
  • 1. [Kali Forum](https://forums.kali.org/showthread.php?33399-Cannot-apt-get-update-Err-1-http-http-kali-org-kali-kali-ro)
  • 2. [Unix SE](https://unix.stackexchange.com/questions/421821/invalid-signature-for-kali-linux-repositories-the-following-signatures-were-i)
  • 3. [Unix SE](https://unix.stackexchange.com/questions/421985/invalid-signature-when-trying-to-apt-get-update-on-kali/422184)
  • [The answer](https://unix.stackexchange.com/a/422184) solved my problem. And, first method is from Kali Forum.
#1: Initial revision by user avatar Anonymous‭ · 2021-09-11T08:42:01Z (over 2 years ago)
First of all, go to sources.list using following command.

```bash
nano /etc/apt/sources.list
```

Then, you will see some link there. You will find following line there.

<span id="source">

```bash
deb http://http.kali.org/kali kali-rolling main non-free contrib
```

</span>

For you it may be `http://kali.cs.nctu.edu.tw/kali` instead of `http://http.kali.org/kali`. You can use whatever you want. I like kali official. Write the following line instead of [above line](#source)

```bash
deb http://http.kali.org/kali kali-rolling main contrib non-free
```

Then try to update your system. Did you get any error this time? Very few people see the error again. If you are still seeing the error than try it.

```bash
wget -q -O - https://archive.kali.org/archive-key.asc  | apt-key add
```

Using the above code you are adding a key. Then try to update your system. 

Relevant problem is available in :

1. [Kali Forum](https://forums.kali.org/showthread.php?33399-Cannot-apt-get-update-Err-1-http-http-kali-org-kali-kali-ro http://http.kali.org/kalilling-InRelease)
2. [Unix SE](https://unix.stackexchange.com/questions/421821/invalid-signature-for-kali-linux-repositories-the-following-signatures-were-i)
3. [Unix SE](https://unix.stackexchange.com/questions/421985/invalid-signature-when-trying-to-apt-get-update-on-kali/422184)

[The answer](https://unix.stackexchange.com/a/422184) solved my problem. And, first method is from Kali Forum.