1

I have installed qTox using this guide, however I have forgotten my password and wish to create a new profile, but also delete the old one. And this is where I have my problem, I have tried purging it and then installing it again, however that does not seem to delete the profile? So how do I delete it? I am running Ubuntu GNOME 15.10 with GNOME 3.18 and the latest version of qTox.

Braiam
  • 69,302

2 Answers2

2

Simply nuke it all

rm -rf .config/tox/
Seth
  • 59,442
  • 44
  • 149
  • 201
1

Simply remove your profile files :

rm ~/.config/tox/<tox_username>.tox
rm ~/.config/tox/qtox.ini
hg8
  • 13,580
  • 1
    What about the files @Serg talks about? –  Nov 19 '15 at 14:37
  • 1
    If you just want to create a new profile on the same computer (and for the same person), with the same username there is no need to delete your history :) – hg8 Nov 19 '15 at 14:39