我想在我的 Debian Jessie 上安装 Mediatomb。我到处都看到人们安装它就像
sudo apt-get install mediatomb
但显然我的/etc/apt/sources.list
.我目前的来源是:
deb http://ftp.tu-chemnitz.de/pub/linux/debian/debian/ stable main
deb-src http://ftp.tu-chemnitz.de/pub/linux/debian/debian/ stable main
deb http://security.debian.org/ stable/updates main
deb-src http://security.debian.org/ stable/updates main
deb http://ftp.tu-chemnitz.de/pub/linux/debian/debian/ stable-updates main
deb-src http://ftp.tu-chemnitz.de/pub/linux/debian/debian/ stable-updates m$
deb http://httpredir.debian.org/debian jessie main
deb-src http://httpredir.debian.org/debian jessie main
deb http://httpredir.debian.org/debian jessie-updates main
deb-src http://httpredir.debian.org/debian jessie-updates main
deb http://security.debian.org/ jessie/updates main
deb-src http://security.debian.org/ jessie/updates main
您能告诉我需要添加什么才能获得 Mediatomb 吗?
答案1
Mediatomb 没有包含在 Jessie 中,因为它存在一个巨大的安全错误,该错误没有在发布时及时修复(现在仍然没有修复,请参阅错误报告了解详情)。
如果你真的想安装的话可以添加unstable
使用适当的固定添加到源中(如果这对您来说没有任何意义,那么您可能不应该这样做),或者您可以从以下位置手动下载并安装三个必需的软件包https://packages.debian.org/sid/all/mediatomb/download,https://packages.debian.org/sid/amd64/mediatomb-common/download(假设你正在使用amd64
)和https://packages.debian.org/sid/all/mediatomb-daemon/download。