从3d-party存储库安装包

我需要从非ppa存储库安装包。 所以,通常的sudo apt-add-repository... & apt-get update并不令人担忧。

当然,我可以从这里手动下载所有必需的软件包,但我必须手动安装这些软件包并解决依赖关系。 所以,这不是解决我的问题。

如何安装此3d-party应用程序?

有趣的是,该存储库的结构重复了archievev.ubuntu.com存储库的结构。

add-apt-repository的联机帮助页说:

  REPOSITORY can be either a line that can be added directly to sources.list(5), in the form ppa:/ for adding Personal Package Archives, or a distribution component to enable. In the first form, REPOSITORY will just be appended to /etc/apt/sources.list. 

所以,我们需要使用完整的源代码行:

 sudo add-apt-repository "deb http://repos.lpm.org.ru/kumir2/ubuntu trusty universe"