Instalação Flatpak · 5 min read · Oct 21, 2025
Como Instalar o Gerenciador de Pacotes Flatpak no Ubuntu 22.04

Flatpak, ou xdg-app, é uma ferramenta de gerenciamento de pacotes para o sistema operacional Linux. Ele permite que você instale e gerencie pacotes usando o gerenciador de pacotes flatpak. O Flatpak tem seu próprio repositório, então você não precisa depender de outros repositórios. Ele fornece todas as bibliotecas e dependências necessárias para a instalação de software. É uma estrutura de implantação de aplicativos cross-distro que permite que os desenvolvedores configurem o Flatpak para aplicativos em todas as principais distribuições.
Este post mostrará como instalar e usar a ferramenta de gerenciamento de pacotes Flatpak no Ubuntu 22.04.
Pré-requisitos
- Um servidor rodando Ubuntu 22.04.
- Uma senha de root configurada no servidor.
Instalar Flatpak
Por padrão, o pacote Flatpak está incluído no repositório padrão do Ubuntu. Você pode instalá-lo executando o seguinte comando:
apt install flatpak -yUma vez que o pacote Flatpak esteja instalado, você pode verificar sua versão usando o seguinte comando:
flatpak --versionVocê deve ver a seguinte saída:
Flatpak 1.12.7
Habilitar o Repositório Flatpak
Antes de usar o Flatpak, você precisará adicionar o repositório Flatpak ao seu sistema. Você pode adicioná-lo com o seguinte comando:
flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepoAgora você pode facilmente pesquisar e instalar aplicativos usando o Flatpak.
Pesquisar um Aplicativo Usando Flatpak
O Flatpak fornece funcionalidade de pesquisa para buscar aplicativos disponíveis usando a interface de linha de comando.
A sintaxe básica para pesquisar um aplicativo é mostrada abaixo:
flatpak search application-namePor exemplo, para pesquisar um aplicativo telegram, execute o seguinte comando:
flatpak search telegramVocê deve obter o seguinte resultado:
Name Description Application ID Version Branch Remotes
Telegram Desktop Fast. Secure. Powerful. org.telegram.desktop 4.3.1 stable flathub
Telegram Desktop Webvi… Webview add-on that enables Telegram Desktop to show web content …telegram.desktop.webview 2.38.2 stable flathub
Kotatogram Desktop Kotatogram Desktop messenger io.github.kotatogram 1.4.8 stable flathub
LibreTrack Private, cross-platform package tracking app …roninyaroslav.libretrack 1.3.0 stable flathub
Tangram Browser for your pinned tabs re.sonny.Tangram 1.4.2 stable flathub
Bolls A web app for reading the Bible with full emphasis on the God`s Word… life.bolls.bolls 2.1.80 stable flathub
Franz Messenger for the desktop com.meetfranz.Franz 5.9.1 stable flathub
Delta Chat Delta Chat email-based messenger chat.delta.desktop v1.32.1 stable flathub
Para pesquisar um Skype, execute o seguinte comando:
flatpak search skypeVocê deve obter a seguinte saída:
Name Description Application ID Version Branch Remotes
Skype Call and message skype users, with video chat support com.skype.Client 8.90.0.407 stable flathub
Franz Messenger for the desktop com.meetfranz.Franz 5.9.1 stable flathub
Instalar o Google Chrome Usando Flatpak
Primeiro, pesquise um aplicativo google chrome usando o seguinte comando:
flatpak search chromeVocê deve obter a seguinte saída:
Name Description Application ID Version Branch Remotes
Google Chrome The web browser from Google com.google.Chrome 107.0.5304.110-1 stable flathub
Chromium Web Bro… The web browser from Chromium project org.chromium.Chromium 107.0.5304.110 stable flathub
ungoogled-chromi… A lightweight approach to removing Google web service dependency …Eloston.UngoogledChromium 107.0.5304.110 stable flathub
Google Chrome (u… The web browser from Google com.google.ChromeDev 109.0.5410.0-1 stable flathub
CrosAdapta Chrome OS GTK theme ….gtk.Gtk3theme.CrosAdapta 3.22 flathub
PhotoQt Image Vi… View and manage images org.photoqt.PhotoQt 2.9.1 stable flathub
Firestorm Viewer Client for accessing 3D virtual worlds …ormviewer.FirestormViewer 6.3.9.58205 stable flathub
Joplin A free, open source note taking and to-do application, which can… net.cozic.joplin_desktop 2.8.8 stable flathub
Google Play Musi… Run Google Play Music as a standalone desktop app …ymusicdesktopplayer.GPMDP 4.7.1 stable flathub
Gabut Download M… Simple and Faster Download Manager ….github.gabutakut.gabutdm 1.9.9 stable flathub
Postman Postman is a complete API development environment. com.getpostman.Postman 10.1.2 stable flathub
Boxy SVG Scalable Vector Graphics editor com.boxy_svg.BoxySVG 3.92.0 stable flathub
Agora você pode usar o ID do aplicativo da saída acima para instalar o Google Chrome:
flatpak install com.google.ChromeVocê deve ver a seguinte saída:
Looking for matches…
Required runtime for com.google.Chrome/x86_64/stable (runtime/org.freedesktop.Platform/x86_64/22.08) found in remote flathub
Do you want to install it? [Y/n]: Y
com.google.Chrome permissions:
ipc network cups pcsc pulseaudio
wayland x11 devices file access [1] dbus access [2]
bus ownership [3] system dbus access [4] tags [5]
[1] /run/.heim_org.h5l.kcm-socket, host-etc, xdg-documents, xdg-download, xdg-music, xdg-pictures, xdg-run/dconf, xdg-run/pipewire-0,
xdg-videos, ~/.config/dconf:ro, ~/.config/kioslaverc
[2] ca.desrt.dconf, org.freedesktop.FileManager1, org.freedesktop.Notifications, org.freedesktop.secrets, org.gnome.SessionManager
[3] org.mpris.MediaPlayer2.chromium.*
[4] org.freedesktop.Avahi, org.freedesktop.UPower
[5] proprietary
ID Branch Op Remote Download
1. org.freedesktop.Platform.GL.default 22.08 i flathub < 131.0 MB
2. org.freedesktop.Platform.Locale 22.08 i flathub < 333.0 MB (partial)
3. org.freedesktop.Platform.openh264 2.2.0 i flathub < 944.3 kB
4. org.freedesktop.Platform 22.08 i flathub < 214.4 MB
5. com.google.Chrome stable i flathub < 100.1 MB
Proceed with these changes to the system installation? [Y/n]: Y
Para listar todos os aplicativos instalados, execute o seguinte comando:
flatpak listVocê deve obter as seguintes listas:
Name Application ID Version Branch Installation
Google Chrome com.google.Chrome 107.0.5304.110-1 stable system
Freedesktop Platform org.freedesktop.Platform 22.08.3 22.08 system
Mesa org.freedesktop.Platform.GL.default 22.1.7 22.08 system
openh264 org.freedesktop.Platform.openh264 2.1.0 2.2.0 system
Executar um Aplicativo Flatpak
Após instalar o aplicativo Google Chrome, você pode iniciá-lo executando o seguinte comando:
flatpak run com.google.ChromeO comando acima iniciará um aplicativo GUI do Google Chrome.
Remover um Aplicativo Usando o Flatpak
Para remover o aplicativo Google Chrome, execute o seguinte comando:
flatpak uninstall com.google.ChromeVocê deve ver a seguinte saída:
ID Branch Op
1. com.google.Chrome stable r
Proceed with these changes to the system installation? [Y/n]: Y
Para remover aplicativos não utilizados, execute o seguinte comando:
flatpak uninstall --unusedPara obter mais informações sobre os comandos do Flatpak, execute o seguinte comando:
flatpak --helpVocê deve ver todas as opções de linha de comando na seguinte saída:
Usage:
flatpak [OPTION…] COMMAND
Builtin Commands:
Manage installed applications and runtimes
install Install an application or runtime
update Update an installed application or runtime
uninstall Uninstall an installed application or runtime
mask Mask out updates and automatic installation
pin Pin a runtime to prevent automatic removal
list List installed apps and/or runtimes
info Show info for installed app or runtime
history Show history
config Configure flatpak
repair Repair flatpak installation
create-usb Put applications or runtimes onto removable media
Find applications and runtimes
search Search for remote apps/runtimes
Manage running applications
run Run an application
override Override permissions for an application
make-current Specify default version to run
enter Enter the namespace of a running application
ps Enumerate running applications
kill Stop a running application
Conclusão
Parabéns! você instalou com sucesso o Flatpak no Ubuntu 22.04. Agora você pode usar o Flatpak como um gerenciador de pacotes alternativo ao APT para instalar e gerenciar pacotes. Sinta-se à vontade para me perguntar se você tiver alguma dúvida.
Receba novas postagens na sua caixa de entrada
Sem spam. Cancele a assinatura a qualquer momento.