简体   繁体   English

不是来自存储库的 Ubuntu package 管理

[英]Ubuntu package management that are NOT from repository

I have a question about package management in Ubuntu.我对 Ubuntu 中的 package 管理有疑问。 I know that there exist standard repositories from which I install software in form of packages.我知道存在标准存储库,我可以从中以软件包的形式安装软件。 Suppose I want to install some software that don't exist in standard repositories.假设我想安装一些标准存储库中不存在的软件。 What should I do?我应该怎么办? Of course I want to track and manage this software as easy as software from standard repository.当然,我想像标准存储库中的软件一样轻松地跟踪和管理该软件。 What is the canonical way of managing such software on Linux, especially Ubuntu OS?在 Linux,尤其是 Ubuntu OS 上管理此类软件的规范方法是什么? Any answer would be appreciated.任何答案将不胜感激。

You can manage packages that are installed outside of the standard APT repositories, but not that easy.您可以管理安装在标准 APT 存储库之外的软件包,但这并不容易。 Packages that are installed with apt install /path/to/package-downloaded-elsewhere-but-not-from-repo.deb are not usually receive updates, so you'll only stuck with install and uninstall stuff.使用apt install /path/to/package-downloaded-elsewhere-but-not-from-repo.deb安装的软件包通常不会收到更新,因此您只会坚持安装和卸载内容。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM