As an alternative to the ASP.NET Core Runtime, you can install the .NET Core Runtime that doesn't include ASP.NET Core support: replace aspnetcore-runtime-3.1 in the command above with dotnet-runtime-3.1.. sudo apt-get install -y dotnet-runtime-3.1
Tesseract OCR: Installation and Usage on Ubuntu 16.04 sudo apt-get install tesseract-ocr-[lang] In the above command, replace "[lang]" with the language you want to download. Examples for english and french are below: sudo apt-get install tesseract-ocr-eng sudo apt-get install tesseract-ocr-fra. Usually, the tesseract comes with the english pack by default. Installing Bazel on Ubuntu - Bazel # Ubuntu 16.04 (LTS) uses OpenJDK 8 by default: sudo apt install openjdk-8-jdk # Ubuntu 18.04 (LTS) uses OpenJDK 11 by default: sudo apt install openjdk-11-jdk Using the binary installer While we generally recommend to use the apt repository, the binary installer can be useful in case you don’t have admin permissions on your machine or can
May 07, 2020
The literal source code which generated a specific binary package may be obtained using the apt-get source
May 07, 2020
Ubuntu – Details of source package apt in bionic The following binary packages are built from this source package: apt commandline package manager apt-doc documentation for APT apt-transport-https transitional package for https support apt-utils package management related utility programs libapt-inst2.0 deb package format runtime library libapt-pkg-dev development files for APT's libapt-pkg