Distrofuse is an open-source project that creates a single, cross-distribution interface for diverse Linux package managers (Snap, Flatpak, DNF, Pacman, etc.).
It also significantly enhances curl into a smarter download and content management utility.
- 🧩 Easy to use: Install any package from which manager you want.
- ⚡ Fast: Install packages from the closest mirror for the fastest downloading experience.
- 🔍 Modern UI: Download and Install packages within Modern and easy to track UI
- 📝 Package Managers: You can currently use Flatpak, dnf, pacman and apt.
- 🛡️ Active Development: This project will be developed for widely used package managers like aur, yum, snap, etc. and Customization.
- GCC Compiler
- Any of the Package Managers
- CMake and Make
- Cloning the Repository
git clone [email protected]:trycatchh/distrofuse.git
cd distfuse
- Building
mkdir build && cd build
cmake -DCMAKE_BUILD_TYPE=Release ..
make -j$(nproc)
sudo make install
- Checking
distfuse --version
Installing any package.
distfuse install package-name
Removing any package.
distfuse remove package-name
Sometimes you will need to use Sudo
Sometimes you will need to use Sudo
Installing any package.
sudo distfuse install btop
Removing any package.
sudo distfuse remove btop
This project is licensed under the APACHE License - see the LICENSE file for details.
For support or feature requests: