9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* [9fans] p9p Ubuntu packages
@ 2009-03-12  8:12 underspecified
  0 siblings, 0 replies; only message in thread
From: underspecified @ 2009-03-12  8:12 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs, inferno-list

Greetings,

Having gotten fed up of compiling and installing Plan 9 from User
Space on all of my machines,
I have packaged p9p for Ubuntu Linux and am hosting it on my package
repository Ubuntu NLP
[http://cl.naist.jp/~eric-n/ubuntu-nlp].

The packages are still very basic; I am literally building p9p with
INSTALL -b, copying the results
into a package, and calling INSTALL -c when the package is installed
on the user's machine, but
if you would like to give them a try, do the following:

1) Add Ubuntu NLP to your /etc/apt/sources.list file:

deb http://cl.naist.jp/~eric-n/ubuntu-nlp <distro> plan9
deb-src http://cl.naist.jp/~eric-n/ubuntu-nlp <distro> plan9

where <distro> is one of the following: dapper, feisty, gutsy, hardy, intrepid
(There seem to be some issues with the edgy repository that is
preventing me from supporting it)

2) Add my public key to your keyring for package verication:

wget http://cl.naist.jp/~eric-n/ubuntu-nlp/8ABD1965.gpg -O- | sudo apt-key add -

3) Refresh the apt sources:

sudo apt-get update

4) Install plan9ports:

sudo apt-get install plan9ports

5) Add $PLAN9 to your environment:

PLAN9=/usr/share/plan9 export PLAN9
PATH=$PATH:$PLAN9/bin export PATH

If you have any questions or comments, let me know.

--underspecified



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-03-12  8:12 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-03-12  8:12 [9fans] p9p Ubuntu packages underspecified

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).