How to remove vscode completely












0















I have a problem in removing my vscode in my linux laptop, i try to remove it on the ubuntu software but there is none vscode installed when i search in ubuntu software, but it is exists on my laptop, now i successfully remove the folders in the bin but then i can not remove the vscode folder in the snap folder due to permission denied, . i can still see the icon when i search but not loaded when i access it (which is what i wanted) i tried to change the permission but still nothing worked.



it shows me this:



rm: cannot remove 'vscode/77/usr/share/man/man7/xkeyboard-config.7.gz': Read-only file system
rm: cannot remove 'vscode/77/usr/share/man/man8/update-icon-caches.8.gz': Read-only file system
rm: cannot remove 'vscode/77/usr/share/mime/packages/freedesktop.org.xml': Read-only file system
rm: cannot remove 'vscode/77/usr/share/pixmaps/code.png': Read-only file system
rm: cannot remove 'vscode/77/usr/share/pkgconfig/adwaita-icon-theme.pc': Read-only file system
rm: cannot remove 'vscode/77/usr/share/pkgconfig/shared-mime-info.pc': Read-only file system
rm: cannot remove 'vscode/77/usr/share/pkgconfig/xkeyboard-config.pc': Read-only file system
rm: cannot remove 'vscode/77/usr/share/presage/abbreviations_en.txt': Read-only file system
rm: cannot remove 'vscode/77/usr/share/presage/abbreviations_it.txt': Read-only file system
rm: cannot remove 'vscode/77/usr/share/presage/database_en.db': Read-only file system
rm: cannot remove 'vscode/77/usr/share/presage/database_it.db': Read-only file system
rm: cannot remove 'vscode/77/usr/share/presage/presage.png': Read-only file system
rm: cannot remove 'vscode/77/usr/share/sgml/gconf/gconf-1.0.dtd': Read-only file system
rm: cannot remove 'vscode/77/usr/share/themes/Default/gtk-3.0/gtk-keys.css': Read-only file system
rm: cannot remove 'vscode/77/usr/share/themes/Emacs/gtk-3.0/gtk-keys.css': Read-only file system
rm: cannot remove 'vscode/77/var/lib/gconf/debian.defaults': Read-only file system
rm: cannot remove 'vscode/77/var/lib/gconf/debian.mandatory': Read-only file system
rm: cannot remove 'vscode/77/var/lib/gconf/defaults': Read-only file system
rm: cannot remove 'vscode/77/var/lib/nssdb/cert9.db': Read-only file system
rm: cannot remove 'vscode/77/var/lib/nssdb/key4.db': Read-only file system
rm: cannot remove 'vscode/77/var/lib/nssdb/pkcs11.txt': Read-only file system
rm: cannot remove 'vscode/77/var/lib/nssdb/secmod.db': Read-only file system
rm: cannot remove 'vscode/77/var/lib/ucf': Read-only file system


but i already form them in to 777 permissions.



is there a ways to remove it completely?



i tried also, to purge it.



sudo apt-get purge code


or



sudo apt-get purge vscode


but nothings happen.










share|improve this question

























  • ALL of your errors say "Read-only file system". Use mount to look for read-only ("ro") mounts, or use pathlld github.com/waltinator/pathlld.git - Bash script to answer "Why can't I read/write that file?"

    – waltinator
    4 hours ago











  • @waltinator tried already this solution but still not worked. the only problem i got is that the icon is still their even i uninstalled it.

    – Kim Nicole Espino Sabordo
    4 hours ago
















0















I have a problem in removing my vscode in my linux laptop, i try to remove it on the ubuntu software but there is none vscode installed when i search in ubuntu software, but it is exists on my laptop, now i successfully remove the folders in the bin but then i can not remove the vscode folder in the snap folder due to permission denied, . i can still see the icon when i search but not loaded when i access it (which is what i wanted) i tried to change the permission but still nothing worked.



it shows me this:



