https://github.com/dev-print/archpackagemanager
https://github.com/dev-print/archpackagemanager
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/dev-print/archpackagemanager
- Owner: dev-print
- Created: 2025-02-14T17:16:37.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-14T18:17:18.000Z (over 1 year ago)
- Last Synced: 2025-02-14T18:26:19.152Z (over 1 year ago)
- Language: Python
- Size: 39.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.