SparkyLinux Forums

Software & hardware support => Applications => Topic started by: nom001 on August 17, 2019, 09:39:15 PM

Title: Flat pack - how to install?
Post by: nom001 on August 17, 2019, 09:39:15 PM
Hi all,

Maybe its been asked before but searching the forum gives me 1001 replies on my search which does not contain the right answer/solution.

My question is, how do i install Flatpack and have it visible in the main menu structure as a link/starter ( if possible)?

Many thanks in advance!
Title: Re: Flat pack - how to install?
Post by: kanliot on August 18, 2019, 03:22:49 AM
Use this instruction, https://flatpak.org/setup/Debian/ skip the step for GNOME unless you've installed GNOME on sparky, (nobody does this)

I'm assuming you don't want to install the software center plugin, so you will open a command line.

browse to https://flathub.org/apps/details/org.gnome.FeedReader

copy the link from the install button by right-clicking and put the url on the clipboard

open the terminal and download the url with wget

wget https://flathub.org/repo/appstream/org.gnome.FeedReader.flatpakref


install the flatpak repo, (type y when it asks you)

flatpak install org.gnome.FeedReader.flatpakref


The menu item should have installed, check by looking in "Internet" in the start menu.  If not, move it to the proper place with pcmanfm.
Please let me know if this works.
Title: Re: Flat pack - how to install?
Post by: Crippled on August 24, 2019, 08:46:53 PM
Quote from: kanliot on August 18, 2019, 03:22:49 AM
Use this instruction, https://flatpak.org/setup/Debian/ skip the step for GNOME unless you've installed GNOME on sparky, (nobody does this)

I'm assuming you don't want to install the software center plugin, so you will open a command line.

browse to https://flathub.org/apps/details/org.gnome.FeedReader

copy the link from the install button by right-clicking and put the url on the clipboard

open the terminal and download the url with wget

wget https://flathub.org/repo/appstream/org.gnome.FeedReader.flatpakref


install the flatpak repo, (type y when it asks you)

flatpak install org.gnome.FeedReader.flatpakref


The menu item should have installed, check by looking in "Internet" in the start menu.  If not, move it to the proper place with pcmanfm.
Please let me know if this works.
That doesn't work. It says it installs but it's nowhere to be found even though I rebooted. The only thing that can be found is a useless feed reader. No Flatpaks. Edit: It doesn't matter since Flatpak doesn't have the regular version of Firefox which is the only reason why I was intested into Flatpak.
Title: Re: Flat pack - how to install?
Post by: kanliot on August 28, 2019, 06:47:33 PM
Ok, sorry it did not work.  What desktop (DE) did it not work on?  Can you mark this thread as [Nevermind] since we're moving on?
Title: Re: Flat pack - how to install?
Post by: nom001 on August 29, 2019, 12:20:32 AM
When following your instruction, do i install some feedreader or do i install the Flatpack application with software centre plugin?? I don't want to install some useless feedreader i never use.....
Title: Re: Flat pack - how to install?
Post by: kanliot on August 30, 2019, 12:24:19 AM
It should just be one command at the command line

flatpak install X


Where X is the software you want.   And this is after the flatpak package was installed from Debian.

There doesn't seem to be a Debian GUI application to install flatpak software outside of GNOME.   I could recommend a GUI application to do this, but you should probably get flatpak installs working first.