Can't install awesome software

12 respuestas [Último envío]
karl
Desconectado/a
se unió: 09/19/2015

Does anyone have detailed working instructions for installing tor, retroshare, i2p, and tribler?

I tried the instructions for installing tor found here,https://trisquel.info/en/wiki/tor , but they do not work. When I try to run

"deb http://deb.torproject.org/torproject.org trusty main" in the terminal the only output i get is "bash: deb: command not found"

pizzaiolo
Desconectado/a
se unió: 03/12/2015

Have you tried through Synaptic?

Magic Banana

I am a member!

I am a translator!

Desconectado/a
se unió: 07/24/2010

"deb http://deb.torproject.org/torproject.org trusty main" is a repository. Not a command. Here is the command to add the repository:
$ sudo add-apt-repository "deb http://deb.torproject.org/torproject.org trusty main"

t3g
t3g
Desconectado/a
se unió: 05/15/2011

Is that a newer repository? I've always used this PPA: https://launchpad.net/~webupd8team/+archive/ubuntu/tor-browser

SuperTramp83

I am a translator!

Desconectado/a
se unió: 10/31/2014

tor website - download tor browser bundle - download gpg signature.

add the tor developers gpg key.
verify the tar with the sign.

extract and run the executable.

tomlukeywood
Desconectado/a
se unió: 12/05/2014

is the source code for the tor browser bundle available? i could not find it (only the standalone tor program)

onpon4
Desconectado/a
se unió: 05/30/2012
tomlukeywood
Desconectado/a
se unió: 12/05/2014

is this the source for the tor browser bundle or just the standalone tor program?

i downloaded and compiled the source but it did not look like the browser bundle just the basic tor client

onpon4
Desconectado/a
se unió: 05/30/2012
tomlukeywood
Desconectado/a
se unió: 12/05/2014

thanks!

a_slacker_here
Desconectado/a
se unió: 06/29/2013

I suggest you don't add the tor repository to Trisquel because Trisquel doesn't use the package from ubuntu's repos. If you check the code in the package helpers you will see that the tor version included is the latest provided by the tor developers and not Debian nor ubuntu.

Here's an estract:

EXTERNAL='deb-src http://deb.torproject.org/torproject.org trusty main'

In other words: you only need to "sudo aptitude install tor" and that's it

For the tor browser, follow the indications provided by that the other members have provided you.

moxalt
Desconectado/a
se unió: 06/19/2015

> "deb http://deb.torproject.org/torproject.org trusty main" in the terminal
> the only output i get is "bash: deb: command not found"

What you were trying to enter in the terminal is actually a source
specification line for APT (the package management system). It is not a command
to be run in a terminal, but rather a line to be added
to /etc/apt/sources.list. This then lets the system know that it should fetch
packages from that server, as well as the others. An apt-get update is required
so that the system knows of the new packages available for installation after
the new source repository has been added.

Adding that line to your sources.list would have told the system to fetch
packages from that server in future. You could then install the Tor packages
and have them updated over time. However, as the other posts here indicate,
that would not be a very good way of going about things. Besides, the official
tor repository only contains tor itself, and not the Tor Browser, which is
probably what you want. You can download the latest version for your system
here: https://www.torproject.org/download/download.

Mzee
Desconectado/a
se unió: 07/10/2013

For I2P you'll find instructions here: https://geti2p.net/en/download