Advanced Manual

The Distrobox Mastery Manual

AUR on Debian: Arch Performance without the Arch Fragility.

The Best of All Worlds

In the Linux world, you are usually forced to choose: the stability of Debian or the massive software availability of the Arch User Repository (AUR). Tebian ends this conflict. Using Distrobox, we allow you to run any Linux distribution inside a container while integrating it seamlessly into your host desktop. This is the "God-Tier" of Linux configuration.

This manual explains how to use Distrobox to access the AUR, test Fedora tools, or run legacy Ubuntu binaries—all while keeping your Tebian host session 100% stable.

1. The Foundation: Podman and Namespace Isolation

Distrobox is not a Virtual Machine. It is a wrapper for Podman (or Docker) that uses Linux Namespaces to share the host's kernel, hardware, and home directory. This means there is Zero Performance Overhead. A program running in an Arch container on Tebian is as fast as if it were running on raw Arch.

Rootless execution

Tebian pre-configures Podman to run in Rootless Mode. This means your containers don't have administrative access to your host OS. If a malicious package in the AUR tries to wipe your drive, it is trapped inside the container's namespace. This is "Sovereign Isolation."

2. The AUR on Debian: A Step-by-Step Guide

The most common use for Distrobox on Tebian is accessing the AUR. Here is the technical workflow:

  1. Create: distrobox create --name arch --image archlinux:latest
  2. Enter: distrobox enter arch
  3. Setup: Inside the container, you install yay or paru just like you would on Arch.
  4. Export: distrobox-export --app [appname]. This creates a .desktop file on your Tebian host.

Now, when you press Super+D in Tebian, your Arch-based app appears in the menu. It opens in a window just like a native app. You have the AUR, but you still have the "Rock" foundation of Debian.

Conclusion: The End of Distro Hopping

Distrobox Mastery means you never have to "Distro Hop" again. If you want a feature from Fedora, you spin up a container. If you want a tool from Kali, you spin up a container. Tebian is the Universal Host that manages the Fleet. One ISO. One menu. Every Linux app in existence.