From: Siraaj Khandkar Date: Tue, 27 Oct 2020 19:32:41 +0000 (-0400) Subject: Note on installing specific deb pkg versions X-Git-Url: https://git.xandkar.net/?p=khome.git;a=commitdiff_plain;h=f3d6e568bf6bd1650b069d9c3eb20b92a56f2c0e Note on installing specific deb pkg versions --- 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 ---------