[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: How to install octave-communications in Centos 7?
From: |
Mike Miller |
Subject: |
Re: How to install octave-communications in Centos 7? |
Date: |
Tue, 12 Apr 2016 16:11:48 -0700 |
User-agent: |
Mutt/1.5.24 (2015-08-30) |
On Tue, Apr 12, 2016 at 14:05:09 -0300, Ariel Arelovich wrote:
> Hello:
>
> Where I'm working a couple of users need access to the modmap function that
> is in the octave-communications package. Unfortunately, that packages is
> not listed from the repository (epel-7). I have tried downloading a fedora
> rpm and installing it, but it did not work as the function was still
> missing (so were all other package functions).
>
> Does anyone know if it is possible (and how) to install this package on
> Centos7?
In general, if your distribution does not have a package available, or a
newer version of a package available, you can install it using Octave's
pkg command:
>> pkg install -forge communications
If you install the package as the root user, it will be installed
globally and be available for all users.
--
mike