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 managerPackage Tracking
Packages installed via TinyPM are tracked:
tinypm managed # Show tracked packages
tinypm info firefox # Get package detailsRemove
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 spotifyWhen removed, TinyPM also removes the package from its managed list.