I need to install octave-octcdf
package to work with Octave. I tried, sudo apt-get install -y octave-octcdf
. But this receives an error as following;
user@PowerEdge-R540:~/user/tools$ sudo apt-get install -y octave-octcdf
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package octave-octcdf is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package 'octave-octcdf' has no installation candidate
Can anyone help to properly install octave-octcdf
package?
apt-get
commands don't apply. Ubuntu has had year only releases since 2016. – guiverc Jan 13 '21 at 08:44