We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
#38 189.3 #38 189.3 WARNING: apt does not have a stable CLI interface. Use with caution in scripts. #38 189.3
This warning message is displayed when using xx-apt-get. That's because apt show is used to check if package exists:
xx-apt-get
apt show
xx/base/xx-apt
Line 21 in 3bceb46
Suggest to use apt-cache madison like https://github.com/crazy-max/goxx/blob/1e15155f1a61732cc9750826ccb372e30a188c85/rootfs/usr/local/bin/goxx-apt-get#L107
apt-cache madison
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This warning message is displayed when using
xx-apt-get
. That's becauseapt show
is used to check if package exists:xx/base/xx-apt
Line 21 in 3bceb46
Suggest to use
apt-cache madison
like https://github.com/crazy-max/goxx/blob/1e15155f1a61732cc9750826ccb372e30a188c85/rootfs/usr/local/bin/goxx-apt-get#L107The text was updated successfully, but these errors were encountered: