E: Unable to locate package libhdf5-103 - raspberry-pi

When I run:
sudo apt-get install libhdf5-dev libhdf5-serial-dev libhdf5-103
The following appears:
Building dependency tree
Reading state information… Done
E: Unable to locate package libhdf5-103```
Am I writing wrong the command? Or missing an installation?

Related

How to install postgreSQL 10.15 version on ubuntu 20.04

I want to install PostgreSQL 10.15 version on my ubuntu device,
referred below link and tried installing the same but it shows error:
https://www.postgresql.org/download/linux/ubuntu/
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package postgresql-10.15
E: Couldn't find any package by glob 'postgresql-10.15'
E: Couldn't find any package by regex 'postgresql-10.15'
for below command
sudo apt-get -y install postgresql-10.15
or for below command
sudo apt-get -y install postgresql=10.15
i get below error
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Version '10.15' for 'postgresql' was not found

ns-3 installation in linux mint 20 error in installing python-pygraphviz,python-kiwi,python-pygoocanvas,libgoocanvas-dev

I am in trouble currently I am trying to install ns-3 network simulator in Linux mint 20 . My Laptop configuration is ASUS-Laptop-X407UA 64bit core i5
I am trying to follow these instructions https://www.nsnam.org/wiki/Installation#Ubuntu.2FDebian.2FMint
to follow this I have trouble in this phase
apt install python-pygraphviz python-kiwi python-pygoocanvas libgoocanvas-dev ipython
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package ipython 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: Unable to locate package python-pygraphviz
E: Unable to locate package python-kiwi
E: Unable to locate package python-pygoocanvas
E: Unable to locate package libgoocanvas-dev
E: Package 'ipython' has no installation candidate
what can I do please suggest me something.
Thanks in advance.

Unable to locate package postgresql "version"

I'm having this problem while installing postgres version 11.5 on Linux Mint 19.3
sudo apt-get -y install postgresql-11.5
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package postgresql-11.5
E: Couldn't find any package by glob 'postgresql-11.5'
E: Couldn't find any package by regex 'postgresql-11.5'

Cygwin install from cmd find a package for liblapack0

After seeing the method of this post, I was trying to install liblapack0 in cygwin from the command line:
setup-x86.exe ^
--quiet-mode ^
--packages ^
liblapack0
But it seems it does not work. While I can see liblapack0 in the GUI of cygwin. Even, in ubuntu via apt-get, I cannot install it:
$ sudo apt-get install liblapack0
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package liblapack0
My question is that if I have the name of an item in cygwin GUI, how can I find its related package?

Unable to install cfdisk

Following this guide but unable to install cfdisk.
sudo apt-get install cfdisk
returns
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package cfdisk
RPi Model B, running Raspbian
This is because the cfdisk utility is not shipped in a cfdisk package but in the util-linux package.
aptitude install util-linux