{"id":19009280,"url":"https://github.com/donyaos/packagemanager","last_synced_at":"2025-04-22T22:48:03.937Z","repository":{"id":49965730,"uuid":"287545340","full_name":"DonyaOS/PackageManager","owner":"DonyaOS","description":" Donya Package Manager/System ","archived":false,"fork":false,"pushed_at":"2022-10-03T21:22:43.000Z","size":57,"stargazers_count":16,"open_issues_count":4,"forks_count":6,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-17T14:37:11.297Z","etag":null,"topics":["donya","donya-os","donyaos","hacktoberfest","package-manager","package-manager-tool","package-managers","package-system","superdonya"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/DonyaOS.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-08-14T13:57:03.000Z","updated_at":"2024-10-30T22:39:06.000Z","dependencies_parsed_at":"2023-01-19T04:45:23.068Z","dependency_job_id":null,"html_url":"https://github.com/DonyaOS/PackageManager","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DonyaOS%2FPackageManager","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DonyaOS%2FPackageManager/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DonyaOS%2FPackageManager/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DonyaOS%2FPackageManager/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DonyaOS","download_url":"https://codeload.github.com/DonyaOS/PackageManager/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250337909,"owners_count":21414102,"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":["donya","donya-os","donyaos","hacktoberfest","package-manager","package-manager-tool","package-managers","package-system","superdonya"],"created_at":"2024-11-08T19:07:19.164Z","updated_at":"2025-04-22T22:48:03.922Z","avatar_url":"https://github.com/DonyaOS.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Donya Package Manager\n\u003c!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section --\u003e\n[![All Contributors](https://img.shields.io/badge/all_contributors-6-orange.svg?style=flat-square)](#contributors-)\n\u003c!-- ALL-CONTRIBUTORS-BADGE:END --\u003e\n\n[![MIT License](https://img.shields.io/github/license/DonyaOS/PackageManager?color=brightgreen\u0026style=flat-square)](LICENSE)\n[![GitHub Linter Workflow Status](https://img.shields.io/github/workflow/status/DonyaOS/PackageManager/Lint?label=Linter\u0026logo=github\u0026style=flat-square)](#donya-package-manager)\n[![IRC chat on freenode](https://img.shields.io/badge/IRC%20chat%20on%20freenode-%23DonyaOS-brightgreen?style=flat-square)](#donya-package-manager)\n[![Drone (cloud) with branch](https://img.shields.io/drone/build/DonyaOS/PackageManager/master?logo=drone\u0026style=flat-square)](https://cloud.drone.io/DonyaOS/PackageManager)\n\n- [Donya or d](#donya-or-d)\n- [Donya Package Manager Commands](#donya-package-manager-commands)\n  - [install or `i`](#install-or-i)\n  - [search or `s`](#search-or-s)\n  - [remove or `r`](#remove-or-r)\n  - [list or `l`](#list-or-l)\n- [Contribution to Donya Package Manager](#contribution-to-donya-package-manager)\n- [License](#license)\n\nDonya Package System\n\n![Donya Package System](https://user-images.githubusercontent.com/2658040/91432025-65355380-e876-11ea-8b4c-400b0aa77a4d.jpg)\n\n## Donya or d\n\nWe will set `d` as an alias of `donya` later.\n\n```\n./donya install php ; install php version 7.1\n./donya i php ; install php version 7.1\n\n./donya i php7.4 ; install php version 7.4\n./donya i gcc ; install gcc\n\n./donya s php ; search all package with php prefix\n./donya search php ; search all package with php prefix\n\n./donya r php ; remove php package\n./donya remove php ; remove php package\n\n./donya r php* ; remove all php prefix package\n\n./donya i php* ; install all php prefix package\n```\n\n## Compiling Donya Package Manager\n\n```\n$ go get github.com/DonyaOS/PackageManager\n$ cd $(go env GOPATH)/src/github.com/DonyaOS/PackageManager\n$ go build\n$ ./PackageManager\n```\n\n## Donya Package Manager Commands\n\n#### install or `i`\n\n#### search or `s`\n\n#### remove or `r`\n\n#### list or `l`\n\n`./donya list` : List of all installed packages\n\n`./donya list all` : List of all packages available in the repository\n\n-----------\n\n## Contribution to Donya Package Manager\n\nPlease make sure to read the [Contributing Guide](CONTRIBUTING.md) before making a pull request. If you have a Donya-related project/feature/tool, add it with a pull request to this curated list!\n\nThank you to all the people who already contributed to DonyaOS!\n\n## License\n\n[MIT License](LICENSE)\n\n## Install on debian chroot environment\n\n1. Create a simple chroot in Debian based distro\n[Create Debian chroot](https://gist.github.com/esmaeelE/ab35177313793d342174c28ff4bcbc07)\n\n2. Activate chroot environment\n\n3. Download and install Go inside chroot env\n\n[Official download link](https://golang.org/dl/)\n\nextract downloaded package and place under `/usr/local`\n\n`tar -C /usr/local -xzvf go1.13.linux-amd64.tar.gz`\n\nChange name of package `go1.13.linux-amd64.tar.gz` as it changes version.\n\nOnce the file is extracted, edit the `$PATH` environment variable so that the system knows where the Go executable binaries are located. You can do this either by appending the following line to the /etc/profile file (for a system-wide installation) or to the `$HOME/.profile` file (for a current user installation):`~/.profile`\n\n`export PATH=$PATH:/usr/local/go/bin`\n\nSave the file, and apply the new PATH environment variable to the current shell session by typing:\n\n`source ~/.profile`\n\nTo verify that Go has been successfully installed run the following command which will print the Go version:\n\n`go version`\n\n[Original Resource](https://linuxize.com/post/how-to-install-go-on-debian-10/)\n\n## Contributors ✨\n\nThanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):\n\n\u003c!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section --\u003e\n\u003c!-- prettier-ignore-start --\u003e\n\u003c!-- markdownlint-disable --\u003e\n\u003ctable\u003e\n  \u003ctr\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://maxbase.org/\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/2658040?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eMax Base\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/DonyaOS/PackageManager/commits?author=BaseMax\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/jbampton\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/418747?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eJohn Bampton\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/DonyaOS/PackageManager/commits?author=jbampton\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://1995parham.me\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/8181240?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eParham Alvani\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/DonyaOS/PackageManager/commits?author=1995parham\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/esmaeelE\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/22000310?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eEEC\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/DonyaOS/PackageManager/commits?author=esmaeelE\" title=\"Documentation\"\u003e📖\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"http://amir-shiati.github.io/\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/47950086?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eAmir\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/DonyaOS/PackageManager/commits?author=amir-shiati\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://allcontributors.org\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/46410174?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eAll Contributors\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/DonyaOS/PackageManager/commits?author=all-contributors\" title=\"Documentation\"\u003e📖\u003c/a\u003e\u003c/td\u003e\n  \u003c/tr\u003e\n\u003c/table\u003e\n\n\u003c!-- markdownlint-restore --\u003e\n\u003c!-- prettier-ignore-end --\u003e\n\n\u003c!-- ALL-CONTRIBUTORS-LIST:END --\u003e\n\nThis project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdonyaos%2Fpackagemanager","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdonyaos%2Fpackagemanager","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdonyaos%2Fpackagemanager/lists"}