Discussion:
package installing from flatpak/flathub
Tarmo Tapio
2018-11-03 16:42:53 UTC
Permalink
Hi

I should need  octave packages (signal, control,....). How can I install
them from flatpak/flathub?

Tarmo
Tarmo Tapio
2018-11-07 15:56:23 UTC
Permalink
Is it so that nobody knows how to install signal and control packages to
octave 4.4.1 version (xubuntu 18.04.1).

Tarmo
Post by Tarmo Tapio
Hi
I should need  octave packages (signal, control,....). How can I
install them from flatpak/flathub?
Ta
Rick T
2018-11-07 16:22:45 UTC
Permalink
I use ubuntu 18.04 and the package manager has a flathub version in there
also https://flathub.org/apps/details/org.octave.Octave

then in the command window type '*pkg install -forge signal*' for the
signal package
Post by Tarmo Tapio
Is it so that nobody knows how to install signal and control packages to
octave 4.4.1 version (xubuntu 18.04.1).
Tarmo
Hi
I should need octave packages (signal, control,....). How can I
install them from flatpak/flathub?
Tarmo
Tarmo Tapio
2018-11-07 17:19:31 UTC
Permalink
Thank you Rick. I have used that flathub and same command but not work.
Maybe my mini laptop Acer Aspire one is faulty. Istalling xubuntu I got
ACPI errors but I managed to install xubuntu 18.04.1.

Tarmo
Post by Rick T
I use ubuntu 18.04 and the package manager has a flathub version in there
also https://flathub.org/apps/details/org.octave.Octave
then in the command window type '*pkg install -forge signal*' for the
signal package
Is it so that nobody knows how to install signal and control packages to
octave 4.4.1 version (xubuntu 18.04.1).
Tarmo
Hi
I should need  octave packages (signal, control,....). How can I
install them from flatpak/flathub?
Tarmo
Ardid Ramirez, Joan Salvador
2018-11-07 17:24:47 UTC
Permalink
El dimecres, 7 de novembre de 2018, a les 12:19:31 EST, Tarmo Tapio va escriure:

Thank you Rick. I have used that flathub and same command but not work.
Maybe my mini laptop Acer Aspire one is faulty. Istalling xubuntu I got
ACPI errors but I managed to install xubuntu 18.04.1.

Tarmo
Post by Rick T
I use ubuntu 18.04 and the package manager has a flathub version in there
also https://flathub.org/apps/details/org.octave.Octave
then in the command window type '*pkg install -forge signal*' for the
signal package
Is it so that nobody knows how to install signal and control packages to
octave 4.4.1 version (xubuntu 18.04.1).
Tarmo
Hi
I should need octave packages (signal, control,....). How can I
install them from flatpak/flathub?
Tarmo
It might be because you lack write access to default package folder on flatpak installation. I would suggest opening an issue at https://github.com/flathub/org.octave.Octave/issues

....
a.
Sergei Steshenko
2018-11-07 20:53:04 UTC
Permalink
On Wednesday, November 7, 2018, 7:19:18 PM GMT+2, Tarmo Tapio <***@pp.inet.fi> wrote:


Thank you Rick. I have used that flathub and same command but not work. Maybe my mini laptop Acer Aspire one is faulty. Istalling xubuntu I got ACPI errors but I managed to install xubuntu 18.04.1.

Tarmo


Rick T kirjoitti 7.11.2018 klo 18.22:


I use ubuntu 18.04 and the package manager has a flathub version in there also  https://flathub.org/apps/details/org.octave.Octave

then in the command window type 'pkg install -forge signal'  for the signal package

On Wed, Nov 7, 2018 at 10:57 AM Tarmo Tapio <***@pp.inet.fi> wrote:

Is it so that nobody knows how to install signal and control packages to
octave 4.4.1 version (xubuntu 18.04.1).

Tarmo
Hi
I should need  octave packages (signal, control,....). How can I
install them from flatpak/flathub?
Tarmo
=========================================
Flatpak is a container/isolation tool. I.e. it creates an environment for the application whose package is supposed to be built in a manner imitating absence of libraries at system level, so any needed for the application libraries won't conflict with the system ones. E.g. different from system libraries versions can be used.

Flatpak does NOT resolve the issues of the packaging system of the application for which one wants to build a package.
The fundamental problem with Octave is that its packaging system is broken. From my analysis of the Octave packaging system made several years ago the system has never been properly spec'ed/designed.
--Sergei.
John Frain
2018-11-07 23:29:42 UTC
Permalink
I have installed flatpak octave in Linux Mint 18.3 (64-bit) and have
installed several packages (other than signal and control) using the pkg
install -forge package_name formula each time. As far as I can see this
has worked exactly as it should. If I use the file browser in flatpak
octave and go to /app/share/octave/4.4.1/m the installed packages are
visible there. (This directory is visible only from within the octave
flatpak).

As far as I can see flatpak octave runs the .octaverc file as it starts.
By any chance is there any thing in that fie that might give rise to the
problem


John C Frain, Ph.D.

Economics Department 3 Aranleigh Park
Trinity College Dublin Rathfarnham
College Green Dublin 14
Dublin 2 Ireland
Ireland
www.tcd.ie/Economics/staff/frainj/home.htm
Post by Sergei Steshenko
On Wednesday, November 7, 2018, 7:19:18 PM GMT+2, Tarmo Tapio <
Thank you Rick. I have used that flathub and same command but not work.
Maybe my mini laptop Acer Aspire one is faulty. Istalling xubuntu I got
ACPI errors but I managed to install xubuntu 18.04.1.
Tarmo
I use ubuntu 18.04 and the package manager has a flathub version in there
also https://flathub.org/apps/details/org.octave.Octave
then in the command window type '*pkg install -forge signal*' for the
signal package
Is it so that nobody knows how to install signal and control packages to
octave 4.4.1 version (xubuntu 18.04.1).
Tarmo
Hi
I should need octave packages (signal, control,....). How can I
install them from flatpak/flathub?
Tarmo
=========================================
Flatpak is a container/isolation tool. I.e. it creates an environment for
the application whose package is supposed to be built in a manner imitating
absence of libraries at system level, so any needed for the application
libraries won't conflict with the system ones. E.g. different from system
libraries versions can be used.
Flatpak does NOT resolve the issues of the packaging system of the
application for which one wants to build a package.
The fundamental problem with Octave is that its packaging system is
broken. From my analysis of the Octave packaging system made several years
ago the system has never been properly spec'ed/designed.
--Sergei.
Mike Miller
2018-11-08 01:23:28 UTC
Permalink
Post by Tarmo Tapio
Thank you Rick. I have used that flathub and same command but not work.
As others suggested, please open an issue at
https://github.com/flathub/org.octave.Octave/issues if you are having a
problem installing an Octave Forge package. And please give more details
about what you tried and what the problem was.
--
mike
Loading...