When I try to run a "yum -y info installed" it lists some packages, then when it's in the Bs alphabetically it gives this error.
Traceback (most recent call last):
File "/usr/bin/yum", line 29, in <module>
yummain.main(sys.argv[1:])
File "/usr/share/yum-cli/yummain.py", line 94, in main
result, resultmsgs = base.doCommands()
File "/usr/share/yum-cli/cli.py", line 266, in doCommands
return self.yum_cli_commands[self.basecmd].doCommand(self, self.basecmd, self.extcmds)
File "/usr/share/yum-cli/yumcommands.py", line 164, in doCommand
base.listPkgs(ypl.installed, 'Installed Packages', basecmd)
File "/usr/share/yum-cli/output.py", line 102, in listPkgs
self.infoOutput(pkg)
File "/usr/share/yum-cli/output.py", line 73, in infoOutput
print _("Description:\n%s") % pkg.description.encode("UTF-8")
UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 350: ordinal not in range(128)
Anyone heard of this and fixed it? I'm using Fedora 7 with the latest updates. It's preventing me from using kyum which is far preferred over the inconvenient pirut app.