I have installed Xilinx ISE IDE following this tutorial: Install Xilinx Ise on the Ubuntu
and now I want to uninstall it but I have no idea how to do it cause there is no tutorial for this.
I have installed Xilinx ISE IDE following this tutorial: Install Xilinx Ise on the Ubuntu
and now I want to uninstall it but I have no idea how to do it cause there is no tutorial for this.
On terminal, go to:
or
lin64
, it depends on how you have installed it.Then run this command:
Hope it helps.
I am writing a solution since the one by Andreea D has a typo and I cannot comment.
Navigate to the folder where Xilinx is installed. In my case it was in
/tools/Xilinx/
Then enter
cd Xilinx/.xinstall/bin/lin
Run
sudo ./xsetup -Uninstall
Hope it helps somebody!