Accepting updates from Tor project

Asked by Dale Satre

I am trying to install the 3 latest updates from the Tor project, but eventhough Tor is already installed it says it cannot accept updates from an untrusted source.
What can I do to make this a trusted source?

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu tor Edit question
Assignee:
No assignee Edit question
Solved by:
marcobra (Marco Braida)
Solved:
Last query:
Last reply:
Revision history for this message
marcobra (Marco Braida) (marcobra) said :
#1

Please open a terminal and type:

sudo apt-get upgrade

give us result..

Revision history for this message
Best marcobra (Marco Braida) (marcobra) said :
#2

Sorry better, Please open a terminal and type:

sudo apt-get update

give us result..

Revision history for this message
Dale Satre (dalesatre) said :
#3

sudo: unable to resolve host gonzo
[sudo] password for dale:
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages will be upgraded:
  tor tor-geoipdb vidalia
3 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Need to get 5,059 kB of archives.
After this operation, 370 kB of additional disk space will be used.
Do you want to continue [Y/n]? y
WARNING: The following packages cannot be authenticated!
  tor tor-geoipdb vidalia
Install these packages without verification [y/N]? y
Get:1 http://deb.torproject.org/torproject.org/ maverick/main tor amd64 0.2.2.35-1~maverick+1 [1,043 kB]
Get:2 http://deb.torproject.org/torproject.org/ maverick/main tor-geoipdb all 0.2.2.35-1~maverick+1 [1,285 kB]
Get:3 http://deb.torproject.org/torproject.org/ maverick/main vidalia amd64 0.2.15-1~maverick [2,731 kB]
Fetched 5,059 kB in 27s (185 kB/s)
Preconfiguring packages ...
(Reading database ... 194826 files and directories currently installed.)
Preparing to replace tor 0.2.1.30-1build2 (using .../tor_0.2.2.35-1~maverick+1_amd64.deb) ...
Stopping tor daemon: not running (there is no /var/run/tor/tor.pid).
Unpacking replacement tor ...
Preparing to replace tor-geoipdb 0.2.1.30-1build2 (using .../tor-geoipdb_0.2.2.35-1~maverick+1_all.deb) ...
Unpacking replacement tor-geoipdb ...
Preparing to replace vidalia 0.2.12-2 (using .../vidalia_0.2.15-1~maverick_amd64.deb) ...
Unpacking replacement vidalia ...
Processing triggers for ureadahead ...
ureadahead will be reprofiled on next reboot
Processing triggers for man-db ...
Processing triggers for hicolor-icon-theme ...
Processing triggers for desktop-file-utils ...
Processing triggers for gnome-menus ...
Processing triggers for bamfdaemon ...
Rebuilding /usr/share/applications/bamf.index...
Setting up tor (0.2.2.35-1~maverick+1) ...
Installing new version of config file /etc/init.d/tor ...
Installing new version of config file /etc/tor/torrc ...
Something or somebody made /var/run/tor disappear.
Creating one for you again.
Not starting tor daemon (Disabled in /etc/default/tor).
Setting up tor-geoipdb (0.2.2.35-1~maverick+1) ...
Setting up vidalia (0.2.15-1~maverick) ...

Revision history for this message
Dale Satre (dalesatre) said :
#4

Thanks marcobra (Marco Braida), that solved my question.