{"id":17351529,"url":"https://github.com/ymauray/deborah","last_synced_at":"2025-10-24T01:15:06.731Z","repository":{"id":48028958,"uuid":"514708266","full_name":"ymauray/deborah","owner":"ymauray","description":"A flutter front-end to deb-get","archived":false,"fork":false,"pushed_at":"2022-11-08T11:08:53.000Z","size":2468,"stargazers_count":23,"open_issues_count":3,"forks_count":3,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-14T20:57:46.312Z","etag":null,"topics":["apt","apt-get","deb","deb-get","debian","dpkg","flutter","hacktoberfest","install","linux","ppa","ubuntu"],"latest_commit_sha":null,"homepage":"","language":"Dart","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ymauray.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-07-16T23:51:17.000Z","updated_at":"2024-03-04T17:13:01.000Z","dependencies_parsed_at":"2023-01-21T06:00:29.487Z","dependency_job_id":null,"html_url":"https://github.com/ymauray/deborah","commit_stats":null,"previous_names":[],"tags_count":13,"template":false,"template_full_name":null,"purl":"pkg:github/ymauray/deborah","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ymauray%2Fdeborah","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ymauray%2Fdeborah/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ymauray%2Fdeborah/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ymauray%2Fdeborah/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ymauray","download_url":"https://codeload.github.com/ymauray/deborah/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ymauray%2Fdeborah/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260094347,"owners_count":22957853,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["apt","apt-get","deb","deb-get","debian","dpkg","flutter","hacktoberfest","install","linux","ppa","ubuntu"],"created_at":"2024-10-15T17:10:15.125Z","updated_at":"2025-10-24T01:15:06.678Z","avatar_url":"https://github.com/ymauray.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg src=\"assets/resources/deborah_256.png\" alt=\"deb-get\"\u003e\n  \u003cbr /\u003e\n  \u003ctt\u003edeborah\u003c/tt\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003cb\u003e\n    A \u003ctt\u003eFlutter\u003c/tt\u003e front-end for \u003ctt\u003edeb-get\u003c/tt\u003e.\n  \u003c/b\u003e\n\u003c/p\u003e\n\n\u003ch2 align=\"center\"\u003e\u003c/h2\u003e\n\u003cp align=\"center\" style=\"color: red;\"\u003e\u003cb\u003eWARNING\u003c/b\u003e\u003c/p\u003e\n\u003cp align=\"center\"\u003e\n    \u003ctt\u003edeborah\u003c/tt\u003e is still in its early stage of infancy. There are things that may not work properly. If so, keep calm, and send a pull request ! \n\u003c/p\u003e\n\n## Introduction\n\n`deborah` brings the functionallities of [deb-get](https://github.com/wimpysworld/deb-get) to all desktop users.\n\n------------------------------------\n\n## Installation\n\nSince `deborah` uses [deb-get](https://github.com/wimpysworld/deb-get), you first need to install that. \n\nThen, download the .deb from the [release](https://github.com/ymauray/deborah/releases) page, and install it using this command :\n```sh\n$ sudo apt install ./deborah_xxxxxx.deb\n```\n\nYou can install `deborah` using [deb-get](https://github.com/wimpysworld/deb-get) it with this command :\n\n```sh\n$ sudo deb-get install deborah\n```\n\n------------------------------------\n\n## Usage\n\nRun `deborah` from your applications menu. It will run `deb-get` to get the list of all packages available, and present them in a nice, searchable list.\n\nYou can expand a package to see its description, and install or uninstall it with the click of a button.\n\nIn the left side menu, you will find a button to check for updates. It will run `deb-get` again, and display a list of packages that can be updated.\n\nYou can also use a specific version of `deb-get` instead of the one in your current path.\n\n------------------------------------\n\n## Contributing\n\nContributions are welcome, however, some rules must be followed to prevent chaos.\n\n1. **All commits must be signed.** Although this might be seen as a barrier for contributors, it is  something that must be done only once, and that will bring value to any future contribution. \n2. **Pull requests should be named properly.** Again, what can be seen as an hindrance will, in the long run, improve the quality of the contributions, and shorten the time it takes to merge relevent pull requests.\n\n**Signing your commits**\n\nHave a look at the [github documentation](https://docs.github.com/en/authentication/managing-commit-signature-verification/signing-commits), you will find everything you need. If you use [GitKraken](https://www.gitkraken.com/) - and you should - then it will help you create your keys and set everything up for you.\n\n**Naming your pull requests**\n\nWe use the [Conventional Commits](https://www.conventionalcommits.org) specification to check that the pull request - not the individual commits - are properly named. For that, we use a GitHub action that will check the pull request automatically.\n\nExamples for valid PR titles:\n - fix: Correct typo.\n - feat: Add support for Node 12.\n - refactor!: Drop support for Node 6.\n - feat(ui): Add Button component.\n\nNote that since PR titles only have a single line, you have to use the ! syntax for breaking changes.\n\nAvailable types:\n - feat: A new feature\n - fix: A bug fix\n - docs: Documentation only changes\n - style: Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc)\n - refactor: A code change that neither fixes a bug nor adds a feature\n - perf: A code change that improves performance\n - test: Adding missing tests or correcting existing tests\n - build: Changes that affect the build system or external dependencies (example scopes: gulp, broccoli, npm)\n - chore: Other changes that don't modify src or test files\n - revert: Reverts a previous commit\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fymauray%2Fdeborah","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fymauray%2Fdeborah","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fymauray%2Fdeborah/lists"}