Open Terminal to edit sources.list file
sudo gedit /etc/apt/sources.list
add this line at the end of the file opened
deb http://tinyos.stanford.edu/tinyos/dists/ubuntu karmic main
“karmic” for all type of ubuntu distribution.
Install aptitude package
sudo apt-get install aptitude
sudo gedit /etc/apt/sources.list
add this line at the end of the file opened
deb http://tinyos.stanford.edu/tinyos/dists/ubuntu karmic main
“karmic” for all type of ubuntu distribution.
Install aptitude package
sudo apt-get install aptitude
Install autoconf package
sudo apt-get install autoconf2.13
sudo apt-get install autoconf2.13
Then type this command to install TinyOS-2.1.1
sudo aptitude install tinyos-2.1.1
sudo aptitude install tinyos-2.1.1
Maybe you will need to change the owner of the tinyos-2.1.1 folder
sudo chown –R username:group /opt/tinyos-2.1.1/
sudo chown –R username:group /opt/tinyos-2.1.1/
change username and group by your user name and group.
Hello sir
ReplyDeleteafter typing sudo apt-get install uptitude, i get the following error message , so kindly provide me the solution.
my ubuntu version is 11.04 and i used karmic as distribution as given in the post, also i tried by using natty, but same problem
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package uptitude
The package name is aptitude, not uptitude. :-)
ReplyDeleteYou are right, it was typing mistake.
ReplyDeleteThank you for your comments... :)
This comment has been removed by a blog administrator.
ReplyDelete