Skip to content

One-liner repository setup

Terminal window
curl -fsSL https://apt.fuabioo.com/public.gpg | sudo tee /usr/share/keyrings/apt.fuabioo.gpg > /dev/null && echo 'deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/apt.fuabioo.gpg] https://apt.fuabioo.com stable main' | sudo tee /etc/apt/sources.list.d/apt.fuabioo.list && sudo apt update

Some packages

DON'T rm

Protect your system from accidental deletions without changing your GNU userland

Terminal window
sudo apt install dontrm

Fastfetch

Fast system information display tool

Terminal window
sudo apt install fastfetch

This APT repository serves two purposes:

  1. ⚡ Original Tools - Custom utilities and wrappers built by Fuabioo to solve specific problems
  2. 🔧 External Packages - Carefully selected third-party tools maintained here for convenience and reliability

All packages are tested and maintained to ensure they work seamlessly together in your development environment.

  • 📦 Total Packages: 5 public packages
  • Original Tools: 4 packages built by Fuabioo
  • 🔧 External Tools: 1 maintained package
  • 💻 Supported Architectures: amd64, arm64, armhf, armv6, armv7
  • 👨‍💻 Maintainer: Fabio Mora (code@fabiomora.dev)
  • 🌐 Repository: https://apt.fuabioo.com

Want to see more packages? Check out Fuabioo’s GitHub profile for upcoming releases!