You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When multiple Apt repositories are enabled, a package can exist in several of them. To know which one should be installed, Apt assigns priorities to packages. The default is 500.
If the packages have the same priority, the package with a higher version number (most recent) wins.
If packages have different priorities, the one with the higher priority wins.
In the first block I see this line:
The tutoratial should explain what it does and why it is necessary.
The text was updated successfully, but these errors were encountered: