Search Criteria
Package Details: dotnet-sdk-7.0-bin 7.0.16.sdk406-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/dotnet-core-7.0-bin.git (read-only, click to copy) |
---|---|
Package Base: | dotnet-core-7.0-bin |
Description: | The .NET Core SDK (binary) |
Upstream URL: | https://www.microsoft.com/net/core |
Licenses: | MIT |
Conflicts: | dotnet-sdk, dotnet-sdk-7.0 |
Provides: | dotnet-sdk, dotnet-sdk-7.0 |
Submitter: | Gr3q |
Maintainer: | Gr3q |
Last Packager: | Gr3q |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2023-11-14 17:35 (UTC) |
Last Updated: | 2024-03-11 08:12 (UTC) |
Dependencies (6)
- dotnet-runtime-7.0-binAUR
- dotnet-targeting-pack-7.0-binAUR
- 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)
- netstandard-targeting-pack (netstandard-targeting-pack-binAUR)
- aspnet-targeting-pack-binAUR (optional) – Build ASP.NET Core applications
Required by (184)
- aaru-git (requires dotnet-sdk) (make)
- airisp-git (requires dotnet-sdk) (make)
- alfae (requires dotnet-sdk) (make)
- alttpr-opentracker (requires dotnet-sdk) (make)
- alttpr-opentracker-git (requires dotnet-sdk) (make)
- am2rlauncher-git (requires dotnet-sdk) (make)
- artemisrgb-git (requires dotnet-sdk) (make)
- asf (requires dotnet-sdk) (make)
- asf-git (requires dotnet-sdk) (make)
- asf-plugin-itemsmatcher (requires dotnet-sdk) (make)
- asf-plugin-mobileauthenticator (requires dotnet-sdk) (make)
- asf-plugin-monitoring (requires dotnet-sdk) (make)
- asf-plugin-periodicgc (requires dotnet-sdk) (make)
- asf-plugin-signinwithsteam (requires dotnet-sdk) (make)
- asf-plugin-steamtokendumper (requires dotnet-sdk) (make)
- avaloniailspy (requires dotnet-sdk) (make)
- avaloniailspy-git (requires dotnet-sdk) (make)
- bbdown-git (requires dotnet-sdk) (make)
- bilibilitoolpro-git (requires dotnet-sdk) (make)
- bililive-recorder (requires dotnet-sdk) (make)
- Show 164 more...
Sources (3)
- https://download.visualstudio.microsoft.com/download/pr/405ac93b-fbfc-4c9b-9395-4f5ad72ec72c/c28821fed1bb1ba1f56c139256c6a074/dotnet-sdk-7.0.406-linux-arm.tar.gz
- https://download.visualstudio.microsoft.com/download/pr/57150757-56af-450b-ba30-8532fac51e0f/507247327723f24970f66f51554c18bc/dotnet-sdk-7.0.406-linux-x64.tar.gz
- https://download.visualstudio.microsoft.com/download/pr/67aad17a-4584-40ff-8ac3-0093c63105a4/472183e47222f475198a4b4a394036f8/dotnet-sdk-7.0.406-linux-arm64.tar.gz
Latest Comments
Gr3q commented on 2023-12-04 09:29 (UTC)
@20Percent it only conflicts with
dotnet-runtime
anddotnet-sdk
that provides the same major version (7).I can install them side by side:
dotnet-core-bin
packages conflicts with the packages in the Arch linux repos, but the rest just conflicts with packages that provides the same major version. The restriction is that if you want to install e.g.dotnet-sdk-7.0-bin
it needsdotnet-runtime-7.0-bin
so they are always on the same release (same with targeting packs).They only require
dotnet-host
to be installed from one of the packages.Rosentti commented on 2023-12-03 23:58 (UTC)
I don't think this should conflict with dotnet-runtime and dotnet-sdk. What if I want to keep net8.0, net7.0 and net6.0 all at the same time? These package will force you to only pick one version, although dotnet supports multiple SDKs and runtimes.