Search the Community
Showing results for tags 'install'.
-
Hi there, I have a HTPC running on Debian Stretch - current stable version. The installer script, which I ran per the packagecloud instructions finished correctly: curl -s https://packagecloud.io/install/repositories/Flirc/repo/script.deb.sh | sudo bash ....................................... user@system:~/flirc# curl -s https://packagecloud.io/install/repositories/Flirc/repo/script.deb.sh | sudo bash Detected operating system as debian/stretch. Checking for curl... Detected curl... Checking for gpg... Detected gpg... Running apt-get update... done. Installing debian-archive-keyring which is needed for installing apt-transport-https on many Debian systems. Installing apt-transport-https... done. Installing /etc/apt/sources.list.d/Flirc_repo.list...done. Importing packagecloud gpg key... done. Running apt-get update... done. The repository is setup! You can now install packages. .................................................. But that's not true. Because apt-get update returns this at the end: Ign:9 https://packagecloud.io/Flirc/repo/debian stretch InRelease Err:11 https://packagecloud.io/Flirc/repo/debian stretch Release 404 Not Found Reading package lists... Done E: The repository 'https://packagecloud.io/Flirc/repo/debian stretch 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. And apt install flirc returns: E: Unable to locate package flirc Looking at the packagecloud repo in a browser, I can only see Ubuntu packages and none of the .debs will install with dpkg. Is bare Debian actually supported by FLIRC? How can I install?
-
I just received my Flirc on my 64-bit Ubuntu 13.10 machine. Since the repositories are down, I did a manual download. I can run the GUI but it gives the disconnected sign. lsusb Bus 004 Device 005: ID 20a0:0001 Clay Logic I suspect I need to add a line to my udev rules but have no idea what I should add or how to do it. Any help would be appreciated