How to Install cli-common-dev in Ubuntu 18.04



Install cli-common-dev by entering the following commands in the terminal:

sudo apt update
sudo apt install cli-common-dev

Description:

common files for building CLI packages

This package must be installed if a CLI (Common Language Infrastructure) packaging environment is desired. . It includes debhelper scripts for managing automatic dependency tracking between native libraries, CLI libraries and CLI applications: * dh_clideps to generate cli:Depends information for debian/control * dh_makeclilibs to create clilibs files that are needed/used by dh_clideps * dh_installcligac to register assemblies to be late installed into a GAC * dh_cligacpolicy to create and install the policy files into a GAC * dh_clifixperms to fix permissions of files in CLI package build directories * dh_clistrip to strip CLI debug symbols from package build directories

Homepage: http://alioth.debian.org/projects/pkg-cli-common/

Version: 0.9+nmu1

Section: universe/interpreters