我想在这里的库上进行apt-get安装:
https://packages.debian.org/testing/libdevel/liblmdb-dev
我将如何添加到sources.list文件?
我找不到一个很好的资源来解释如何做到这一点。
我试过这样的事情:
deb http://http.us.debian.org/debian testing main contrib non-free
但是,那不起作用。谢谢你的帮助。
答案 0 :(得分:0)
这一行必须在/etc/apt/sources.list。
如果您正在使用debian测试,那么apt-get update
和apt-get install yourthing
否则创建文件/etc/apt/apt.conf并输入APT::Default-Release "stable";
(如果您使用的是debian stable),然后apt-get update
和apt-get -t testing install yourthing