When trying to install the package python3-netcdf4
, I get the error
E: Unable to locate package python3-netcdf4
I have tried to update, but the package is not found.
Where do I find it?
apt-cache policy python3-netcdf4
python3-netcdf4:
Installed: (none)
Candidate: 1.3.1-1
Version table:
1.3.1-1 500 500 us.archive.ubuntu.com/ubuntu bionic/universe amd64 Packages
sudo apt-get update
and add output ofapt-cache policy python3-netcdf4
to the question. – N0rbert Oct 05 '18 at 20:54sudo apt-get install python3-netcdf4=1.3.1-1
to the question text. – N0rbert Oct 05 '18 at 21:02apt policy
finds it, it should be found when youapt install
it. Have you re-tried? Might you have made a typo? – Zanna Oct 06 '18 at 17:34