You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not fluent in python and per this SO answer, I may have had to append --record files.txt to list the files getting installed on my system.
Would appreciate direction on how to uninstall from source
edit: for anyone getting here, my approach was to run sudo updatedb to refresh the local file database then locate rdb which lists all files on the system with 'rdb'. This is predictably a lot, but not too much to scroll and find /usr/lib/python3.12/site-packages/rdbtools-0.1.15-py3.12.egg/ which had most of the files. there was also a /bin/rdb, and possibly a few others. Removing these files suffices for an uninstallation in my case, there may be remnants I missed.
The text was updated successfully, but these errors were encountered:
I'm not fluent in python and per this SO answer, I may have had to append
--record files.txt
to list the files getting installed on my system.Would appreciate direction on how to uninstall from source
edit: for anyone getting here, my approach was to run
sudo updatedb
to refresh the local file database thenlocate rdb
which lists all files on the system with 'rdb'. This is predictably a lot, but not too much to scroll and find/usr/lib/python3.12/site-packages/rdbtools-0.1.15-py3.12.egg/
which had most of the files. there was also a/bin/rdb
, and possibly a few others. Removing these files suffices for an uninstallation in my case, there may be remnants I missed.The text was updated successfully, but these errors were encountered: