https://github.com/solus-project/sol
Next-generation software manager in development for Solus
https://github.com/solus-project/sol
eopkg solus
Last synced: about 1 year ago
JSON representation
Next-generation software manager in development for Solus
- Host: GitHub
- URL: https://github.com/solus-project/sol
- Owner: solus-project
- Created: 2016-07-05T20:46:28.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2018-10-18T18:07:30.000Z (over 7 years ago)
- Last Synced: 2025-04-18T12:18:05.827Z (over 1 year ago)
- Topics: eopkg, solus
- Language: C
- Homepage:
- Size: 101 KB
- Stars: 70
- Watchers: 21
- Forks: 8
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE.LGPL2.1
Awesome Lists containing this project
README
sol
----
Replacement for `eopkg`, the Solus package manager (a fork of eopkg).
This is not an effort to create "yet another package manager", it is instead
a current research effort for the successor to `eopkg`, to create a modern
package manager to deal with the needs of today, and of Solus itself.
- Spend less time downloading
- Spend less time applying updates
- Don't ever break. (ABI, layout, config, etc.)
The Solus mantra is "Install today, update forever". We need a modern software
and update management system to handle this in the most efficient manner for
the user, to truly handle the needs of a modern rolling release designed for
the ordinary user.
More details will be fleshed out as and when we've settled on them. In the
mean time, don't panic. :]
`sol` is a [Solus project](https://solus-project.com/)

Initial TODO
------------
- [x] Rename to something undumb (sol)
- [ ] Kill autotools with a shovel
- [ ] Move most of the existing eopkg code into a `Migration` system.
- [ ] Add basic container format
- [ ] Implement basic install/remove ops
- [ ] Add first abstract DB implementation
- [ ] Start adding networking
- [ ] Introduce repo format + handling
- [ ] Add stuff to this TODO.
License
--------
Copyright © 2016-2017 Ikey Doherty
LGPL-2.1. We're going to expose a library for others to use....