🐧Linux
How to install RuntimeTrim on Linux
There are two ways to install RuntimeTrim on Linux:
The PPA method (for Ubuntu users)
Ubuntu users running on an AMD64 or an ARM64 system can install this application using our PPA.
Open the terminal emulator
Execute the following commands:
The manual method
To install RuntimeTrim on Linux, the steps are fairly simple. Just follow the instructions outlined below.
Please note that you need to be on a system running a supported Linux distribution and containing an installation of the .NET runtime.
Download the rar file from the latest version from this page.
Use an archive extracting tool to extract the binaries to any folder you like.
Open a terminal emulator, change the working directory to the folder that contains the binaries (for example, the
cd
command), and execute "dotnet RuntimeTrim.dll
".
Last updated