rm: cannot remove 'vscode/77/usr/share/man/man7/xkeyboard-config.7.gz': Read-only file system
rm: cannot remove 'vscode/77/usr/share/man/man8/update-icon-caches.8.gz': Read-only file system
rm: cannot remove 'vscode/77/usr/share/mime/packages/freedesktop.org.xml': Read-only file system
rm: cannot remove 'vscode/77/usr/share/pixmaps/code.png': Read-only file system
rm: cannot remove 'vscode/77/usr/share/pkgconfig/adwaita-icon-theme.pc': Read-only file system
rm: cannot remove 'vscode/77/usr/share/pkgconfig/shared-mime-info.pc': Read-only file system
rm: cannot remove 'vscode/77/usr/share/pkgconfig/xkeyboard-config.pc': Read-only file system
rm: cannot remove 'vscode/77/usr/share/presage/abbreviations_en.txt': Read-only file system
rm: cannot remove 'vscode/77/usr/share/presage/abbreviations_it.txt': Read-only file system
rm: cannot remove 'vscode/77/usr/share/presage/database_en.db': Read-only file system
rm: cannot remove 'vscode/77/usr/share/presage/database_it.db': Read-only file system
rm: cannot remove 'vscode/77/usr/share/presage/presage.png': Read-only file system
rm: cannot remove 'vscode/77/usr/share/sgml/gconf/gconf-1.0.dtd': Read-only file system
rm: cannot remove 'vscode/77/usr/share/themes/Default/gtk-3.0/gtk-keys.css': Read-only file system
rm: cannot remove 'vscode/77/usr/share/themes/Emacs/gtk-3.0/gtk-keys.css': Read-only file system
rm: cannot remove 'vscode/77/var/lib/gconf/debian.defaults': Read-only file system
rm: cannot remove 'vscode/77/var/lib/gconf/debian.mandatory': Read-only file system
rm: cannot remove 'vscode/77/var/lib/gconf/defaults': Read-only file system
rm: cannot remove 'vscode/77/var/lib/nssdb/cert9.db': Read-only file system
rm: cannot remove 'vscode/77/var/lib/nssdb/key4.db': Read-only file system
rm: cannot remove 'vscode/77/var/lib/nssdb/pkcs11.txt': Read-only file system
rm: cannot remove 'vscode/77/var/lib/nssdb/secmod.db': Read-only file system
rm: cannot remove 'vscode/77/var/lib/ucf': Read-only file system


but i already form them in to 777 permissions.



is there a ways to remove it completely?



i tried also, to purge it.



sudo apt-get purge code


or



sudo apt-get purge vscode


but nothings happen.










share|improve this question

























  • ALL of your errors say "Read-only file system". Use mount to look for read-only ("ro") mounts, or use pathlld github.com/waltinator/pathlld.git - Bash script to answer "Why can't I read/write that file?"

    – waltinator
    4 hours ago











  • @waltinator tried already this solution but still not worked. the only problem i got is that the icon is still their even i uninstalled it.

    – Kim Nicole Espino Sabordo
    4 hours ago














0












0








0








I have a problem in removing my vscode in my linux laptop, i try to remove it on the ubuntu software but there is none vscode installed when i search in ubuntu software, but it is exists on my laptop, now i successfully remove the folders in the bin but then i can not remove the vscode folder in the snap folder due to permission denied, . i can still see the icon when i search but not loaded when i access it (which is what i wanted) i tried to change the permission but still nothing worked.



it shows me this:



rm: cannot remove 'vscode/77/usr/share/man/man7/xkeyboard-config.7.gz': Read-only file system
rm: cannot remove 'vscode/77/usr/share/man/man8/update-icon-caches.8.gz': Read-only file system
rm: cannot remove 'vscode/77/usr/share/mime/packages/freedesktop.org.xml': Read-only file system
rm: cannot remove 'vscode/77/usr/share/pixmaps/code.png': Read-only file system
rm: cannot remove 'vscode/77/usr/share/pkgconfig/adwaita-icon-theme.pc': Read-only file system
rm: cannot remove 'vscode/77/usr/share/pkgconfig/shared-mime-info.pc': Read-only file system
rm: cannot remove 'vscode/77/usr/share/pkgconfig/xkeyboard-config.pc': Read-only file system
rm: cannot remove 'vscode/77/usr/share/presage/abbreviations_en.txt': Read-only file system
rm: cannot remove 'vscode/77/usr/share/presage/abbreviations_it.txt': Read-only file system
rm: cannot remove 'vscode/77/usr/share/presage/database_en.db': Read-only file system
rm: cannot remove 'vscode/77/usr/share/presage/database_it.db': Read-only file system
rm: cannot remove 'vscode/77/usr/share/presage/presage.png': Read-only file system
rm: cannot remove 'vscode/77/usr/share/sgml/gconf/gconf-1.0.dtd': Read-only file system
rm: cannot remove 'vscode/77/usr/share/themes/Default/gtk-3.0/gtk-keys.css': Read-only file system
rm: cannot remove 'vscode/77/usr/share/themes/Emacs/gtk-3.0/gtk-keys.css': Read-only file system
rm: cannot remove 'vscode/77/var/lib/gconf/debian.defaults': Read-only file system
rm: cannot remove 'vscode/77/var/lib/gconf/debian.mandatory': Read-only file system
rm: cannot remove 'vscode/77/var/lib/gconf/defaults': Read-only file system
rm: cannot remove 'vscode/77/var/lib/nssdb/cert9.db': Read-only file system
rm: cannot remove 'vscode/77/var/lib/nssdb/key4.db': Read-only file system
rm: cannot remove 'vscode/77/var/lib/nssdb/pkcs11.txt': Read-only file system
rm: cannot remove 'vscode/77/var/lib/nssdb/secmod.db': Read-only file system
rm: cannot remove 'vscode/77/var/lib/ucf': Read-only file system


but i already form them in to 777 permissions.



is there a ways to remove it completely?



i tried also, to purge it.



sudo apt-get purge code


or



sudo apt-get purge vscode


but nothings happen.










share|improve this question
















