Abora LogoAbora
AboraTinyPMDownloadDocumentationArchivesContributors
GitHubDownload
DocsTinyPM - BackendsAPT Backend
TinyPM - Backends

APT Backend

Using TinyPM with native APT packages.

4 min readLast updated: March 2026

APT Backend

APT is the native package manager for Debian-based systems (Debian, Ubuntu, Linux Mint, etc.). TinyPM wraps apt to provide a consistent interface.

Flag

Use -n, --nat, or --native to target APT.

Common Operations

#### Install

ainstall -n vlc
ainstall -n gimp
ainstall -n htop

#### Search

search -n libreoffice
search -n neovim

#### Remove

term -n vlc

#### List

tinypm list -n

#### Update

supdate -n

Permissions

APT operations typically require root permissions. TinyPM will invoke sudo when needed for install, remove, and update commands.

Requirements

  • APT must be available (Debian/Ubuntu-based system)
  • sudo access for install/remove/update operations
  • Run tinypm doctor to verify APT is working
Previous

Snap Backend

Next

Modular Architecture

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.