Last active
October 14, 2025 00:26
-
Star
(161)
You must be signed in to star a gist -
Fork
(73)
You must be signed in to fork a gist
-
-
Save nakamuraos/717eb99b5e145ed11cd754ad3714b302 to your computer and use it in GitHub Desktop.
Reset trial Navicat 15, Navicat 16, Navicat 17 on Linux
It works but it doesn't in 17.3.2. I am using Ubuntu 22.04.
@i-oc Can you show me a screenshot after running this script?
![]()
@i-oc I've run this script on Navicat 17.3.2 and Ubuntu 22.04, and it still works. Did you completely exit Navicat before running this script? Can you check that the output of
ps aux | grep navicat
does not include any Navicat process?
I’m not sure why it isn’t working on your computer. How did you install and run Navicat?
Sorry,I think I found the reason.Since the lite version has not been deleted and is in the same directory, you can reset it by deleting and reinstalling it.
is there any way to "hide" the trial reminder?
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@i-oc I've run this script on Navicat 17.3.2 and Ubuntu 22.04, and it still works. Did you completely exit Navicat before running this script? Can you check that the output of
ps aux | grep navicat
does not include any Navicat process?