Hello,
I have installed Kubuntu 7.10 and all is well with that
I have downloaded the CD .iso files and when I mount the .iso and try to install the .deb file for the first CD, I get this error, and I can't seem to fix it. Any suggestions?
mce/mnt$ sudo smart install -y mce-installer_2.0.1-1_i386.deb mce
Loading cache...
Traceback (most recent call last):
( 0%)
File "/usr/bin/smart", line 194, in <module>
main(sys.argv[1:])
File "/usr/bin/smart", line 167, in main
exitcode = iface.run(opts.command, opts.argv)
File "/usr/lib/python2.5/site-packages/smart/interface.py", line 53, in run
result = _command.main(self._ctrl, opts)
File "/usr/lib/python2.5/site-packages/smart/commands/install.py",
line 103, in main
ctrl.reloadChannels()
File "/usr/lib/python2.5/site-packages/smart/control.py", line 375,
in reloadChannels
self._cache.load()
File "/usr/lib/python2.5/site-packages/smart/backends/deb/loader.py",
line 130, in load
for section, offset in self.getSections(prog):
File "/usr/lib/python2.5/site-packages/smart/backends/deb/loader.py",
line 319, in getSections
control = getControl(filepath)
File "/usr/lib/python2.5/site-packages/smart/backends/deb/loader.py",
line 385, in getControl
control = TarFile.gzopen("", fileobj=sio).extractfile("control")
File "/usr/lib/python2.5/tarfile.py", line 1585, in extractfile
tarinfo = self.getmember(member)
File "/usr/lib/python2.5/tarfile.py", line 1272, in getmember
raise KeyError("filename %r not found" % name)
KeyError: "filename 'control' not found"