Why Can’t I Find Visual Studio Code on Flatpak in My Debian Distro?

0
16
Asked By CuriousGamer42 On

I was searching for Visual Studio Code on the Flathub website, and I found it at this link: https://flathub.org/en/apps/com.visualstudio.code. However, I've installed Flatpak on my Debian Trixie and added the Flathub repository (dl.flathub.org), but when I search for 'vscode' in the package manager, it doesn't show up. I'm wondering what the difference is and why I can't find the package in my Debian environment.

1 Answer

Answered By TechWhiz99 On

You might want to try searching for Visual Studio Code through the command line to see if the issue is related to your graphical package manager. Open a terminal and run `flatpak search vscode`. This way, you can confirm if there's a configuration issue or if Discover is the problem.

BinaryBeast88 -

I tried that command, but it just returned 'Keine Übereinstimmung gefunden' (no match). What does that mean?

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.