Delete the data of an application and completely uninstall that application

Hello professors, how can I delete a package or software completely ??
My Linux distribution is Manjaro and I did not install the software from their manager package. I downloaded the file directly from the software site itself and installed it manually. Now I delete and reinstall any data. All the data already exists.
There is vscode software that can not be removed completely. If you know a way, please let me know. Thank you very much

In this case these data may be anywhere. What app you installed and how – provide exact steps?

Then you should look for information how to remove it first on the software site.

visual studio code

.tar.gz file

and I installed from snap but There is still old data

The site did not write anything about it or I did not find it

So you installed it in Portable Mode in Visual Studio Code ? Then it should be straight forward what to remove …

Hi @A.TBTB,

Check in your $HOME/.config/ directory for any remnant of VS Code.

I, myself, use Code - OSS which, AFAIK, is just an VS Code fork with all M$ Telemetery removed, and there are files/directories under ~/.config:

$ cd ~/.config/Code\ -\ OSS                                                                                                                                                                                
$ ls
drwx------ mirdarthos mirdarthos 4.0 KB Wed Nov 24 12:31:30 2021 ο„• .
drwxr-xrwx mirdarthos mirdarthos  12 KB Mon Nov 29 10:45:27 2021 ο„• ..
drwxr-xr-x mirdarthos mirdarthos 4.0 KB Wed Nov 24 12:31:30 2021 ο„• Backups
drwx------ mirdarthos mirdarthos 4.0 KB Wed Nov 24 12:25:39 2021 ο„• blob_storage
drwx------ mirdarthos mirdarthos  20 KB Sat Sep 18 14:51:06 2021 ο„• Cache
drwxr-xr-x mirdarthos mirdarthos 4.0 KB Wed Nov 24 12:00:22 2021 ο„• CachedData
drwxr-xr-x mirdarthos mirdarthos 4.0 KB Fri Sep 24 09:00:23 2021 ο„• CachedExtensions
drwxr-xr-x mirdarthos mirdarthos 4.0 KB Fri Sep 24 09:00:23 2021 ο„• CachedExtensionVSIXs
drwx------ mirdarthos mirdarthos 4.0 KB Mon Jul 19 10:18:24 2021 ο„• Code Cache
.rw------- mirdarthos mirdarthos  20 KB Mon Jul 19 10:18:43 2021 ο€– Cookies
.rw------- mirdarthos mirdarthos   0 B  Mon Jul 19 10:18:43 2021 ο€– Cookies-journal
drwx------ mirdarthos mirdarthos 4.0 KB Mon Jul 19 10:18:24 2021 ο„• Crash Reports
drwx------ mirdarthos mirdarthos 4.0 KB Mon Jul 19 10:18:25 2021 ο„• Dictionaries
drwx------ mirdarthos mirdarthos 4.0 KB Mon Jul 19 10:18:26 2021 ο„• exthost Crash Reports
drwx------ mirdarthos mirdarthos 4.0 KB Mon Jul 19 10:18:24 2021 ο„• GPUCache
.rw-r--r-- mirdarthos mirdarthos   2 B  Wed Nov 24 12:25:41 2021 ξ˜‹ languagepacks.json
drwx------ mirdarthos mirdarthos 4.0 KB Mon Jul 19 10:18:24 2021 ο„• Local Storage
drwxr-xr-x mirdarthos mirdarthos 4.0 KB Wed Nov 24 12:25:51 2021 ο„• logs
.rw-r--r-- mirdarthos mirdarthos  36 B  Mon Jul 19 10:18:24 2021 ο€– machineid
.rw------- mirdarthos mirdarthos 4.2 KB Wed Nov 24 12:31:30 2021 ο€– Network Persistent State
.rw------- mirdarthos mirdarthos  57 B  Mon Jul 19 10:18:34 2021 ο€– Preferences
.rw------- mirdarthos mirdarthos  52 KB Tue Nov  9 16:04:46 2021 ο€– QuotaManager
.rw------- mirdarthos mirdarthos   0 B  Tue Nov  9 16:04:46 2021 ο€– QuotaManager-journal
drwx------ mirdarthos mirdarthos 4.0 KB Mon Jul 19 10:18:59 2021 ο„• Service Worker
drwx------ mirdarthos mirdarthos 4.0 KB Wed Nov 24 12:31:30 2021 ο„• Session Storage
.rw-r--r-- mirdarthos mirdarthos  74 KB Wed Nov 24 12:31:14 2021 ξ˜‹ storage.json
.rw------- mirdarthos mirdarthos 1.7 KB Wed Nov 24 12:25:52 2021 ο€– TransportSecurity
drwxr-xr-x mirdarthos mirdarthos 4.0 KB Sat Sep 11 12:12:17 2021 ο„• User

I’m unsure is this’ll help, but I suspect it will.

Thank you very much

Thank you very much
Complete removed

1 Like