apt icon indicating copy to clipboard operation
apt copied to clipboard

Mirror of the apt git repository - This is just a mirror of the upstream repository, please submit pull requests there: https://salsa.debian.org/apt-team/apt

Results 6 apt issues
Sort by recently updated
recently updated
newest added

There was inconsistency about `?predepends` vs `?pre-depends`, resulting in the short form not being recognised. I decided to remove the hyphen [for consistency with aptitude](https://www.debian.org/doc/manuals/aptitude/ch02s04s05.en.html#searchBrokenType). I also documented `?recommends`. see...

This helps getting std::array definition Fixes test/interactive-helper/aptwebserver.cc:36:55: error: constexpr variable cannot have non-literal type 'const std::array' constexpr std::array htmlencode = {{ Upstream-Status: Pending Signed-off-by: Khem Raj

This happens periodically when a pinned repository's keys expire, as in: https://github.com/kubernetes/release/issues/1982#issuecomment-838902947 This is a rough mock-up imagining better error reporting. In the normal case, one just has to find...

This hook can be used to update the used sources lists. Use-case: A script can be used to generate the apt sources list which will then be used by apt-get...

I think ANSI control sequences for save/restore cursor (\033[s, \033[s) should be used instead of the VT100 specific ones (\0337, \0338). Either works on xterm or gnome terminal, but the...