{"id":20765779,"url":"https://github.com/hakerdefo/flatjak","last_synced_at":"2026-05-08T03:04:23.435Z","repository":{"id":176549477,"uuid":"658431271","full_name":"hakerdefo/flatjak","owner":"hakerdefo","description":"Wee helper script that installs Flatpak with required integrations \u0026 enables the Flathub repo.","archived":false,"fork":false,"pushed_at":"2023-07-12T17:46:24.000Z","size":14,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-11T18:53:57.227Z","etag":null,"topics":["bash","debian","flathub","flatpak","script","ubuntu"],"latest_commit_sha":null,"homepage":"https://github.com/hakerdefo/flatjak/","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"cc0-1.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hakerdefo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-06-25T18:09:58.000Z","updated_at":"2024-12-19T05:55:09.000Z","dependencies_parsed_at":null,"dependency_job_id":"4a7f17cf-0535-44c4-ba92-0d4e90adb29a","html_url":"https://github.com/hakerdefo/flatjak","commit_stats":null,"previous_names":["hakerdefo/flatjak"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/hakerdefo/flatjak","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hakerdefo%2Fflatjak","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hakerdefo%2Fflatjak/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hakerdefo%2Fflatjak/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hakerdefo%2Fflatjak/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hakerdefo","download_url":"https://codeload.github.com/hakerdefo/flatjak/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hakerdefo%2Fflatjak/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32764771,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-08T02:36:36.067Z","status":"ssl_error","status_checked_at":"2026-05-08T02:36:07.210Z","response_time":54,"last_error":"SSL_read: 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":["bash","debian","flathub","flatpak","script","ubuntu"],"created_at":"2024-11-17T11:18:52.137Z","updated_at":"2026-05-08T03:04:23.386Z","avatar_url":"https://github.com/hakerdefo.png","language":"Shell","funding_links":["https://paypal.me/hakerdefo","https://www.buymeacoffee.com/hakerdefo","https://liberapay.com/hakerdefo/donate"],"categories":[],"sub_categories":[],"readme":"# flatjak\n\n## What is flatjak?\nWell, as the description says, `flatjak` is a little bash script that installs **Flatpak** with necessary software center and desktop integrations \u0026 enables the all important **Flathub** repository in **Ubuntu** \u0026 its derivatives. `flatjak` should work fine on **Debian** and other **Debian** based distributions too.    \n\n## Why flatjak?\nAll official flavors of **Ubuntu** will stop including **Flatpak** by default from version **23.04** (**Lunar Lobster**) onward. Here is an excerpt from Canonical's announcement on this subject,  \n\u003e As part of our combined efforts, the Ubuntu flavors have made a joint decision to adjust some of the default packages on Ubuntu: Going forward, the Flatpak package as well as the packages to integrate Flatpak into the respective software center will no longer be installed by default in the next release due in April 2023, Lunar Lobster.  \n\nInstalling the **flatpak** package in any **Ubuntu** based distribution is relatively straight forward but installing **Flatpak** with necessary **software center** and **desktop** integrations can be tricky for many users. `flatjak` makes this task as easy as possible, even for new users. `flatjak` also enables the all important **Flathub** repository.  \n\n## How to install and use flatjak?  \nIt's easy-peasy to install `flatjak`. Just download the [flatjak-main] zip, extract its contents and copy the file `flatjak` to **/usr/local/bin/** directory,  \n\n```bash\nsudo cp flatjak /usr/local/bin/\n```\n\nAnd make it executable,  \n\n```bash\nsudo chmod 755 /usr/local/bin/flatjak\n```\n\nUsing `flatjak` is even simpler, all you need to do is open a terminal emulator and run,  \n\n```bash\nsudo flatjak\n```\n\n`flatjak` will install **Flatpak** with all the bells and whistles for you.  \n\n## Support:\n\nIf you liked `flatjak`, please consider supporting it, even the smallest contribution goes a long way. It is quick \u0026 easy via **PayPal**, **Buy Me a Coffee**, **Liberapay** or **Stripe**:  \n\n[![Support via PayPal](https://cdn.jsdelivr.net/gh/twolfson/paypal-github-button@1.0.0/dist/button.svg)](https://paypal.me/hakerdefo)  \n\n[![\"Buy Me A Coffee\"](https://user-images.githubusercontent.com/1376749/120938564-50c59780-c6e1-11eb-814f-22a0399623c5.png)](https://www.buymeacoffee.com/hakerdefo)  \n\n[![Support via Liberapay](https://liberapay.com/assets/widgets/donate.svg)](https://liberapay.com/hakerdefo/donate)  \n\n[**Support via Stripe**](https://buy.stripe.com/28odRcfob9or41OdQQ)\n\n## License:\n\n[![Public Domain Mark](http://i.creativecommons.org/p/mark/1.0/88x31.png)](http://creativecommons.org/publicdomain/mark/1.0/)  \nThis work (\u003cspan property=\"dct:title\"\u003eflatjak\u003c/span\u003e, by [\u003cspan property=\"dct:title\"\u003ehakerdefo\u003c/span\u003e](https://github.com/hakerdefo/flatjak)), identified by [\u003cspan property=\"dct:title\"\u003ehakerdefo\u003c/span\u003e](https://hakerdefo.github.io), is free of known copyright restrictions.  \n\n[flatjak-main]:https://github.com/hakerdefo/flatjak/archive/refs/heads/main.zip  \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhakerdefo%2Fflatjak","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhakerdefo%2Fflatjak","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhakerdefo%2Fflatjak/lists"}