10-12-2017 10:46 PM
I want to uninstall Xilinx SDK 2017.3 from my Linux (RHEL) system. I tried the following:
1] cd /opt/Xilinx/.xinstall/SDK_2017.3
2] ./xsetup -uninstall
However, it only shows the download and install options. How do I install it?
Thanks
10-12-2017 11:27 PM
use capital U as shown below:
./xsetup -Uninstall
10-12-2017 11:17 PM
Try this below command its working for me.
.xinstall/xic/xsetup -Uninstall
10-12-2017 11:27 PM
use capital U as shown below:
./xsetup -Uninstall
10-13-2017 09:01 AM
Thanks. that worked.