jrsimeon
Posts: 9
Joined: Mon Jun 10, 2013 6:00 am

Supporting Software Installation on debian6 (Raspberry pi)

Mon Jun 10, 2013 9:06 am

How to install following Modules in debian6 (Raspberry pi)?

1) teamviewer_linux.deb, (dpkg module not supporting).
2) Enable remote desktop& Install VNC Client. i want to access from windows PC
3) python module xlwt & xlrd..

Kindly advise me to do the same correctly.

User avatar
rpdom
Posts: 17275
Joined: Sun May 06, 2012 5:17 am
Location: Chelmsford, Essex, UK

Re: Supporting Software Installation on debian6 (Raspberry p

Mon Jun 10, 2013 11:01 am

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.

Return to “Troubleshooting”