linux - Using gflags library in ubuntu -


i having problem installing gflags. if use apt-get written in (https://github.com/gflags/gflags/blob/master/install.md) following error

sudo apt-get install gflags reading package lists... done building dependency tree         reading state information... done e: unable locate package gflags 

how can install gflags?

on ubuntu or debian machine can related packages doing this:

$ apt-cache search gflags 

output on machine (ubuntu 14.04):

libgflags-dev - commandline flags module c++ (development files)

libgflags-doc - documentation of gflags

libgflags2 - commandline flags module c++ (shared library)

python-gflags - python implementation of google command line flags module

python-google-apputils - google application utilities python

so, presume install using it's full name this:

$ sudo apt-get install libgflags2 libgflags-dev 

Comments

Popular posts from this blog

Magento/PHP - Get phones on all members in a customer group -

php - .htaccess mod_rewrite for dynamic url which has domain names -

Website Login Issue developed in magento -