-
Notifications
You must be signed in to change notification settings - Fork 104
New issue
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
fixed incorrect apt-get invocation in upgrade manuals #428
Conversation
@ugenk I think the proper way is to |
nope, you can check the man page, and also actual results (see the list of the packages going to be upgraded):
|
actually, the best solution would be to merge both packages to one command, and specify their versions, like
|
@ugenk not |
again nope, |
In upgrade manuals, in all debian/ubuntu examples there is incorrect apt-get command used.
apt-get upgrade
by itself does not requires any parameters.Upgrade of particular package is done by
apt-get install package-name
📚 Documentation preview 📚: https://cloudstack-documentation--428.org.readthedocs.build/en/428/