Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hakerdefo/flatjak
Wee helper script that installs Flatpak with required integrations & enables the Flathub repo.
https://github.com/hakerdefo/flatjak
bash debian flathub flatpak script ubuntu
Last synced: 2 days ago
JSON representation
Wee helper script that installs Flatpak with required integrations & enables the Flathub repo.
- Host: GitHub
- URL: https://github.com/hakerdefo/flatjak
- Owner: hakerdefo
- License: cc0-1.0
- Created: 2023-06-25T18:09:58.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-07-12T17:46:24.000Z (over 1 year ago)
- Last Synced: 2024-11-17T11:19:22.137Z (2 months ago)
- Topics: bash, debian, flathub, flatpak, script, ubuntu
- Language: Shell
- Homepage: https://github.com/hakerdefo/flatjak/
- Size: 13.7 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# flatjak
## What is flatjak?
Well, as the description says, `flatjak` is a little bash script that installs **Flatpak** with necessary software center and desktop integrations & enables the all important **Flathub** repository in **Ubuntu** & its derivatives. `flatjak` should work fine on **Debian** and other **Debian** based distributions too.## Why flatjak?
All 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,
> 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.Installing 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.
## How to install and use flatjak?
It'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,```bash
sudo cp flatjak /usr/local/bin/
```And make it executable,
```bash
sudo chmod 755 /usr/local/bin/flatjak
```Using `flatjak` is even simpler, all you need to do is open a terminal emulator and run,
```bash
sudo flatjak
````flatjak` will install **Flatpak** with all the bells and whistles for you.
## Support:
If you liked `flatjak`, please consider supporting it, even the smallest contribution goes a long way. It is quick & easy via **PayPal**, **Buy Me a Coffee**, **Liberapay** or **Stripe**:
[![Support via PayPal](https://cdn.jsdelivr.net/gh/twolfson/[email protected]/dist/button.svg)](https://paypal.me/hakerdefo)
[!["Buy Me A Coffee"](https://user-images.githubusercontent.com/1376749/120938564-50c59780-c6e1-11eb-814f-22a0399623c5.png)](https://www.buymeacoffee.com/hakerdefo)
[![Support via Liberapay](https://liberapay.com/assets/widgets/donate.svg)](https://liberapay.com/hakerdefo/donate)
[**Support via Stripe**](https://buy.stripe.com/28odRcfob9or41OdQQ)
## License:
[![Public Domain Mark](http://i.creativecommons.org/p/mark/1.0/88x31.png)](http://creativecommons.org/publicdomain/mark/1.0/)
This work (flatjak, by [hakerdefo](https://github.com/hakerdefo/flatjak)), identified by [hakerdefo](https://hakerdefo.github.io), is free of known copyright restrictions.[flatjak-main]:https://github.com/hakerdefo/flatjak/archive/refs/heads/main.zip