How to Install and Uninstall flatpak Package on Kali Linux

Last updated: May 12,2024

1. Install "flatpak" package

Please follow the step by step instructions below to install flatpak on Kali Linux

$ sudo apt update $ sudo apt install flatpak

2. Uninstall "flatpak" package

Please follow the instructions below to uninstall flatpak on Kali Linux:

$ sudo apt remove flatpak $ sudo apt autoclean && sudo apt autoremove

3. Information about the flatpak package on Kali Linux

Package: flatpak
Source: flatpak (1.14.5-1)
Version: 1.14.5-1+b2
Installed-Size: 7499
Maintainer: Utopia Maintenance Team
Architecture: amd64
Replaces: xdg-app
Depends: adduser, bubblewrap (>= 0.5.0), default-dbus-system-bus | dbus-system-bus, fuse3, xdg-dbus-proxy (>= 0.1.0), libappstream5 (>= 1.0.0), libarchive13 (>= 3.0.4), libc6 (>= 2.34), libcurl3-gnutls (>= 7.16.2), libdconf1 (>= 0.26.0), libfuse3-3 (>= 3.2.3), libgdk-pixbuf-2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.68.0+git20210214), libgpgme11 (>= 1.1.8), libjson-glib-1.0-0 (>= 1.5.2), libmalcontent-0-0 (>= 0.6.0), libostree-1-1 (>= 2020.8), libpolkit-agent-1-0 (>= 0.105), libpolkit-gobject-1-0 (>= 0.101), libseccomp2 (>= 2.5.2), libsystemd0, libxau6 (>= 1:1.0.9), libxml2 (>= 2.7.4), libzstd1 (>= 1.5.5)
Recommends: ca-certificates, desktop-file-utils, hicolor-icon-theme, gtk-update-icon-cache, libpam-systemd, p11-kit, polkitd | policykit-1, shared-mime-info, xdg-desktop-portal (>= 1.6), xdg-desktop-portal-gtk (>= 1.6) | xdg-desktop-portal-backend, xdg-user-dirs
Suggests: avahi-daemon, malcontent-gui
Conflicts: xdg-app
Size: 1405520
SHA256: acbd7287a250214160419060c413f571310f5573676df7079b59f7338f831157
SHA1: f630d29339ab6382a9bc63ac9992b93d0a29cab0
MD5sum: f135731f20b8be6c5d636827e8bfd21e
Description: Application deployment framework for desktop apps
Flatpak installs, manages and runs sandboxed desktop application bundles.
Application bundles run partially isolated from the wider system, using
containerization techniques such as namespaces to prevent direct access
to system resources. Resources from outside the sandbox can be accessed
via "portal" services, which are responsible for access control; for
example, the Documents portal displays an "Open" dialog outside the
sandbox, then allows the application to access only the selected file.
.
Each application uses a specified "runtime", or set of libraries, which is
available as /usr inside its sandbox. This can be used to run application
bundles with multiple, potentially incompatible sets of dependencies within
the same desktop environment.
.
This package contains the services and executables needed to install and
launch sandboxed applications, and the portal services needed to provide
limited access to resources outside the sandbox.
Description-md5:
Homepage: https://flatpak.org/
Section: admin
Priority: optional
Filename: pool/main/f/flatpak/flatpak_1.14.5-1+b2_amd64.deb