Closed Al2Klimov closed 1 year ago
Ex. for 86814d9, don't ask me or the internet why that even worked before.
root@58142e2bc807:/# apt-get install libboost-context1.74
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Note, selecting 'libboost-context1.74-dev' for regex 'libboost-context1.74'
Note, selecting 'libboost-context1.74.0' for regex 'libboost-context1.74'
This answers how, but now why.
Isn't "because libboost-context1.74
is interpreted as a regex and thus installed the actually needed package libboost-context1.74.0
(among others)" also an answer to why it worked?
Well, it works now #85 as should, that's all I want.
CC @martialblog
Commit messages and diff(s) should be self-explanatory.
Ex. for 86814d911d423fc399f9956723dd550b1cd1c345, don't ask me or the internet why that even worked before.