arkane-systems / wsl-transdebian

A repository for WSL-only apt packages.
39 stars 9 forks source link

E: The repository 'https://arkane-systems.github.io/wsl-transdebian/apt kinetic Release' does not have a Release file. #15

Closed Tyler887 closed 2 years ago

Tyler887 commented 2 years ago

I'm trying to install genie on Ubuntu WSL 22.10 (kinetic) which is a developer release. I feel like I need genie because I need apps packaged as snaps and not installable via apt (e.g. Multipass) but if I try to install it I get:

tyler@damien-pc:~$ sudo bash -c "wget -O /etc/apt/trusted.gpg.d/wsl-transdebian.gpg https://arkane-systems.github.io/wsl-transdebian/apt/wsl-transdebian.gpg

chmod a+r /etc/apt/trusted.gpg.d/wsl-transdebian.gpg

cat << EOF > /etc/apt/sources.list.d/wsl-transdebian.list
deb https://arkane-systems.github.io/wsl-transdebian/apt/ $(lsb_release -cs) main
deb-src https://arkane-systems.github.io/wsl-transdebian/apt/ $(lsb_release -cs) main
EOF

apt update"
[sudo] password for tyler:
Sorry, try again.
[sudo] password for tyler:
--2022-05-20 18:45:21--  https://arkane-systems.github.io/wsl-transdebian/apt/wsl-transdebian.gpg
Resolving arkane-systems.github.io (arkane-systems.github.io)... 185.199.109.153, 185.199.111.153, 185.199.110.153, ...
Connecting to arkane-systems.github.io (arkane-systems.github.io)|185.199.109.153|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 2280 (2.2K) [application/octet-stream]
Saving to: ‘/etc/apt/trusted.gpg.d/wsl-transdebian.gpg’

/etc/apt/trusted.gpg.d/wsl-tr 100%[=================================================>]   2.23K  --.-KB/s    in 0s

2022-05-20 18:45:21 (44.2 MB/s) - ‘/etc/apt/trusted.gpg.d/wsl-transdebian.gpg’ saved [2280/2280]

Hit:1 http://security.ubuntu.com/ubuntu kinetic-security InRelease
Hit:2 http://archive.ubuntu.com/ubuntu kinetic InRelease
Hit:3 http://archive.ubuntu.com/ubuntu kinetic-updates InRelease
Hit:4 http://archive.ubuntu.com/ubuntu kinetic-backports InRelease
Ign:5 https://arkane-systems.github.io/wsl-transdebian/apt kinetic InRelease
Err:6 https://arkane-systems.github.io/wsl-transdebian/apt kinetic Release
  404  Not Found [IP: 185.199.109.153 443]
Reading package lists... Done
E: The repository 'https://arkane-systems.github.io/wsl-transdebian/apt kinetic 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.

So I needed to use Jammy Jellyfish to use snaps. But I use Ubuntu 22.10 now (usually when I need to do something in Ubuntu 22.10 that I can not do in Ubuntu 22.04 LTS). Any plan for kinetic support?

cerebrate commented 2 years ago

The lack of official [repo] support for kinetic doesn't mean it won't work on kinetic; just that my testing time is limited (hence why, for Ubuntu, I only test on the LTS releases) and I haven't tested it on kinetic myself. If you manually modify the /etc/apt/sources.list.d/wsl-transdebian.list to use the jammy release, it should work for you on kinetic.

(Should, in this case, meaning "I haven't tested it myself but I don't know of any reason why it wouldn't .")