the fast, reliable localhost tunneling solution


Pagekite Debian packages

By Bjarni RĂșnar Einarsson 2012-01-12, 15:51

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

  1. Bjarki Hilmarsson said on 2012-02-12, 22:58
    Can't install debian package:
    " 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
    Permalink
  2. Bjarni RĂșnar Einarsson said on 2012-02-13, 16:14
    That's your problem: tee: /etc/apt/sources.list: Permission denied

    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
    Permalink

Leave a comment

( (Please leave these blank: )

We use Gravatar for commenter's photos. Get your own, it's free!

Wiki

Links