II tried to install tightvncserver, but I got the following errors
Code: Select all
pi@raspberrypi ~ $ sudo apt-get install tightvncserver
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following extra packages will be installed:
xfonts-base
Suggested packages:
tightvnc-java
The following NEW packages will be installed:
tightvncserver xfonts-base
0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
Need to get 6,967 kB of archives.
After this operation, 9,988 kB of additional disk space will be used.
Do you want to continue [Y/n]? Y
Err http://mirrordirector.raspbian.org/raspbian/ wheezy/main tightvncserver armhf 1.3 .9-6.4
Temporary failure resolving 'mirrordirector.raspbian.org'
Err http://mirrordirector.raspbian.org/raspbian/ wheezy/main xfonts-base all 1:1.0.3
Temporary failure resolving 'mirrordirector.raspbian.org'
Failed to fetch http://mirrordirector.raspbian.org/raspbian/pool/main/t/tightvnc/tigh tvncserver_1.3.9-6.4_armhf.deb Temporary failure resolving 'mirrordirector.raspbian. org'
Failed to fetch http://mirrordirector.raspbian.org/raspbian/pool/main/x/xfonts-base/x fonts-base_1.0.3_all.deb Temporary failure resolving 'mirrordirector.raspbian.org'
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
pi@raspberrypi ~ $
Thanks