mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-09 05:44:23 +00:00
800 B
800 B
Flatpak
TL;DR
# add the `flathub` remote
flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
flatpak remote-add --user --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
# search for `vscode`
flatpak search vscode
# install `vscode`
flatpak install --user flathub com.visualstudio.code-oss
# uninstall unused packages
flatpak uninstall --unused
Further readings
- Using Flatpak getting started guide on the official documentation
- How to clean up Flatpak apps to clear disk space