Sudo apt-get install libuv
$ Sudo apt-get install libuv
[Sudo] username ...
It fails to find package and install.
Libuvは他のいくつかのパッケージに含まれていますか?
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
を実行して、パッケージキャッシュが最新であることを確認してください。
Ubuntu14.04にlibuvをインストールします。
Sudo add-apt-repository ppa:acooks/libwebsockets6
Sudo apt-get update
Sudo apt-get install libuv1.dev