Skip to content

how to uninstall from source ? #201

@olsonpm

Description

@olsonpm

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions