Questions relating to the .NET framework, its open source implementation mono and the relevant programming languages.
Questions tagged [dotnet]
105 questions
57
votes
5 answers
Is knowledge of C# of any use in a Linux system?
I know C# and I like to switch between systems and use Linux. Can I use C# to build applications that will natively work on Linux? What should I do to make use of my knowledge of C# in a Linux system?
Note that I'm specialized in Unity3D, but I…
Jacob
- 1,120
45
votes
4 answers
Can I write programs in C# on Ubuntu?
I am forced to learn and practice C#, is there any applications that support and can be used to write programs in C#?
AmirRazoR
- 3,417
31
votes
2 answers
Installing dotnet 2.0 on 64 bit machine
I have a speed-reading program I purchased with uses dotnet2. However, dotnet2 doesn't run on 64 bit wine. How would I install dotnet2?
KI4JGT
- 1,888
20
votes
1 answer
`dotnet` command not found after installing using snap
I've install .NET Core on my Ubuntu 18.04 using sudo snap install dotnet-sdk --classic, but after the install process complete, the dotnet command still not working.
Here is my console log:
long@long-ub1804:~$ sudo snap install dotnet-sdk
[sudo]…
Luke
- 605
13
votes
4 answers
How to install Monodevelop in 20.04 and get it to build something?
I am trying to setup a development machine using 20.04 and am having problems with the Monodevelop environment.
Whenever I create a solution and project it seems that it cannot find the proper build setup. I suspect there is some problem when using…
sysrpl
- 261
11
votes
2 answers
Why don't any of these methods work for installing .Net Core SDK & runtime on 22.04 (Jammy Jellyfish)?
I went to the following official Microsoft link to install .NET Core 6.x (SDK & runtime) and they would not work.
Basically, it tells you to :
wget https://packages.microsoft.com/config/ubuntu/22.04/packages-microsoft-prod.deb -O…
raddevus
- 1,998
9
votes
1 answer
Can't install dotnet45 with winetricks on Ubuntu 14.04
I'm attempting to install .Net 4.5 with winetricks as described in
https://appdb.winehq.org/objectManager.php?sClass=version&iId=25478&iTestingId=90239
I'm on Ubuntu 14.04 64 bit. I'm using Ubuntu Gnome as my desktop environment. I've searched…
Erotemic
- 475
- 1
- 6
- 19
8
votes
4 answers
dotnet-sdk-5.0 not found on Ubuntu 20.04.2 LTS
I'm currently using the net core 3.1 and want to upgrade it to 5.0. I tried following this guide from Install the .NET SDK or the .NET Runtime on Ubuntu
wget https://packages.microsoft.com/config/ubuntu/20.04/packages-microsoft-prod.deb -O…
tab87vn
- 203
- 1
- 3
- 7
7
votes
1 answer
How to enable .net framework after install the .net framework?
I am trying to install one program named TecDoc Catalog.
I am using Lubuntu 17.10 whit installed 32 bit Wine, winetricks and configured wineprefix(installed dotnet452).
When i try to run the Install.exe whit Wine it shows this error:
This…
Djugana
- 93
7
votes
2 answers
How to stop .NET Core from collecting data to protect privacy?
Today Microsoft announced that .NET Core is available for installation on various platforms. Here's the website for .NET Core
https://dot.net/core
And this is the download section for Ubuntu 14.04 LTS (Trusty) and 16.04 LTS…
Ho1
- 4,000
7
votes
4 answers
How to update .NET SDK to latest version?
Currently have the .net sdk 3.1.404 installed. There is a newer version out Download .NET Core 3.1 SDK 3.1.405.
I am trying to figure out how to upgrade this on my machine. Part of my problem is that all the documentation is on how to install .net…
DaImTo
- 175
6
votes
1 answer
How to develop for Android with Xamarin?
I want to develop applications for Android in C#. On Windows I tried Xamarin Studio and I was very happy with it. Is there a way to use Xamarin on Ubuntu?
I noticed there are Xamarin.Android binaries for Linux available on the internet, but those…
csha
- 447
- 2
- 6
- 25
5
votes
1 answer
How can I run dotnet on ubuntu without using sudo?
I've been trying to update the permissions so that I can run a command (specificially dotnet restore). I'm not sure if this issue is specific to running dotnet, or if it is more generic.
I can run the command using sudo dotnet restore, however I…
fuzzi
- 191
4
votes
1 answer
After installing .NET Core, where is the nuget binary?
I followed these steps to install the .NET Core SDK. After I installed it, I can only find the ~/.nuget directory that was created, but I cannot find the executable nuget.
But in the Microsoft docs, it says that nuget can be install in Linux.
On…
chikadance
- 234
4
votes
1 answer
How to install Dotnet 45 on Ubuntu?
Im trying to install dotnet 45 for run application in wine by this manual (https://appdb.winehq.org/objectManager.php?sClass=version&iId=25478), there is some problem:
After this command: winetricks dotnet45 corefonts
I get the Dotnet 2.0…
Argentina888
- 181