I tried:
sudo apt purge --auto-remove
But when I reinstall I don’t get the setup manager, it just takes me back to the last project I was in and still has all my plugins, themes, libs?
How do I nuke it all so I can do a fresh install?
I tried:
sudo apt purge --auto-remove
But when I reinstall I don’t get the setup manager, it just takes me back to the last project I was in and still has all my plugins, themes, libs?
How do I nuke it all so I can do a fresh install?
You don’t need to reinstall, you just need to nuke or move aside your personal configuration at ~/.config/kicad/7.0
Thank you so much, that really helped stop me from pulling my hair out!
I suggest you do not delete that configuration directory, but instead rename it, this has a few advantages:
Just to explain, apt purge removes files installed at the system level. KiCad however creates user specific configuration at first run by each user.
It would be nice of there were a CLI option to do a first run instead of this FAQ, maybe something like
kicad --i-really-want-a-fresh-configuration
Thank you for taking the time to explain that to me. Sincerely appreciated!
Yes all these FAQs Or should that be FPQs?
FAQs are like post-it notes on the side of computers. If everything were obvious there would be no need of them. But then the ideal world is fictional.
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.