2

I am trying to install RabbitVCS on Ubuntu 22.04 using PPA but I am getting this error:

Err:8 https://ppa.launchpadcontent.net/rabbitvcs/ppa/ubuntu jammy Release

404 Not Found [IP: 185.125.190.52 443]

Reading package lists... Done

E: The repository 'https://ppa.launchpadcontent.net/rabbitvcs/ppa/ubuntu jammy 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.

Upon investigation, it appears that the PPA does not exist in https://launchpad.net/~rabbitvcs/+archive/ubuntu/ppa

Is there a way to solve this? Or are there alternatives to RabbitVCS?

2 Answers2

0

Since it's not available then you just have to remove your ubuntu version and roll back to a supported one. which looking at your link is utopic 14.04

0

I got it working on Ubuntu 24, so for 22 it should be like this:

  1. Add deb http://cz.archive.ubuntu.com/ubuntu jammy main universe to cat /etc/apt/sources.list.d/rabbitvcs-ubuntu-ppa-jammy.list (this file does not exist, so just create it)
  2. sudo apt update
  3. sudo apt-get install rabbitvcs-nautilus rabbitvcs-cli

That's all :)