Skip to content
Discussion options

You must be logged in to vote

Looking at the source, it means 'not installed', as a fallback to showing the package name in red:

if installed_status == "not-installed":
color = "red"
if not self.io.output.is_decorated():
# Non installed in non decorated mode
install_marker = " (!)"

See also #6330 and my related question: #7311

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by KotlinIsland
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants