pimutils / vdirsyncer

📇 Synchronize calendars and contacts.
https://vdirsyncer.pimutils.org/
Other
1.53k stars 158 forks source link

Ubuntu install process not working #938

Open localjo opened 2 years ago

localjo commented 2 years ago

Starting from this repo, I found installation instructions here: https://vdirsyncer.pimutils.org/en/stable/installation.html

I click on Ubuntu, which takes me to https://packagecloud.io/pimutils/vdirsyncer

I run the quick install script from that page:

curl -s https://packagecloud.io/install/repositories/pimutils/vdirsyncer/script.deb.sh | sudo bash

Which adds the repository https://packagecloud.io/pimutils/vdirsyncer/ubuntu

Then I run apt-get update && apt-get install vdirsyncer-latest (This complains that permission is denied, so I tried it with sudo)

This fails with:

E: The repository 'https://packagecloud.io/pimutils/vdirsyncer/ubuntu hirsute Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.

I tried overriding this security check, and even then the installation doesn't work. It seems that there may be something wrong with the installation instructions, if not, the repo configuration.

WhyNotHugo commented 2 years ago

I've pushed a package for ubuntu/hirsute. Can you retry?

Keep in mind that this is the current master release, not the latest stable (0.18.1). I've yet to automate pushing releases.

tanc commented 2 years ago

I'm also seeing the message The repository 'https://packagecloud.io/pimutils/vdirsyncer any Release' does not have a Release file. every time I run apt update on Ubuntu 20.04 after following the installation instructions

Rostiger commented 2 years ago

This still seems to be an issue, I currently can't install vdirsyncer through the the Ubuntu package manager.

dixi83 commented 1 year ago

had this issue ass well.. 20.04 here... what I did:

now I am able to install it using sudo apt install vdirsyncer-latest apt-get is old fashion guys ;)

WhyNotHugo commented 8 months ago

If you still have issues, please reply your distro version in the format of ubuntu/hirsute, ubuntu/jammy, etc.