Minix pkgin error

人盡茶涼 提交于 2019-12-02 06:48:35

问题


Hi I am working on Minix. I installed it on VirtualBox.

Now I want to install to Minix some programs like vim, bash etc. However I've gor an error like below:

pkgin: Can't open database /usr/var/db/pkgin/pkgin.db: unable to open database file: No such file or directory.

I am searching on net but I couldnt find any useful link or sth.

How can I get over this issue?


回答1:


Maybe you should remove the installation disk from VirtualBox after setup and shutdown. I had this problem and solve it by this way.




回答2:


I had the same problem with a local zone in Openindiana 151a8. Try this:

root@server:~# mkdir -p /var/db/pkgin
root@server:~# pkgin update


来源:https://stackoverflow.com/questions/19459372/minix-pkgin-error

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!