@natep Then please send me your email address you use on your account here.
Search Criteria
Package Details: dotnet-host-bin 9.0.0.sdk100-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/dotnet-core-bin.git (read-only, click to copy) |
---|---|
Package Base: | dotnet-core-bin |
Description: | A generic driver for the .NET Core Command Line Interface (binary) |
Upstream URL: | https://www.microsoft.com/net/core |
Keywords: | .net dotnet microsoft |
Licenses: | MIT |
Conflicts: | dotnet-host |
Provides: | dotnet-host |
Submitter: | Gr3q |
Maintainer: | Gr3q (natep) |
Last Packager: | Gr3q |
Votes: | 43 |
Popularity: | 1.60 |
First Submitted: | 2019-10-02 17:13 (UTC) |
Last Updated: | 2024-11-13 09:45 (UTC) |
Dependencies (2)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR, glibc-eac-rocoAUR)
Required by (33)
- airisp-git (requires dotnet-host) (make)
- am2rlauncher (requires dotnet-host)
- am2rlauncher-git (requires dotnet-host)
- bbprog-git (requires dotnet-host) (make)
- ckan (requires dotnet-host) (make)
- cpp2il-dev-git (requires dotnet-host) (make)
- cpp2il-git (requires dotnet-host) (make)
- discordrichpresencepresets-git (requires dotnet-host)
- dotnet-runtime-2.1 (requires dotnet-host)
- dotnet-runtime-2.2 (requires dotnet-host)
- dotnet-runtime-3.0 (requires dotnet-host)
- dotnet-runtime-3.1-bin (requires dotnet-host)
- dotnet-runtime-5.0-bin (requires dotnet-host)
- dotnet-runtime-6.0-bin (requires dotnet-host)
- dotnet-runtime-7.0-bin (requires dotnet-host)
- dotnet-runtime-8.0-bin (requires dotnet-host)
- dotnet-runtime-bin (requires dotnet-host)
- dotnet-runtime-preview-bin (requires dotnet-host)
- dug-git (requires dotnet-host) (make)
- fsharp-language-server (requires dotnet-host)
- Show 13 more...
Sources (4)
- dotnet.sh
- https://download.visualstudio.microsoft.com/download/pr/308f16a9-2ecf-4a42-b8bb-c1233de985fd/be6e87045ab21935bd8bb98ce69026c4/dotnet-sdk-9.0.100-linux-x64.tar.gz
- https://download.visualstudio.microsoft.com/download/pr/526d93c5-bae2-4cfc-a9cf-b2d28d7b5c98/17c926df21958999f74992973837d261/dotnet-sdk-9.0.100-linux-arm.tar.gz
- https://download.visualstudio.microsoft.com/download/pr/6f79d99b-dc38-4c44-a549-32329419bb9f/a411ec38fb374e3a4676647b236ba021/dotnet-sdk-9.0.100-linux-arm64.tar.gz
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 .. 10 Next › Last »
Gr3q commented on 2024-03-11 08:05 (UTC)
natep commented on 2024-03-07 04:20 (UTC)
@Gr3q Sure! I am game to help keep this up to date. Since this specific update is just a security patch and nothing big changed it is pretty straightforward especially given how well written the scripts are. Just let me know and I'll push.
Gr3q commented on 2024-03-06 08:32 (UTC) (edited on 2024-03-06 08:34 (UTC) by Gr3q)
@natep the Only way is if I orphan the package or I add you as a co-maintainer.
If you feel like you are up to maintaining this package and you are OK with adhering to the info in the pinned comment, I can add you. I will need your email address you are using on the AUR. I will hold off on updating to this evening in case you accept (so you can do it yourself).
I can keep maintaining the other (lower versioned) packages, but this is a time-sensitive and used by lots of people.
Unfortunately I barely have enough time nowadays. I'm surprised of how can I have even less time when even before I had basically no free time.
natep commented on 2024-03-05 01:03 (UTC) (edited on 2024-03-05 01:12 (UTC) by natep)
@Gr3q this has been out of date a little while now and is missing a security patch. For myself, I updated the .SRCINFO and PKGBUILD files. Reading the wiki and searching around I do not offhand see a way to propose an update (e.g., a pull request). Is there a way I can give you a patch to review so folks can update without manually editing files?
Gr3q commented on 2024-01-20 13:53 (UTC)
@narcher pamac probably doesn't support split packages properly, like this one. It also has multiple other problems but they are irrelevant in this case.
Try a different AUR helper to see if they work for you.
linux-aarhus commented on 2024-01-12 09:14 (UTC)
@narcher This specific PKGBUILD cannot be build using pamac - I don't know why - it is how is.
Manjaro specific build instruction
git clone https://aur.archlinux.org/pkgbase/dotnet-core-bin
cd dotnet-core-bin
makepkg -i
narcher commented on 2023-09-09 15:54 (UTC)
@Gr3q I cleared the build cache and have tried to 'explicitly' install netstandard-targeting-pack-bin, but it always fails with that 'Failed to generate netstandard-targeting-pack-bin information' error.
As for trying another AUR helper, I wouldn't know where to start as I use the built in "Add Remove software" tool in Manjaro and pamac on the command line occasionally.
Pinned Comments
Gr3q commented on 2019-10-05 07:28 (UTC) (edited on 2021-02-13 09:06 (UTC) by Gr3q)
IMPORTANT INSTALLATION INFO (a reminder for myself as well):
For dotnet to work you need to EXPLICITLY install:
If you keep the install order in mind and you don't rely on pacman to resolve your dependencies you will be fine.
Longer explanation:
Every dotnet-sdk is dependent on a specific version of dotnet-runtime, this is built into dotnet.
Technically you only need the latest dotnet-sdk because it can build to any earlier versions.