We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f70a9ec commit 29f8a72Copy full SHA for 29f8a72
articles/machine-learning/how-to-troubleshoot-environments.md
@@ -1848,7 +1848,7 @@ This issue can happen when apt-get fails to run.
1848
* Check your network connection and DNS settings
1849
* Run `apt-get check` to check for broken dependencies
1850
* Run `apt-get update` and then run your original command again
1851
-* Run the command with the `-f` flag which will try to resolve the issue coming from the broken dependencies
+* Run the command with the `-f` flag, which will try to resolve the issue coming from the broken dependencies
1852
* Run the command with `sudo` permissions, such as `sudo apt-get install <package-name>`
1853
1854
**Resources**
0 commit comments