annyoung

/usr/bin/dpkg returned an error code (1) in ubuntu 본문

운영체제

/usr/bin/dpkg returned an error code (1) in ubuntu

nopsled 2015. 8. 18. 17:31


dpkg: error processing package python-wheel (--configure):

 의존성 문제 - 설정하지 않고 남겨둠

처리하는데 오류가 발생했습니다:

 python-minimal

 python

 python-chardet

 python-colorama

 python-dev

 python-distlib

 python-six

 python-html5lib

 python-pkg-resources

 python-urllib3

 python-requests

 python-setuptools

 python-pip

 python-wheel

E: Sub-process /usr/bin/dpkg returned an error code (1) 


error occurred while installing python modules.


i solved this problem using next method.


$ cd /var/lib/dpkg/info

$ rm -rf ./python*

$ apt-get install


'운영체제' 카테고리의 다른 글

Mac high sierra apache connection refused error  (0) 2018.01.08
ssh process continuation  (0) 2015.10.10
how to resolve nokogiri 1.6.5 compile error  (0) 2015.01.24
metasploit on mac  (0) 2015.01.23
CleanMyMac2.dmg crack.  (0) 2014.05.13
Comments