I did sth. stupid and I don´t know how to fix it

7 respuestas [Último envío]
Megver83
Desconectado/a
se unió: 12/21/2015

I installed torlaucher extension in Abrowser, because it failed on connecting to the Tor network, I used to watch YT videos only (because of the HTML5 player). The problem is that now I start Abrowser and it appear me a message saying "Unable to start tor, the Tor executable is missing" and then it says "waiting for tor to start" and if I quit it appears "Could not connect to Tor control port". How can i fix that?

P.D: Why when deleting software in GNU/Linux, and then you reinstall it, it seems like if nothing would have happened? I mean, there is no way to delete data, like in Android or Wincrap.

Magic Banana

I am a member!

I am a translator!

Desconectado/a
se unió: 07/24/2010
albertoefg
Desconectado/a
se unió: 04/21/2016

About your P.D.

How did you remove the software?

There are many ways you can erase software from Trisquel.

It is different to do:

sudo apt-get remove program

than to do:

sudo apt-get purge program

and also

sudo apt-get purge program*

The last way will remove everything about that program, but you gotta be carefull, because it will also remove its dependencies, and that may cause that your sistem brokes.

Megver83
Desconectado/a
se unió: 12/21/2015

Yes, I know, but if i reinstall the program, it keeps with its settings, appearance and everything. That´s what I mean when saying that i don´t know any way to delete/remove program´s data in Unix

jbar
Desconectado/a
se unió: 01/22/2011

"P.D: Why when deleting software in GNU/Linux, and then you reinstall it, it seems like if nothing would have happened? I mean, there is no way to delete data, like in Android or Wincrap."

Applications often create configuration files or folders where they store preferences, etc. Those files are usually hidden files in your home folder or in your_home/.config/

For example firefox based browsers create a /home/user/.mozilla folder; gedit preferences are in /home/user/.config/gedit, etc.

That's why if you reinstall an application its preferences remain unless you remove the configuration files.

lembas
Desconectado/a
se unió: 05/13/2010

And the older messier way was to save configuration in ~/.programname/

Megver83
Desconectado/a
se unió: 12/21/2015

Ok. Thank you very much! But why apt don´t removes all directories created by the program? or maybe aptitude does?

jbar
Desconectado/a
se unió: 01/22/2011

It's very useful to keep your preferences when reinstalling the system.