Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/unbelievableflavour/repositories-manager
Manage your repositories
https://github.com/unbelievableflavour/repositories-manager
apt gui management repositories vala
Last synced: 3 months ago
JSON representation
Manage your repositories
- Host: GitHub
- URL: https://github.com/unbelievableflavour/repositories-manager
- Owner: unbelievableflavour
- License: gpl-3.0
- Created: 2017-09-18T19:10:30.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-18T19:29:56.000Z (almost 6 years ago)
- Last Synced: 2024-07-28T23:33:00.974Z (4 months ago)
- Topics: apt, gui, management, repositories, vala
- Language: Vala
- Size: 240 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: COPYING
- Authors: AUTHORS
Awesome Lists containing this project
- awesome-elementaryos - Repositories Manager - Manage your repositories (Applications / System Tools)
README
# Repositories Manager
Manager for your apt repositories
### Repositories manager for elementary OS
A Vala application to manage your repositories in an interface
## Installation
As first you need elementary SDK
`sudo apt install elementary-sdk`### Dependencies
These dependencies must be present before building
- `valac`
- `gtk+-3.0`
- `granite`You can install these on a Ubuntu-based system by executing this command:
`sudo apt install valac libgtk-3-dev libgranite-dev`### Building
```
meson build --prefix=/usr
cd build
ninja
```### Installing
`sudo ninja install`