Skip to content

Develop on windows, install on Linux #5560

Answered by kekekeks
RachelAlcraft asked this question in Q&A
Discussion options

You must be logged in to vote
  1. dotnet publish -r linux-x64 -o path-to-output-directory
  2. copy to the target machine
  3. chmod +x YourProjectName
  4. ./YourProjectName

For properly packaging your app you can tinker with https://github.com/qmfrederik/dotnet-packaging but that requires some knowledge about deb and rpm packages.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@RachelAlcraft
Comment options

Answer selected by maxkatz6
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants