Abora LogoAbora
AboraTinyPMDownloadDocumentationArchivesContributors
GitHubDownload
DocsTinyPM - CommandsInstall & Remove
TinyPM - Commands

Install & Remove

Install and remove packages with TinyPM.

4 min readLast updated: March 2026

Install

Install a package using grab or tinypm.

Syntax

grab [-f|-s] <package>
tinypm install [-f|-s] <package>

Flags

  • -f - install from Flatpak (requires full app ID)
  • -s - install from Snap

No flag or syspm uses native package manager.

Examples

grab firefox                    # Auto-detect best source
grab -f org.gimp.GIMP          # Install GIMP from Flatpak
grab -s spotify                # Install Spotify from Snap
syspm install firefox          # Force native package manager

Package Tracking

Packages installed via TinyPM are tracked:

tinypm managed                 # Show tracked packages
tinypm info firefox            # Get package details

Remove

Uninstall a previously installed package.

Syntax

tinypm remove [-f|-s] <package>

Flags

  • -f - remove from Flatpak
  • -s - remove from Snap

Examples

tinypm remove firefox
tinypm remove -f org.gimp.GIMP
tinypm remove -s spotify

When removed, TinyPM also removes the package from its managed list.

Previous

Your First Commands

Next

Search & List

Abora LogoAbora

Professional Linux operating system and package management tools. Built in the open.

Products

  • TinyPM
  • Abora OS

Resources

  • Documentation
  • Download
  • Archives
  • Contributors
  • Discord

Legal

  • Privacy Policy
  • Terms of Use
  • License (GPL-3.0)
  • Contributors
  • Trademarks

© 2026 Abora. All rights reserved. Released under the GPL-3.0 license.