jrsimeon wrote:How to install following Modules in debian6 (Raspberry pi)?
1) teamviewer_linux.deb, (dpkg module not supporting).
Sorry. You can't. teamviewer will only run on Intel type processors (PCs), not ARM based systems like the Pi.
2) Enable remote desktop& Install VNC Client. i want to access from windows PC
That has been covered on the forums many times before. This thread seems to have at least one way of doing it
http://www.raspberrypi.org/phpBB3/viewt ... 62&t=18832
3) python module xlwt & xlrd..
The same way you'd install it on Debian.
Code: Select all
sudo apt-get update
sudo apt-get install python-xlwt python-xlrd
Are you really running Debian 6 (Squeeze) on your Pi? That will be a bit slow for some things. Unless you specifically need the armel version you might be better off with Raspbian Wheezy armhf.