Want automatic upgrades of newLISP? You came to the right place.
On Debian systems, paste and run this command:
su -c "wget -O- http://dpkg.reactor-core.org/pubkey.gpg | apt-key add -"
On Ubuntu systems, paste and run this command:
wget -O- http://dpkg.reactor-core.org/pubkey.gpg | sudo apt-key add -
Depending on your distribution, add the appropriate lines to
the end of the file /etc/apt/sources.list
Debian GNU/Linux 6.0.1 squeeze, stable |
deb http://dpkg.reactor-core.org/debian squeeze
contrib deb-src http://dpkg.reactor-core.org/debian squeeze contrib |
Debian GNU/Linux 5.0.6 lenny |
deb http://dpkg.reactor-core.org/debian lenny
contrib deb-src http://dpkg.reactor-core.org/debian lenny contrib |
Ubuntu 11.04 Natty Narwhal |
deb http://dpkg.reactor-core.org/ubuntu natty
universe deb-src http://dpkg.reactor-core.org/ubuntu natty universe |
Ubuntu 10.10 Maverick Meerkat |
deb http://dpkg.reactor-core.org/ubuntu maverick
universe deb-src http://dpkg.reactor-core.org/ubuntu maverick universe |
Ubuntu 10.04.1 LTS Lucid Lynx |
deb http://dpkg.reactor-core.org/ubuntu lucid
universe deb-src http://dpkg.reactor-core.org/ubuntu lucid universe |
Ubuntu 8.04.4 LTS Hardy Heron |
deb http://dpkg.reactor-core.org/ubuntu hardy
universe deb-src http://dpkg.reactor-core.org/ubuntu hardy universe |
When this is done, run synaptic
or
aptitude
and update your packages list. newLISP will
now be available through your package management system, and
upgrades will be automatic.