web-dev-qa-db-ja.com

ubuntuにlibuvをインストールする方法は?

Sudo apt-get install libuv

$ Sudo apt-get install libuv
[Sudo] username ...
It fails to find package and install.

Libuvは他のいくつかのパッケージに含まれていますか?

6
Hind Forsum

apt-cache searchを使用してパッケージを見つけることができます。たとえば、Ubuntu Yakketyでは、コマンドapt-cache search libuvは現在次を返します。

libuv0.10 - asynchronous event notification library - runtime library
libuv0.10-dbg - asynchronous event notification library - debugging symbols
libuv0.10-dev - asynchronous event notification library - development files
libuv1 - asynchronous event notification library - runtime library
libuv1-dbg - asynchronous event notification library - debugging symbols
libuv1-dev - asynchronous event notification library - development files
lua-luv - libuv bindings for lua
lua-luv-dev - libuv bindings for lua

最初にapt-get updateを実行して、パッケージキャッシュが最新であることを確認してください。

7
csm

Ubuntu14.04にlibuvをインストールします。

Sudo add-apt-repository ppa:acooks/libwebsockets6
Sudo apt-get update
Sudo apt-get install libuv1.dev
2
manish