SysSec-KAIST / LTESniffer

An Open-source LTE Downlink/Uplink Eavesdropper
GNU Affero General Public License v3.0
1.8k stars 184 forks source link

uninstall project / undo installation of drivers #53

Closed SeaQuench closed 9 months ago

SeaQuench commented 10 months ago

hello, i appreciate the effort behind this project; however, i need to revert the behavior of the UHD for use on other projects. can you advise me how to uninstall or remove any UHD code (e.g. driver) that was installed via sudo make install? i did not see an uninstall option in the makefile. perhaps i should have installed this in a VM.

hdtuanss commented 10 months ago

Hi, in the build directory of UHD, you can do sudo make uninstall to uninstall UHD. Then, you should do sudo ldconfig to apply changes to system. After that, you can install new UHD version. Dont forget to re-build your project once you make change in UHD version. Thanks