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
Postar um comentário