PacStallion

PacStallion

The GUI for Ubuntu's AUR


Features

  • Explore packages available in the Pacstall repositories.
  • Easily install or remove packages.
  • See which packages need to be updated.
  • Runs Pacstall commands in the terminal for transparency.

Building

.NET 10 SDK is required for developing this application.

Clone the repository

git clone https://github.com/IMYdev/pacstallion.git
cd pacstallion

Build and Run

dotnet run --project src/pacstallion.csproj

Publish

dotnet publish src/pacstallion.csproj -c Release

Project Structure

  • src/: Contains the source code and assets.
  • LICENSE: GPLv3 License.
  • README.md: Project documentation.