#How Install Libaries
46 messages ยท Page 1 of 1 (latest)
some people use vcpkg for c++
vcpkg product homepage for C and C++ developers. Download, build, and manage C and C++ libraries for all platforms, buildsystems, and workflows.
you can use vcpkg install <libname> then
smartest discord . gg/cpp member
Ask chrome nicely
๐
Why not internet explorer ๐ญ
Use๐ง
Then you write some command install lib-name
That's all I know ๐ญ
Since i use ๐ช
Wait i installed wsl today 
apt install 
nice
why?
i just dislike it's interface
i remember even checking if a package was installed is a pain the ass
Ye ๐ญ different package managers for different distros ๐ญ
Why did they name it apt ๐ญ
while with pacman you can just pacman -Qs <pacakge-name>
and it also works as a search engine
pacman -Ss <search-term>
is there to recursively uninstall undeeded packages?
i find apt install more clear
like pacman -Rns <package-name>?
what do you consider as a recursively uninstall?
A depends on B and C, so when you install A, B and C are installed as well
therefore, when you remove A, B and C should also be removed, provided no other package depends on them
i don't remember if apt does this
sorry for pinging i forgot that you wanted to sleep ๐ญ
I thought he slept already ๐ญ
i think apt purge does that?
same
install reasons?
like this case
A is installed explicitly, while B and C only as dependencies
its supposed to be std::cout << "wrong\n";
std:cout << Thank