When trying to use the gdebi command-line to install a packages with
dependencies, I get this message:
ke...@crunchbang:~/downloads$ sudo gdebi mypaint_0.8.2-1_i386.deb
[sudo] password for astro:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Building data structures... Done
Traceback (most recent call last):
File "/usr/bin/gdebi", line 83, in <module>
if not debi.open(args[0]):
File "/usr/lib/python2.6/dist-packages/GDebi/GDebiCli.py", line 72, in open
self._deb = DebPackage(file, self._cache)
File "/usr/lib/python2.6/dist-packages/GDebi/DebPackage.py", line
32, in __init__
super(DebPackage, self).__init__(cache=cache, filename=filename)
File "/usr/lib/python2.6/dist-packages/apt/debfile.py", line 55, in __init__
self.open(filename)
File "/usr/lib/python2.6/dist-packages/apt/debfile.py", line 66, in open
self._sections = apt_pkg.TagSection(control.decode("UTF-8", 'ignore'))
UnicodeEncodeError: 'ascii' codec can't encode character u'\xfc' in
position 66: ordinal not in range(128)
This is with Gdebi 0.6.2 on Debian Squeeze.
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]