1. Open a terminal and write: sudo gedit /etc/apt/sources.list 2. paste this at the end: deb http://tinyos.stanford.edu/tinyos/dists/ubuntukarmic main 3. save and close 4. again from the terminal: sudo apt-get update 5. then: sudo apt-get install tinyos if step 5 does not work, try: sudo apt-get install tinyos-2.1.0 6. sudo gedit ~/.bashrc 7. paste this: #Sourcing the tinyos environment variable setup script source /opt/tinyos-2.1.0/tinyos.sh
That should do it. Fabien. On Sat, Mar 20, 2010 at 3:52 AM, ghada zaibi <[email protected]> wrote: > HI all, > I want to install tinyos 2.1 on ubuntu 9.1, so I'm following this tutorial: > http://docs.tinyos.net/index.php/Installing_TinyOS_2.1 > But when I wrote sudo apt-get install tinyos, I got an error E: Aucun > paquet ne correspond au paquet tinyos; Can anyone help me to fix my problem. > is there a tinyos version that support karmic distribution?? > Thanks > > > _______________________________________________ > Tinyos-help mailing list > [email protected] > https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help >
_______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
