OSError: [Errno 2] A file or directory in the path name does not exist.: '//var/lib/rpm/Packages'

When try to use yum on AIX you may face the following error:

To fix, just create the needed file with touch command:

root@server::/var/lib/rpm> ls -ltra /var/lib/rpm/Packages
ls: 0653-341 The file /var/lib/rpm/Packages does not exist.
root@server::/var/lib/rpm> touch /var/lib/rpm/Packages






    

Comentários

Postagens mais visitadas deste blog

Transformando o Linksys WRT54G2 V1 em bridge, repetidor

Recuperando partições deletadas

How to install YUM and other rpm packages on VIOs and AIX manually