Integrated package installation in the Debian plugin
Registered by
crashsystems
New users are scared of the CLI, and we want Keryx to be as friendly as possible. We should enable package installation from within the GUI for Debian packages (and all other package types in the future).
Blueprint information
- Status:
- Complete
- Approver:
- Chris Oliver
- Priority:
- Essential
- Drafter:
- Chris Oliver
- Direction:
- Approved
- Assignee:
- Chris Oliver
- Definition:
- Approved
- Series goal:
- Accepted for unstable
- Implementation:
- Implemented
- Milestone target:
- 1.0
- Started by
- Chris Oliver
- Completed by
- Chris Oliver
Related branches
Related bugs
Sprints
Whiteboard
Here is a demo of what will be happening:
cd ~/Packages && dpkg-scanpackages . /dev/null > Packages && gzip Packages
This creates the necessary files for apt to know what is in your local repositories.
Once completed insert the following into your sources.list file:
deb file:<Packages Directory> <repo> <section>
(?)
Work Items
Dependency tree
* Blueprints in grey have been implemented.