I have a problem in removing my vscode in my linux laptop, i try to remove it on the ubuntu software but there is none vscode installed when i search in ubuntu software, but it is exists on my laptop, now i successfully remove the folders in the bin but then i can not remove the vscode folder in the snap folder due to permission denied, . i can still see the icon when i search but not loaded when i access it (which is what i wanted) i tried to change the permission but still nothing worked.



it shows me this:



rm: cannot remove 'vscode/77/usr/share/man/man7/xkeyboard-config.7.gz': Read-only file system
rm: cannot remove 'vscode/77/usr/share/man/man8/update-icon-caches.8.gz': Read-only file system
rm: cannot remove 'vscode/77/usr/share/mime/packages/freedesktop.org.xml': Read-only file system
rm: cannot remove 'vscode/77/usr/share/pixmaps/code.png': Read-only file system
rm: cannot remove 'vscode/77/usr/share/pkgconfig/adwaita-icon-theme.pc': Read-only file system
rm: cannot remove 'vscode/77/usr/share/pkgconfig/shared-mime-info.pc': Read-only file system
rm: cannot remove 'vscode/77/usr/share/pkgconfig/xkeyboard-config.pc': Read-only file system
rm: cannot remove 'vscode/77/usr/share/presage/abbreviations_en.txt': Read-only file system
rm: cannot remove 'vscode/77/usr/share/presage/abbreviations_it.txt': Read-only file system
rm: cannot remove 'vscode/77/usr/share/presage/database_en.db': Read-only file system
rm: cannot remove 'vscode/77/usr/share/presage/database_it.db': Read-only file system
rm: cannot remove 'vscode/77/usr/share/presage/presage.png': Read-only file system
rm: cannot remove 'vscode/77/usr/share/sgml/gconf/gconf-1.0.dtd': Read-only file system
rm: cannot remove 'vscode/77/usr/share/themes/Default/gtk-3.0/gtk-keys.css': Read-only file system
rm: cannot remove 'vscode/77/usr/share/themes/Emacs/gtk-3.0/gtk-keys.css': Read-only file system
rm: cannot remove 'vscode/77/var/lib/gconf/debian.defaults': Read-only file system
rm: cannot remove 'vscode/77/var/lib/gconf/debian.mandatory': Read-only file system
rm: cannot remove 'vscode/77/var/lib/gconf/defaults': Read-only file system
rm: cannot remove 'vscode/77/var/lib/nssdb/cert9.db': Read-only file system
rm: cannot remove 'vscode/77/var/lib/nssdb/key4.db': Read-only file system
rm: cannot remove 'vscode/77/var/lib/nssdb/pkcs11.txt': Read-only file system
rm: cannot remove 'vscode/77/var/lib/nssdb/secmod.db': Read-only file system
rm: cannot remove 'vscode/77/var/lib/ucf': Read-only file system


but i already form them in to 777 permissions.



is there a ways to remove it completely?



i tried also, to purge it.



sudo apt-get purge code


or



sudo apt-get purge vscode


but nothings happen.







permissions






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited 4 hours ago







Kim Nicole Espino Sabordo

















asked 5 hours ago









Kim Nicole Espino SabordoKim Nicole Espino Sabordo

33




33













  • ALL of your errors say "Read-only file system". Use mount to look for read-only ("ro") mounts, or use pathlld github.com/waltinator/pathlld.git - Bash script to answer "Why can't I read/write that file?"

    – waltinator
    4 hours ago











  • @waltinator tried already this solution but still not worked. the only problem i got is that the icon is still their even i uninstalled it.

    – Kim Nicole Espino Sabordo
    4 hours ago



















  • ALL of your errors say "Read-only file system". Use mount to look for read-only ("ro") mounts, or use pathlld github.com/waltinator/pathlld.git - Bash script to answer "Why can't I read/write that file?"

    – waltinator
    4 hours ago











  • @waltinator tried already this solution but still not worked. the only problem i got is that the icon is still their even i uninstalled it.

    – Kim Nicole Espino Sabordo
    4 hours ago

















ALL of your errors say "Read-only file system". Use mount to look for read-only ("ro") mounts, or use pathlld github.com/waltinator/pathlld.git - Bash script to answer "Why can't I read/write that file?"

– waltinator
4 hours ago





ALL of your errors say "Read-only file system". Use mount to look for read-only ("ro") mounts, or use pathlld github.com/waltinator/pathlld.git - Bash script to answer "Why can't I read/write that file?"

– waltinator
4 hours ago













@waltinator tried already this solution but still not worked. the only problem i got is that the icon is still their even i uninstalled it.

– Kim Nicole Espino Sabordo
4 hours ago





@waltinator tried already this solution but still not worked. the only problem i got is that the icon is still their even i uninstalled it.

– Kim Nicole Espino Sabordo
4 hours ago










0






active

oldest

votes











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
});


}
});














draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1122549%2fhow-to-remove-vscode-completely%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown

























0






active

oldest

votes








0






active

oldest

votes









active

oldest

votes






active

oldest

votes
















draft saved

draft discarded




















































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.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1122549%2fhow-to-remove-vscode-completely%23new-answer', 'question_page');
}
);

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







Popular posts from this blog

香粉寮

GameSpot