Raspbian/Debian

Asked by Zeeshan

Hi,
Just got my kids a RaspberryPi running Raspbian (modified Debian 9.4 running LXDE/lightdm).
Is there any way to get timekpr running on this?
Thanks.

Question information

Language:
English Edit question
Status:
Solved
For:
timekpr-revived Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Eduards Bezverhijs (mjasnik) said :
#1

Zeeshan contacted me directly via e-mail, we solved the issues and now everything seems to be working.

I'm answering this for everyone to know, the steps were:
1. create repo file manually (since raspbian is not really ubuntu)
$ cat /etc/apt/sources.list.d/mjasnik-ubuntu-ppa-xenial.list
deb http://ppa.launchpad.net/mjasnik/ppa/ubuntu bionic main
# deb-src http://ppa.launchpad.net/mjasnik/ppa/ubuntu bionic main

2. import PGP key
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys AF91A06147FA1307

3. install timekpr and it's working.
sudo apt-get install timekpr

P.S. Thanks for donation!

Revision history for this message
Eduards Bezverhijs (mjasnik) said :
#2

Solved.