Pagekite.py 0.4.4 and up are available as Debian packages and automatic updates are provided by our apt repository.
Download: The most recent packages may be found here.
If you would like to subscribe to our repository:
# Add our repository to /etc/apt/sources.list
echo deb http://pagekite.net/pk/deb/ pagekite main | tee -a /etc/apt/sources.list
# Add the PageKite packaging key to your key-ring
sudo apt-key adv --recv-keys --keyserver keys.gnupg.net AED248B1C7B2CAC3
# Refresh your package sources by issuing
sudo apt-get update
# Install pagekite !
sudo apt-get install pagekite
See the ConfigureYourSystem page for details on how to integrate PageKite with your operating system so it runs in the background and starts automatically when your computer boots.
(Historic information about older efforts has been moved to the OldDebianPackages page.)
[ Back to How-Tos ]
Comments
" sudo echo deb http://pagekite.net/pk/deb/ pagekite main | tee -a /etc/apt/sources.list
tee: /etc/apt/sources.list: Permission denied
[sudo] password for bjarki:
deb http://pagekite.net/pk/deb/ pagekite main
no problem with keyring and update and then:
sudo apt-get install pagekite
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package pagekite
You need to put the sudo on the tee command, so:
echo deb http://pagekite.net/pk/deb/ pagekite main | sudo tee -a /etc/apt/sources.list