Command Prompt
Microsoft Windows [Version 10.0.xxxxx.xxxx]
(c) 2021 Microsoft Corporation. All rights reserved.

C:\Users\you> wsl
you@wslu_site$ cd /data/sites/wslu
you@wslu_site$ pwd
/data/sites/wslu
you@wslu_site$ cat ./2023/06/16/key-update.md

Public Key Updated for Debian, Kali Linux and Arch Linux Packages

---
date: Jun 16, 2023
---

As the old public key is expired on Jun 12, 2023, I recently updated keys for the repository. I also used this chance to include the Debian 12 (bookworm) repo. Please follow the instructions below to update your repository keys:

Arch Linux

You should do the following as root:

1
2
3
4
5
6
7
8
pacman-key -d A2861ABFD897DD37

#download the new key
wget https://pkg.wslutiliti.es/public.key
pacman-key --add public.key

#locally sign the new key
pacman-key --lsign-key 2D4C887EB08424F157151C493DD50AA7E055D853

Debian/Kali Linux

You should do the following as root:

1
2
3
4
5
apt remove wslu
rm /etc/apt/trusted.gpg.d/wslu.asc
wget -O - https://pkg.wslutiliti.es/public.key | tee -a /etc/apt/trusted.gpg.d/wslu.asc
apt update
apt install wslu

If there is any issue with the installation, don’t hesitate to report to https://github.com/wslutilities/wslu/issues.

you@wslu_site$ cat ./blog/_Navigation

you@wslu_site$cat /data/sites/wslu/footer
Souce code of this website is available on GitHub.
Logo of WSL Utilities is licensed under a CC BY-NC 4.0 International License.
Background by me on Unsplash.

© 2017-2024 WSL Utilites
© 2013-2024 WE. Studio
2007-2024 Patrick Wu