19 | | }}} |
20 | | |
21 | | |
22 | | {{{ |
23 | | user@osgeolive:~$ sudo apt install python3-scipy |
24 | | Reading package lists... Done |
25 | | ... |
26 | | The following NEW packages will be installed: |
27 | | libboost-dev libboost1.74-dev liblbfgsb0 libopenblas-dev |
28 | | libopenblas-pthread-dev libopenblas0 libxsimd-dev python3-beniget |
29 | | python3-gast python3-ply python3-pythran python3-scipy |
30 | | 0 upgraded, 12 newly installed, 0 to remove and 112 not upgraded. |
31 | | Need to get 29.6 MB of archives. |
32 | | After this operation, 266 MB of additional disk space will be used. |
33 | | Do you want to continue? [Y/n] |
| 47 | |
| 48 | ##---------------------------------- |
| 49 | manually re-install to see depends |
| 50 | |
| 51 | {{{ |
| 52 | user@osgeolive:~$ sudo apt install python3-scipy |
| 53 | Reading package lists... Done |
| 54 | ... |
| 55 | The following NEW packages will be installed: |
| 56 | libboost-dev libboost1.74-dev liblbfgsb0 libopenblas-dev |
| 57 | libopenblas-pthread-dev libopenblas0 libxsimd-dev python3-beniget |
| 58 | python3-gast python3-ply python3-pythran python3-scipy |
| 59 | 0 upgraded, 12 newly installed, 0 to remove and 112 not upgraded. |
| 60 | Need to get 29.6 MB of archives. |
| 61 | After this operation, 266 MB of additional disk space will be used. |
| 62 | Do you want to continue? [Y/n] |
| 63 | }}} |