Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
命令 sudo apt-get install libnet1-doc 没有任何效果,有人知道这样做吗?
至少在 Debian 上,联机帮助页libnet位于libnet1-dev.
libnet
libnet1-dev
库通常被分成一个包含共享库的包(因此可执行文件取决于库可以运行)和一个包(-dev在基于 Debian 的发行版上带有后缀),其中包含头文件、静态库、libNAME.so到共享的未版本化符号链接库,即根据库构建程序可能需要什么。联机帮助页通常在后一个开发包中。
-dev
libNAME.so