An open API service indexing awesome lists of open source software.

https://github.com/dev-print/archpackagemanager


https://github.com/dev-print/archpackagemanager

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# ArchPackageManager

ArchPackageManager is a simple Arch Linux package manager with a GUI built using PyQt5.

## Features

- Search for packages
- View installed packages
- Install and uninstall packages

## Installation

To install ArchPackageManager, use the provided `PKGBUILD` file. Follow these steps:

1. Open a terminal and navigate to the directory containing the `PKGBUILD` file.
2. Run the following command to build the package:
```
makepkg -si
```

## Usage

After installation, you can run the application by executing the following command in your terminal:
```
archpackagemanager
```

# Bugs % Suggestions
If you got had/got any Bugs or Suggestions, go to the Expected tab (eg: Issues)

## Contributing

If you would like to contribute to this project, please feel free to submit a pull request or open an issue.

## License

This project is licensed under the MIT License. See the LICENSE file for more details.