How to uninstall armory from ubuntu 12.04How do you uninstall Unity?Can I (if so how) uninstall windows after...
Vector-transposing function
Boss Telling direct supervisor I snitched
Is there a logarithm base for which the logarithm becomes an identity function?
Is this Paypal Github SDK reference really a dangerous site?
School performs periodic password audits. Is my password compromised?
Tool for measuring readability of English text
What would be the most expensive material to an intergalactic society?
Is it a Cyclops number? "Nobody" knows!
Does an unused member variable take up memory?
How spaceships determine each other's mass in space?
What can I do if someone tampers with my SSH public key?
Should we avoid writing fiction about historical events without extensive research?
Giving a talk in my old university, how prominently should I tell students my salary?
Short SF story. Females use stingers to implant eggs in yearfathers
Unfamiliar notation in Diabelli's "Duet in D" for piano
3.5% Interest Student Loan or use all of my savings on Tuition?
Is it appropriate to ask a former professor to order a library book for me through ILL?
How would an energy-based "projectile" blow up a spaceship?
After Brexit, will the EU recognize British passports that are valid for more than ten years?
Short story about cities being connected by a conveyor belt
Limpar string com Regex
Can Witch Sight see through Mirror Image?
Was this cameo in Captain Marvel computer generated?
How to install "rounded" brake pads
How to uninstall armory from ubuntu 12.04
How do you uninstall Unity?Can I (if so how) uninstall windows after completely installing Ubuntu 12.04 from a USB boot drive?Uninstall ubuntu full to windowsHow to uninstall Ubuntu from Windows 7?How to uninstall ubuntu 12.10 and install 12.04?Problem removing apcupsd package from Ubuntu 12.04how to uninstall fdupes from ubuntuUninstall ScangearmpHow to uninstall crebs in Ubuntu 14.10How to uninstall Bitcoin Core and remove data
I have recently installed Bitcoin Armory in my computer. Unfortunately I don't have enough space, so I wish to uninstall it for now. Can someone help me?
Thank you
12.04 uninstall software-uninstall
add a comment |
I have recently installed Bitcoin Armory in my computer. Unfortunately I don't have enough space, so I wish to uninstall it for now. Can someone help me?
Thank you
12.04 uninstall software-uninstall
add a comment |
I have recently installed Bitcoin Armory in my computer. Unfortunately I don't have enough space, so I wish to uninstall it for now. Can someone help me?
Thank you
12.04 uninstall software-uninstall
I have recently installed Bitcoin Armory in my computer. Unfortunately I don't have enough space, so I wish to uninstall it for now. Can someone help me?
Thank you
12.04 uninstall software-uninstall
12.04 uninstall software-uninstall
asked Feb 21 '14 at 14:22
themhzthemhz
277516
277516
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
You can try
sudo apt-get remove $(dpkg -l armory)
If it doesn't work, try
sudo apt-get remove $dpkg -l |grep armory)
If even this doesn't work, try this guaranteed method.
cd <folder where .deb file is stored>
dpkg -r <name of package>.deb
dpkg -r <name of package>.deb worked, Ty
– themhz
Feb 21 '14 at 15:44
add a comment |
On Ubuntu 18, had originally installed Armory 0.96.0 for Ubuntu/Debian 64-bit with GCC 5.3, and uninstalled it now with:
sudo apt remove armory
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%2f424184%2fhow-to-uninstall-armory-from-ubuntu-12-04%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
You can try
sudo apt-get remove $(dpkg -l armory)
If it doesn't work, try
sudo apt-get remove $dpkg -l |grep armory)
If even this doesn't work, try this guaranteed method.
cd <folder where .deb file is stored>
dpkg -r <name of package>.deb
dpkg -r <name of package>.deb worked, Ty
– themhz
Feb 21 '14 at 15:44
add a comment |
You can try
sudo apt-get remove $(dpkg -l armory)
If it doesn't work, try
sudo apt-get remove $dpkg -l |grep armory)
If even this doesn't work, try this guaranteed method.
cd <folder where .deb file is stored>
dpkg -r <name of package>.deb
dpkg -r <name of package>.deb worked, Ty
– themhz
Feb 21 '14 at 15:44
add a comment |
You can try
sudo apt-get remove $(dpkg -l armory)
If it doesn't work, try
sudo apt-get remove $dpkg -l |grep armory)
If even this doesn't work, try this guaranteed method.
cd <folder where .deb file is stored>
dpkg -r <name of package>.deb
You can try
sudo apt-get remove $(dpkg -l armory)
If it doesn't work, try
sudo apt-get remove $dpkg -l |grep armory)
If even this doesn't work, try this guaranteed method.
cd <folder where .deb file is stored>
dpkg -r <name of package>.deb
answered Feb 21 '14 at 15:03
Registered UserRegistered User
6,027114170
6,027114170
dpkg -r <name of package>.deb worked, Ty
– themhz
Feb 21 '14 at 15:44
add a comment |
dpkg -r <name of package>.deb worked, Ty
– themhz
Feb 21 '14 at 15:44
dpkg -r <name of package>.deb worked, Ty
– themhz
Feb 21 '14 at 15:44
dpkg -r <name of package>.deb worked, Ty
– themhz
Feb 21 '14 at 15:44
add a comment |
On Ubuntu 18, had originally installed Armory 0.96.0 for Ubuntu/Debian 64-bit with GCC 5.3, and uninstalled it now with:
sudo apt remove armory
add a comment |
On Ubuntu 18, had originally installed Armory 0.96.0 for Ubuntu/Debian 64-bit with GCC 5.3, and uninstalled it now with:
sudo apt remove armory
add a comment |
On Ubuntu 18, had originally installed Armory 0.96.0 for Ubuntu/Debian 64-bit with GCC 5.3, and uninstalled it now with:
sudo apt remove armory
On Ubuntu 18, had originally installed Armory 0.96.0 for Ubuntu/Debian 64-bit with GCC 5.3, and uninstalled it now with:
sudo apt remove armory
answered 4 mins ago
Charney KayeCharney Kaye
392413
392413
add a comment |
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%2f424184%2fhow-to-uninstall-armory-from-ubuntu-12-04%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