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?