[Solved]How to uninstall Visual Studio Code (Flatpak)?

Questions about applications and software
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
abhinav862
Level 1
Level 1
Posts: 48
Joined: Wed Jan 19, 2022 6:51 am

[Solved]How to uninstall Visual Studio Code (Flatpak)?

Post by abhinav862 »

I read following article & decided to install Visual Studio Code (Flatpak): https://easylinuxtipsproject.blogspot.c ... s,store%22)%20of%20Mint%20itself

Though now I want to uninstall it & install official version instead. Also, how would I have to update the official version? Wouldn't it be updated from Update Manager itself?
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 2 times in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
User avatar
MikeNovember
Level 7
Level 7
Posts: 1856
Joined: Fri Feb 28, 2020 7:37 am
Location: Nice, Paris, France

Re: How to uninstall Visual Studio Code (Flatpak)?

Post by MikeNovember »

Hi,

To uninstall flatpak version,

Code: Select all

flatpak uninstall com.visualstudio.code
flatpak uninstall --unused
To install official version, https://code.visualstudio.com/docs/setup/linux

Regards,

MN
Last edited by MikeNovember on Fri Jan 21, 2022 11:04 am, edited 2 times in total.
_____________________________
Linux Mint 21.3 Mate host with Ubuntu Pro enabled, VMware Workstation Player with Windows 10 Pro guest, ASUS G74SX (i7-2670QM, 16 GB RAM, GTX560M with 3GB RAM, 1TB SSD).
abhinav862
Level 1
Level 1
Posts: 48
Joined: Wed Jan 19, 2022 6:51 am

Re: How to uninstall Visual Studio Code (Flatpak)?

Post by abhinav862 »

Can I install both Visual Studio Code (Flatpak) as well as official Visual Studio Code?
User avatar
MikeNovember
Level 7
Level 7
Posts: 1856
Joined: Fri Feb 28, 2020 7:37 am
Location: Nice, Paris, France

Re: How to uninstall Visual Studio Code (Flatpak)?

Post by MikeNovember »

abhinav862 wrote: Fri Jan 21, 2022 11:01 am Can I install both Visual Studio Code (Flatpak) as well as official Visual Studio Code?
Yes.

They are not launched the same way, you will have two entries in your menu.

But why, what is the interest in doing this?

Official version seems to be more recent, I would use that one and drop flatpak one.

Regards,

MN
_____________________________
Linux Mint 21.3 Mate host with Ubuntu Pro enabled, VMware Workstation Player with Windows 10 Pro guest, ASUS G74SX (i7-2670QM, 16 GB RAM, GTX560M with 3GB RAM, 1TB SSD).
abhinav862
Level 1
Level 1
Posts: 48
Joined: Wed Jan 19, 2022 6:51 am

Re: How to uninstall Visual Studio Code (Flatpak)?

Post by abhinav862 »

Okay.

So, can I just download .deb file from official website & double-click it to install (just like we do on Windows)? Will it be updated automatically then?
abhinav862
Level 1
Level 1
Posts: 48
Joined: Wed Jan 19, 2022 6:51 am

Re: How to uninstall Visual Studio Code (Flatpak)?

Post by abhinav862 »

Please tell what is the use of flatpak uninstall --unused command?
User avatar
MikeNovember
Level 7
Level 7
Posts: 1856
Joined: Fri Feb 28, 2020 7:37 am
Location: Nice, Paris, France

Re: How to uninstall Visual Studio Code (Flatpak)?

Post by MikeNovember »

abhinav862 wrote: Fri Jan 21, 2022 5:07 pm Please tell what is the use of flatpak uninstall --unused command?
Hi,

This command is used to purge your flatpaks installation of what is unused (no longer used).

Regards,

MN
_____________________________
Linux Mint 21.3 Mate host with Ubuntu Pro enabled, VMware Workstation Player with Windows 10 Pro guest, ASUS G74SX (i7-2670QM, 16 GB RAM, GTX560M with 3GB RAM, 1TB SSD).
User avatar
MikeNovember
Level 7
Level 7
Posts: 1856
Joined: Fri Feb 28, 2020 7:37 am
Location: Nice, Paris, France

Re: How to uninstall Visual Studio Code (Flatpak)?

Post by MikeNovember »

abhinav862 wrote: Fri Jan 21, 2022 11:23 am Okay.

So, can I just download .deb file from official website & double-click it to install (just like we do on Windows)? Will it be updated automatically then?
Hi,

Debs installed out of Mint and Ubuntu repositories are not, usually, automatically updated, except in two cases:

- debs installed from a PPA (Personal Package Archive); PPAs are some sort of unofficial repository, made by people or organizations.

- during deb installation, a repository is added, allowing automatic update (this is the case for Google Chrome).

There is a PPA for Visual Studio Code here: https://www.ubuntuupdates.org/ppa/vscode.

It seems to be linked to Microsoft.

You could follow the installation procedure, and have VSCode with automatic update.

Regards,

MN
_____________________________
Linux Mint 21.3 Mate host with Ubuntu Pro enabled, VMware Workstation Player with Windows 10 Pro guest, ASUS G74SX (i7-2670QM, 16 GB RAM, GTX560M with 3GB RAM, 1TB SSD).
abhinav862
Level 1
Level 1
Posts: 48
Joined: Wed Jan 19, 2022 6:51 am

Re: How to uninstall Visual Studio Code (Flatpak)?

Post by abhinav862 »

Thanks to all of you! Linux Mint has a very good community!
Locked

Return to “Software & Applications”