osx - Homebrew: dpkg is not configured to install software -


after running brew install dpkg, dpkg installed; but, homebrew says below, cannot install or uninstall software.

==> caveats installation of dpkg not configured install software, commands such `dpkg -i`, `dpkg --configure` fail. 

full installation output:

macbook-air:~ james$ brew install dpkg ==> installing dependencies dpkg: gnu-tar, xz ==> installing dpkg dependency: gnu-tar ==> downloading https://homebrew.bintray.com/bottles/gnu-tar-1.28.yosemite.bottle.2.tar.gz ######################################################################## 100.0% ==> pouring gnu-tar-1.28.yosemite.bottle.2.tar.gz ==> caveats gnu-tar has been installed "gtar".  if need use "tar", can add "gnubin" directory path bashrc like:      path="/usr/local/opt/gnu-tar/libexec/gnubin:$path" ==> summary 🍺  /usr/local/cellar/gnu-tar/1.28: 13 files, 1.6m ==> installing dpkg dependency: xz ==> downloading https://homebrew.bintray.com/bottles/xz-5.2.1.yosemite.bottle.tar.gz ######################################################################## 100.0% ==> pouring xz-5.2.1.yosemite.bottle.tar.gz 🍺  /usr/local/cellar/xz/5.2.1: 59 files, 1.7m ==> installing dpkg ==> downloading https://homebrew.bintray.com/bottles/dpkg-1.17.25_1.yosemite.bottle.tar.gz ######################################################################## 100.0% ==> pouring dpkg-1.17.25_1.yosemite.bottle.tar.gz ==> caveats installation of dpkg not configured install software, commands such `dpkg -i`, `dpkg --configure` fail. ==> summary 🍺  /usr/local/cellar/dpkg/1.17.25_1: 246 files, 5.3m 


Comments

Popular posts from this blog

node.js - Using Node without global install -

How to access a php class file from PHPFox framework into javascript code written in simple HTML file? -

java - Null response to php query in android, even though php works properly -