I'm trying to install conky-manager in order to add conky to my (installed last weekend) Kubuntu 20.04.1. I've used conky a lot in the past, but apparently the syntax of the .conkyrc file has been changed, and my old one produces a less than stellar result after an automatic conversion attempt during conky startup.
In order to accomplish this, as recommended by this article, I've executed
The following automatic update, and all subsequent invocations of sudo apt update, however, have generated
As far as I can understand the referenced man page, this isn't something I can or should fix from my end, it needs to be corrected by the PPA maintainer. The article linked above was titled as "for 2020", so presumably this isn't a fossil PPA. Is there an alternate source for an up-to-date conky-manager, or a reasonably secure way to get it from this one?
In order to accomplish this, as recommended by this article, I've executed
Code:
sudo add-apt-repository ppa:mark-pcnetspec/conky-manager-pm9
Code:
E: The repository 'http://ppa.launchpad.net/mark-pcnetspec/conky-manager-pm9/ubuntu focal 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.
Comment