[Solved] In what package is C++ library <sstream>?
Hello.
In what package is C++ library <sstream>? In other words, how to install it?
Thank you in advance.
Hello.
In what package is C++ library <sstream>? In other words, how to install it?
Thank you in advance.
There is an argument of dnf that provides the answer to such questions:
dnf whatprovides '*/sstream'
provides many answers. I pick the first one:
libstdc++-devel-5.3.1-6.fc23.i686 : Header files and libraries for C++ development
Repo : @System
and install the said library:
dnf install libstdc++-devel
Asked: 2016-05-24 07:52:31 -0600
Seen: 215 times
Last updated: Jun 05 '16