Uninstalling program
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.
uninstall
add a comment |
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.
uninstall
accoording to this: xilinx.com/support/documentation/sw_manuals/xilinx13_1/iil.pdf and this: forums.xilinx.com/t5/Installation-and-Licensing/… you only "have to remove the Xilinx directory (don't forget to remove ~/.Xilinx , if necessary)."
– Jacob Vlijm
Nov 12 '14 at 11:26
add a comment |
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.
uninstall
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.
uninstall
uninstall
asked Nov 12 '14 at 9:08
Al BundyAl Bundy
3281515
3281515
accoording to this: xilinx.com/support/documentation/sw_manuals/xilinx13_1/iil.pdf and this: forums.xilinx.com/t5/Installation-and-Licensing/… you only "have to remove the Xilinx directory (don't forget to remove ~/.Xilinx , if necessary)."
– Jacob Vlijm
Nov 12 '14 at 11:26
add a comment |
accoording to this: xilinx.com/support/documentation/sw_manuals/xilinx13_1/iil.pdf and this: forums.xilinx.com/t5/Installation-and-Licensing/… you only "have to remove the Xilinx directory (don't forget to remove ~/.Xilinx , if necessary)."
– Jacob Vlijm
Nov 12 '14 at 11:26
accoording to this: xilinx.com/support/documentation/sw_manuals/xilinx13_1/iil.pdf and this: forums.xilinx.com/t5/Installation-and-Licensing/… you only "have to remove the Xilinx directory (don't forget to remove ~/.Xilinx , if necessary)."
– Jacob Vlijm
Nov 12 '14 at 11:26
accoording to this: xilinx.com/support/documentation/sw_manuals/xilinx13_1/iil.pdf and this: forums.xilinx.com/t5/Installation-and-Licensing/… you only "have to remove the Xilinx directory (don't forget to remove ~/.Xilinx , if necessary)."
– Jacob Vlijm
Nov 12 '14 at 11:26
add a comment |
1 Answer
1
active
oldest
votes
On terminal, go to:
/opt/folder you have installed Xilinx/.xinstall/bin/lin
or lin64
, it depends on how you have installed it.
Then run this command:
sudo ./xsetup -uninstall
Hope it helps.
The xsetup script only installs xilinx. Uninstall does not appear to be an option.
– dinosaur
Aug 25 '17 at 20:13
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f548675%2funinstalling-program%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
On terminal, go to:
/opt/folder you have installed Xilinx/.xinstall/bin/lin
or lin64
, it depends on how you have installed it.
Then run this command:
sudo ./xsetup -uninstall
Hope it helps.
The xsetup script only installs xilinx. Uninstall does not appear to be an option.
– dinosaur
Aug 25 '17 at 20:13
add a comment |
On terminal, go to:
/opt/folder you have installed Xilinx/.xinstall/bin/lin
or lin64
, it depends on how you have installed it.
Then run this command:
sudo ./xsetup -uninstall
Hope it helps.
The xsetup script only installs xilinx. Uninstall does not appear to be an option.
– dinosaur
Aug 25 '17 at 20:13
add a comment |
On terminal, go to:
/opt/folder you have installed Xilinx/.xinstall/bin/lin
or lin64
, it depends on how you have installed it.
Then run this command:
sudo ./xsetup -uninstall
Hope it helps.
On terminal, go to:
/opt/folder you have installed Xilinx/.xinstall/bin/lin
or lin64
, it depends on how you have installed it.
Then run this command:
sudo ./xsetup -uninstall
Hope it helps.
edited Nov 1 '15 at 7:02
user284234
answered Nov 1 '15 at 5:56
Andreea D.Andreea D.
12
12
The xsetup script only installs xilinx. Uninstall does not appear to be an option.
– dinosaur
Aug 25 '17 at 20:13
add a comment |
The xsetup script only installs xilinx. Uninstall does not appear to be an option.
– dinosaur
Aug 25 '17 at 20:13
The xsetup script only installs xilinx. Uninstall does not appear to be an option.
– dinosaur
Aug 25 '17 at 20:13
The xsetup script only installs xilinx. Uninstall does not appear to be an option.
– dinosaur
Aug 25 '17 at 20:13
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f548675%2funinstalling-program%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
accoording to this: xilinx.com/support/documentation/sw_manuals/xilinx13_1/iil.pdf and this: forums.xilinx.com/t5/Installation-and-Licensing/… you only "have to remove the Xilinx directory (don't forget to remove ~/.Xilinx , if necessary)."
– Jacob Vlijm
Nov 12 '14 at 11:26