{"id":42400754,"url":"https://github.com/getsolus/eopkg","last_synced_at":"2026-03-04T06:07:49.364Z","repository":{"id":39619424,"uuid":"149215664","full_name":"getsolus/eopkg","owner":"getsolus","description":"eopkg - Solus package manager implemented in python3","archived":false,"fork":false,"pushed_at":"2025-12-03T21:47:57.000Z","size":3029,"stargazers_count":15,"open_issues_count":25,"forks_count":12,"subscribers_count":12,"default_branch":"main","last_synced_at":"2025-12-07T03:33:46.295Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","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/getsolus.png","metadata":{"files":{"readme":"README.md","changelog":"ChangeLog","contributing":null,"funding":null,"license":"LICENSES/GPL-2.0-or-later.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2018-09-18T02:15:35.000Z","updated_at":"2025-12-03T21:47:55.000Z","dependencies_parsed_at":"2026-01-08T22:08:28.304Z","dependency_job_id":null,"html_url":"https://github.com/getsolus/eopkg","commit_stats":{"total_commits":188,"total_committers":24,"mean_commits":7.833333333333333,"dds":0.5904255319148937,"last_synced_commit":"3dd8c44a9662eb28ea15a5bc7a8fe18e47cccb05"},"previous_names":["getsolus/eopkg","getsolus/package-management"],"tags_count":33,"template":false,"template_full_name":null,"purl":"pkg:github/getsolus/eopkg","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/getsolus%2Feopkg","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/getsolus%2Feopkg/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/getsolus%2Feopkg/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/getsolus%2Feopkg/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/getsolus","download_url":"https://codeload.github.com/getsolus/eopkg/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/getsolus%2Feopkg/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28831250,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-27T23:29:49.665Z","status":"ssl_error","status_checked_at":"2026-01-27T23:25:58.379Z","response_time":168,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":[],"created_at":"2026-01-28T01:20:18.494Z","updated_at":"2026-01-28T01:20:18.961Z","avatar_url":"https://github.com/getsolus.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# eopkg package manager\n\nFork of the PiSi Package Manager, originally from Pardus Linux, and adapted/maintained during the lifetime of SolusOS, EvolveOS and Solus.\n\nThe python3 port is now the main development branch.\n\n## FilesDB on-disk version format 4\n\nFrom version 4.1.5, eopkg.py3/bin will be using a FILESDB_FORMAT_VERSION = 4 versioned gdbm/dbm.gnu format\n`/var/lib/eopkg/info/files.db` database, and will auto-regen its FilesDB cache if it encounters\nanything but the above.\n\nIn earlier versions, eopkg.py3 was using an unversioned gdbm/dbm.gnu format `/var/lib/eopkg/info/files.db` database.\n\nThis implies that from version 4.1.5 and forward, eopkg.py3/bin will need to be built with gdbm support, but no\nlonger needs to be built with bsddb/db5 support (for which upstream CPython support was dropped in 3.9 anyway).\n\n## Updating translations\n\nThere are two parts to updating translations: compiling the strings to be translated, and pulling the translations. Since this project has been added to the [Solus Transifex organization](https://explore.transifex.com/solus/), both parts are relatively easy.\n\nFirst, you need to have the Transifex CLI tool installed. If you do not have it installed, check out [their webpage](https://developers.transifex.com/docs/cli#installation) for instructions.\n\nTo compile the strings and push them to Transifex, run:\n\n```bash\n./update_pot.sh\ntx push -s\n```\n\nTo pull updated translations, run:\n\n```bash\ntx pull\n```\n\nWhen `eopkg` is built, the build system will then compile the translations into a format usable by Python.\n\n## eopkg venv testing\n\n### Prerequisites\n\nOn e.g. RHEL 9.x compatible distros, install the following:\n\n`sudo dnf install python3.11-pip-wheel python3.11-devel python3.11 python3.11-libs`\n\nOn other distributions, install the equivalent packages.\n\nTo build the eopkg.1 man-page, the `pandoc` executable needs to be available.\n\n### Setting up the `eopkg_venv` venv\n\n- Execute `./prepare_eopkg_venv.sh`\n- Depending on the shell you use, `source` one of `eopkg_venv/bin/activate`, `eopkg_venv/bin/activate.fish`, or `eopkg_venv/bin/activate.zsh`.\n\nNow you should be able to execute `eopkg.py3 --version` successfully, independently of whether your host system is running Solus or not.\n\n### Running commands with sudo inside the venv\n\nTo run a command with elevated privileges via sudo inside the venv, execute:\n\n    sudo -E env PATH=\"${PATH}\" \u003cthe command\u003e\n\n**Example:**\n\n    source eopkg_venv/bin/activate\n    sudo -E env PATH=\"${PATH}\" eopkg.py3 --version\n    deactivate\n\n### Building a Solus chroot using the eopkg_venv eopkg.py3 version\n\nAfter setting up and activating the venv as above, run `./build_chroot.sh` followed by `./start_systemd_nspawn.sh` (recommended) or `/start_chroot.sh`.\n\nThis will dump you to a root shell in a minimal Solus chroot.\n\n#### Exiting systemd-nspawn chroot\n\nExecute `poweroff` as root.\n\n#### Exiting non-systemd-nspawn chroot\n\nType `exit` or CTRL+D to exit the chroot.\n\nAfter exiting the chroot, you might be prompted by `sudo` to enter your user password; this is because the kernel virtual\nfilesystems that were mounted into the chroot directory need to be properly unmounted again.\n\n### Deactivating the eopkg_venv\n\nType `deactivate` to deactivate the `eopkg_venv`, after which you should be back to your normal shell session.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgetsolus%2Feopkg","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgetsolus%2Feopkg","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgetsolus%2Feopkg/lists"}