Today when i use Add/Remove Software to install the KDE Development tools I use my DVD to install it First ,I create a new repos file in dirctory:/etc/yum.repos.d/ and named local.repo the content is: [local_DVD] baseurl=file:///DVD enable=1 comment:I extract the iso files to /DVD directory
and change fedora-updates.repo file section item "enable" to 0 then i run this as root: ############################################ .. Transaction Summary ============================================================================= Install 38 Package(s) Update 0 Package(s) Remove 0 Package(s)
Total download size: 91 M Is this ok [y/N]: y Downloading Packages: 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 172, in main base.doTransaction() File "/usr/share/yum-cli/cli.py", line 302, in doTransaction problems = self.downloadPkgs(downloadpkgs) File "/usr/lib/python2.5/site-packages/yum/__init__.py", line 798, in downloadPkgs remote_pkgs.sort(mediasort) File "/usr/lib/python2.5/site-packages/yum/__init__.py", line 747, in mediasort a = a.getDiscNum() File "/usr/lib/python2.5/site-packages/yum/packages.py", line 485, in getDiscNum return int(fragid) ValueError: invalid literal for int() with base 10: ''
############################################
All of the 38 packages 's Repository is local_DVD How can i sovle this problem Thanks
unknown_yshsa wrote:
############################################
All of the 38 packages 's Repository is local_DVD How can i sovle this problem
File a bug report in http://bugzilla.redhat.com
Rahul