microsoft / winget-pkgs

The Microsoft community Windows Package Manager manifest repository
MIT License
8.76k stars 4.57k forks source link

Package Request: SEGGER J-Link #27720

Open Mistrical opened 3 years ago

Mistrical commented 3 years ago

Package Requested


Please provide the following information if you can:

Publisher: SEGGER Microcontroller

Publisher Url: https://www.segger.com/

Package Name: SEGGER J-Link

Package Url: https://www.segger.com/downloads/jlink/

Description: Software for use with the J-Link debug probes

Package Version: V7.54b

Installer URL: https://www.segger.com/downloads/jlink/JLink_Windows_V754b_x86_64.exe

For new versions:

Current Package Identifier: V7.54b

KaranKad commented 3 years ago

Download url leads to Terms of Use image

Mistrical commented 3 years ago

Download url leads to Terms of Use

@KaranKad Does this mean it can't be integrated into winget?

KaranKad commented 3 years ago

Not right now, but it is possible to download files behind EULA/TOS using wget, winget could ask to install wget when downloading files behind EULA/TOS. image

vedantmgoyal9 commented 3 years ago

@KaranKad Do you use oh-my-posh or something else for your terminal theme?

KaranKad commented 3 years ago

@KaranKad Do you use oh-my-posh or something else for your terminal theme?

Yeah I use oh-my-posh and terminal themes from https://windowsterminalthemes.dev/

Mistrical commented 1 year ago

Could I have some help with this package? I believe that winget now supports .exe installers.

starthal commented 1 week ago

@KaranKad FWIW here is the equivalent curl arg:

--data 'accept_license_agreement=accepted&non_emb_ctr=confirmed&submit=Download+software'

(I'm not sure if the last two params are required)

I don't know how winget does its HTTP but it may be possible to include this POST data for a particular package.

KaranKad commented 1 week ago

Unfortunately, winget does not support custom arguments while downloading packages as of now.