PacStallion
The GUI for Ubuntu's AUR
- 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.
Grab a release or build yourself.
.NET 10 SDK is required for developing this application.
git clone https://github.com/IMYdev/pacstallion.git
cd pacstallionTo run the application in development mode:
dotnet run --project src/pacstallion.csprojTo create a standalone executable:
dotnet publish src/pacstallion.csproj -c Releasesrc/: Contains the source code and assets.LICENSE: GPLv3 License.README.md: Project documentation.
PacStallion is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, version 3 of the License
PacStallion is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with PacStallion. If not, see <https://www.gnu.org/licenses/>.
