Questions tagged [scoop]
11 questions
3
votes
1 answer
How to migrate from Chocolatey to Scoop?
I'm finding that Scoop's repos are more often updated than Chocolatey's (am I wrong?).
Scoop doesn't immediately recognise apps already installed, so I wanted a way to let Scoop know the apps I had already installed with Chocolatey.
André Levy
- 684
2
votes
1 answer
How to install .NET 4.5.2 using Scoop or at all on Windows 11?
I want to install carnac via scoop:
scoop install carnac
Installing 'carnac' (2.3.13) [64bit] from 'extras' bucket
carnac-2.3.13-full.nupkg (3.0 MB) [===========================================================================] 100%
Checking hash of…
k0pernikus
- 2,652
2
votes
1 answer
How to deploy a powershell-installer via the intune-portal?
I've got the powershell install script for the windows command-liner installer Scoop which is called: install.ps1. After downloading the script with
irm get.scoop.sh -outfile 'install.ps1'
I want to depoly it over the Intune-Portal. I am well aware…
hmaier
- 73
2
votes
1 answer
'scoop list' on PowerShell
When I execute the command 'scoop list' on PowerShell I get this reply:
There aren't any apps installed.
How do I fix this to show all installed software?
Twinsen
- 101
2
votes
1 answer
Powershell is extremely slow and using a lot of resources, how to solve this?
Using powershell is almost impossible. It takes almost 6 minutes to load on a pretty fast computer.
I think it might be relevant that I use cmder and scoop. It's also slow in cmder.
What can I do to solve it or at least find the cause?
It's a…
Thomas
- 659
2
votes
1 answer
SumatraPDF via scoop: how to set as default application?
Recently I have been trying out Scoop, which seems great for things like nodejs, yarn, git, etc.. But I am having troubles with applications that would otherwise also create file associations. Like for example when I install Sumatra PDF via…
fritzmg
- 559
1
vote
2 answers
What is the difference between these Nerd Font types: mono, propo, script?
I want to install Nerd Fonts. I can install them through scoop. I added its bucket (scoop bucket add nerd-fonts) and when I want to install FiraCode, I get the following options:
scoop search fira
FiraCode-NF-Mono 3.2.1 …
k0pernikus
- 2,652
1
vote
1 answer
ffmpeg fails when executing example command to convert using VP8
I am following the tutorial here, and executing the first example command yeilds an error.
The ffmpeg version I have has libvpx and libvorbis enabled.
When I run this command: ffmpeg -i aaa.mp4 -c:v libvpx -b:v 1M -c:a libvorbis output.webm, I…
Ghasan
- 337
0
votes
0 answers
"scoop" package manager can't install anything (or I think something's wrong with making secure connections)
I usually use scoop to manage my various packages on Windows. I haven't updated in a while but I recently tried to install an application via scoop and it gave me the following error:
Unable to read data from the transport connection: A connection…
user9564371
- 805
0
votes
1 answer
Run PostgreSQL on log in on Windows 10 when installed with scoop
I installed PostgreSQL on Windows 10 using Scoop:
scoop install postgresql
I can start it with:
pg_ctl.exe start
But how do I make it run automatically on boot or log in?
Pablo Fernandez
- 11,649
0
votes
1 answer
Installation of scoop times out
I want to install scoop on a laptop on which I do not have administrator rights. I use the following commands in PowerShell:
PS> Set-ExecutionPolicy RemoteSigned -scope CurrentUser
PS> iex (new-object…
Tommiie
- 101