Unable to read package metadata. This may be due to missing repodata directory. Please ensure that your install tree has been correctly generated

后端 未结 4 459
夕颜
夕颜 2021-01-02 09:34

I am new for centos installation. I downloaded a minimul version of centos 6.5, around 339.7mb of size. I am trying to install this with GUI interface but I got an error aft

相关标签:
4条回答
  • 2021-01-02 09:49

    I had exactly the same issue ; under "repodata" directory opened "repmod" xml file Searched file name within repmond xml file Found matching strings Renamed 8 files as specified in .xml file and it worked like a charm

    Thanks to "Your Friend"

    0 讨论(0)
  • 2021-01-02 09:58

    I had the same problem. Even if you manage to get past this step, you will encounter at a later point other errors related to filenames.

    The root cause was using Unetbootin to create the bootable media. I switched to Rufus and everything works fine now.

    0 讨论(0)
  • 2021-01-02 10:02

    It worked for me. I renamed all 8 files. i.e. 0e371b19e547b9d7a7e8acc4b8c0c7c074509d33653cfaef9e8f4fd1d62d95de 0e371b19e547b9d7a7e8acc4b8c0c7c074509d33653cfaef9e8f4fd1d62d95de-primary.sqlite.bz2

    The correct file name is given in file "repomd" under folder repodata example - location href="repodata/b124f0ec5323cfee56b420906a3103f0daef656dde3f7ac8220120aa7504e57a-primary.xml.gz"

    0 讨论(0)
  • 2021-01-02 10:04

    I believe that i had this same issue and was able to solve it.

    The files under the /repodata folder are missing their file extensions and are not matching their full names in the "TRANS.TBL" file, under this same dir.

    Rename all the files to match what is in the "TRANS.TBL" file, then try the install over again.

    Please let everyone know if this works for you.

    In the past i would just put a URL in that pointed to the correct files on a server, i feel that most people take this workaround and that's why it's not as hot of an item as it should be. I hope this gets fixed in the .ISO.

    Thank you,

    YourFriend

    0 讨论(0)
提交回复
热议问题