I use Ubuntu 20.04. After 30 days of using SmartGit, it wants to change to commercial version. I use it for personal purposes.
I tried this: How to change SmartGit's licensing option after 30 days of commercial use on ubuntu?
and this: https://www.syntevo.com/blog/?p=3669
but couldn't find such folders and files.
I also uninstalled and reinstalled it three times with these commands:
sudo apt remove smartgit
sudo apt autoclean && sudo apt autoremove
and
sudo apt install smartgit
but nothing changed.
So can anyone know a way how to change to non commercial version of SmartGit on Ubuntu 20.04?
Wow, I found the solution!
With the help of this: https://askubuntu.com/questions/244754/how-to-completely-remove-application
So the process is
sudo apt remove smartgit
sudo apt autoclean && sudo apt autoremove
Navigate to the home directory,
Ctrl + H to show the hidden folders,
in the .config folder
delete the smartgit folder.
sudo apt install smartgit
Be careful. Choose not the default option but
the free non-commercial option.