Will it be soon possible to install gnome-podcasts on mobian as a .deb package? I don't like using flatpaks.
I learned I had 2 Flatpaks installed after realizing that my eMMC was almost full, the Flatpak folder alone singlehandedly filled up the entire storage with basically garbage data.
Those were the only 2 I installed from "Software Center" rather than apt, so I agree when you say you don't like using Flatpaks.
As for gnome-podcasts, you can alternatively install Git, Meson, Gstreamer, Rust, and Cargo, and then do the following:
Code: git clone https://gitlab.gnome.org/World/podcasts.git gp
cd gp
meson --prefix=/usr build
ninja -C build
sudo ninja -C build install
母語は日本語ですが、英語も喋れます(ry
11-08-2021, 02:08 AM
(This post was last modified: 11-08-2021, 02:09 AM by user641.)
(11-07-2021, 09:26 PM)ryo Wrote: I learned I had 2 Flatpaks installed after realizing that my eMMC was almost full, the Flatpak folder alone singlehandedly filled up the entire storage with basically garbage data.
Those were the only 2 I installed from "Software Center" rather than apt, so I agree when you say you don't like using Flatpaks.
As for gnome-podcasts, you can alternatively install Git, Meson, Gstreamer, Rust, and Cargo, and then do the following:
Code: git clone https://gitlab.gnome.org/World/podcasts.git gp
cd gp
meson --prefix=/usr build
ninja -C build
sudo ninja -C build install
Thanks for the help, but after the command :
Code: meson --prefix=/usr build
I get "command not found", what am I doing wrong? I installed git and meson before
(11-08-2021, 02:08 AM)user641 Wrote: (11-07-2021, 09:26 PM)ryo Wrote: I learned I had 2 Flatpaks installed after realizing that my eMMC was almost full, the Flatpak folder alone singlehandedly filled up the entire storage with basically garbage data.
Those were the only 2 I installed from "Software Center" rather than apt, so I agree when you say you don't like using Flatpaks.
As for gnome-podcasts, you can alternatively install Git, Meson, Gstreamer, Rust, and Cargo, and then do the following:
Code: git clone https://gitlab.gnome.org/World/podcasts.git gp
cd gp
meson --prefix=/usr build
ninja -C build
sudo ninja -C build install
Thanks for the help, but after the command :
Code: meson --prefix=/usr build
I get "command not found", what am I doing wrong? I installed git and meson before
Did you install Meson through Pip or Apt?
Other than for making a some modifications in Phosh, I never really used Meson myself, so I can't really assist on that one.
母語は日本語ですが、英語も喋れます(ry
(11-08-2021, 04:48 AM)ryo Wrote: (11-08-2021, 02:08 AM)user641 Wrote: (11-07-2021, 09:26 PM)ryo Wrote: I learned I had 2 Flatpaks installed after realizing that my eMMC was almost full, the Flatpak folder alone singlehandedly filled up the entire storage with basically garbage data.
Those were the only 2 I installed from "Software Center" rather than apt, so I agree when you say you don't like using Flatpaks.
As for gnome-podcasts, you can alternatively install Git, Meson, Gstreamer, Rust, and Cargo, and then do the following:
Code: git clone https://gitlab.gnome.org/World/podcasts.git gp
cd gp
meson --prefix=/usr build
ninja -C build
sudo ninja -C build install
Thanks for the help, but after the command :
Code: meson --prefix=/usr build
I get "command not found", what am I doing wrong? I installed git and meson before
Did you install Meson through Pip or Apt?
Other than for making a some modifications in Phosh, I never really used Meson myself, so I can't really assist on that one. Through apt, np thanks anyway for the intention to help. "arigato"
|