Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已经修补并重新编译了一个 debian 包。默认情况下,当我升级时,apt 希望使用存储库中的相同版本来升级它。
现在,我想说服它(通过使用 apt-pinning,而不是保持)在版本相同的情况下保留本地包,并仅在远程版本较新时尝试升级。
我怎样才能做到这一点?
只需进行本地修订并升级版本,例如:
dch -v 1.0-1local1
然后固定那个版本。