slytomcat / yandex-disk-indicator

Panel indicator (GTK+) for YandexDisk CLI client for Linux
GNU General Public License v3.0
241 stars 30 forks source link

can't add ppa:slytomcat/ppa repository #241

Closed trawglodyte closed 1 year ago

trawglodyte commented 1 year ago

Debian 12 - error after sudo add-apt-repository ppa:slytomcat/ppa, but I continued to show it won't install. Here is the full dialogue.

yd-tools install fail.txt

slytomcat commented 1 year ago

I have no idea why /usr/bin/add-apt-repository failing after sudo add-apt-repository ppa:slytomcat/ppa. But if it fails the repository is not added and there is no way to install yd-tools. I think it better to try found solution on debian resources.

slytomcat commented 1 year ago

May be this can help: https://www.linuxquestions.org/questions/debian-26/debian-bullseye-sid-add-apt-repository-not-working-python-problem-4175720821/

trawglodyte commented 1 year ago

I added python3-launchpadlib in synaptic. Now I can add ppa:slytomcat/ppa repository.

Then when I sudo apt update I get error "404 Not Found [IP: 185.125.190.52 443]" and warnings about not having a Release file.

Well, I try to solve this by editing /etc/apt/sources.list.d/slytomcat-ubuntu-ppa-bookworm.list with [trusted=yes] after deb.

deb [trusted=yes] https://ppa.launchpadcontent.net/slytomcat/ppa/ubuntu/ bookworm main

But I just get the error in a different place when I sudo apt update again.

This shows results of sudo apt update before and after editing /etc/apt/sources.list.d/slytomcat-ubuntu-ppa-bookworm.list

404 Not Found error.txt

antonsoroko commented 1 year ago

Looks like there are no yd-tools builds for Debian Bookworm (12) yet.

trawglodyte commented 1 year ago

Looks like there are no yd-tools builds for Debian Bookworm (12) yet.

I installed on Debian 12 with the other method, downloading the tar.gz https://github.com/slytomcat/yandex-disk-indicator/releases/tag/1.11.0

The key was to install every dependency, including gir1.2-appindicator3-0.1 which wasn't in my repositories. I had gir1.2-ayatanaappindicator3-0.1, but needed gir1.2-appindicator3-0.1 as well to install and work.

It really is a marvelous little GUI (thanks to slytomcat). I dual-boot Ubuntu and Debian, it's so handy to auto-sync my files and backup to the cloud.

slytomcat commented 1 year ago

yd-tools is being built only for Ubuntu distributions on launchpad. Installing it on Debian distros - is always a little tricky task.