X-Git-Url: https://git.xandkar.net/?p=khome.git;a=blobdiff_plain;f=notes-debian.md;h=f60ea30408a88e8855efc37bf576a8d0f48f7aac;hp=e9b4b93ac90fd996889646425d42e0ac2721b357;hb=HEAD;hpb=77f014daa7d505e41acd9490188b6b5a5d981c54 diff --git a/notes-debian.md b/notes-debian.md index e9b4b93..f60ea30 100644 --- a/notes-debian.md +++ b/notes-debian.md @@ -1,3 +1,16 @@ +Package versions +---------------- + +### see available + + apt policy dotnet-sdk-3.1 # (since Buster) + apt-cache policy dotnet-sdk-3.1 + +### install specific + + apt install dotnet-sdk-3.1=3.1.100-1 + + Multiarch ---------