Open oldgithubman opened 7 months ago
getting the same issue on linux mint
Hit:1 https://packages.microsoft.com/repos/code stable InRelease Ign:2 https://mirror.aarnet.edu.au/pub/linuxmint-packages virginia InRelease Hit:3 https://mirror.aarnet.edu.au/pub/linuxmint-packages virginia Release Get:4 http://apt.insync.io/mint virginia InRelease [5,538 B] Ign:6 https://packagecloud.io/eugeny/tabby/linuxmint virginia InRelease Err:7 https://packagecloud.io/eugeny/tabby/linuxmint virginia Release 404 Not Found [IP: 54.153.20.133 443] Get:8 https://apt.syncthing.net syncthing InRelease [15.1 kB] Hit:9 http://security.ubuntu.com/ubuntu jammy-security InRelease Hit:10 http://archive.ubuntu.com/ubuntu jammy InRelease Hit:11 http://archive.ubuntu.com/ubuntu jammy-updates InRelease Hit:12 http://archive.ubuntu.com/ubuntu jammy-backports InRelease Reading package lists... Done E: The repository 'https://packagecloud.io/eugeny/tabby/linuxmint virginia 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.
The packagecloud install script does not recognize Linux Mint as using Ubuntu packages.
If you open "Software Sources" you can edit the additional repository URL to end with tabby/ubuntu/jammy main
as Mint 21 is based off of Ubuntu Jammy LTS. You can check this using cat /etc/os-release
and looking for UBUNTU_CODENAME
at the bottom.
$ cat /etc/os-release
NAME="Linux Mint"
VERSION="21.3 (Virginia)"
ID=linuxmint
ID_LIKE="ubuntu debian"
PRETTY_NAME="Linux Mint 21.3"
VERSION_ID="21.3"
HOME_URL="https://www.linuxmint.com/"
SUPPORT_URL="https://forums.linuxmint.com/"
BUG_REPORT_URL="http://linuxmint-troubleshooting-guide.readthedocs.io/en/latest/"
PRIVACY_POLICY_URL="https://www.linuxmint.com/"
VERSION_CODENAME=virginia
UBUNTU_CODENAME=jammy
Use the correct release for your system. LMDE should work the same way, just using the matching Debian release instead of Ubuntu, but I have not tested this.
Next do sudo apt update
and it should work.
Describe the problem: Ign:9 https://packagecloud.io/eugeny/tabby/linuxmint virginia InRelease
Ign:10 https://packagecloud.io/phalcon/stable/linuxmint virginia InRelease Err:11 https://packagecloud.io/eugeny/tabby/linuxmint virginia Release 404 Not Found [IP: 52.9.195.187 443] Err:12 https://packagecloud.io/phalcon/stable/linuxmint virginia Release 404 Not Found [IP: 52.9.195.187 443] Hit:13 https://ppa.launchpadcontent.net/graphics-drivers/ppa/ubuntu jammy InRelease Reading package lists... Done E: The repository 'https://packagecloud.io/eugeny/tabby/linuxmint virginia 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. E: The repository 'https://packagecloud.io/phalcon/stable/linuxmint virginia 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.
To Reproduce: $ sudo apt-get update