-
Notifications
You must be signed in to change notification settings - Fork 4.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Package Issue]: Gyan.FFmpeg #181353
Comments
Did you install Try: winget list --id Gyan.FFmpeg --scope user If it states winget upgrade --id Gyan.FFmpeg --scope machine If not, and it does list it as |
Interesting, it doesn't upgrade for You can try resetting the winget source. This will remove all sources except the default, which are msstore and winget, as well as reset them. In an elevated shell: winget source reset --force https://learn.microsoft.com/windows/package-manager/winget/source If you want to check your sources the default looks like: winget source list
|
Is FFmpeg active on the system, and where is it located? > Get-Command ffmpeg | Format-List
Name : ffmpeg.exe
CommandType : Application
Definition : C:\Program Files\WinGet\Links\ffmpeg.exe
Extension : .exe
Path : C:\Program Files\WinGet\Links\ffmpeg.exe
FileVersionInfo : File: C:\Program Files\WinGet\Links\ffmpeg.exe Note that I installed FFmpeg at the > ffmpeg -version
ffmpeg version 7.1-full_build-www.gyan.dev Copyright (c) 2000-2024 the FFmpeg developers
built with gcc 14.2.0 (Rev1, Built by MSYS2 project) I just want to confirm it is actually installed and working, but winget just can't seem to find/update it. |
Absolutely the same issue for me. |
|
I had the same problem: > ffmpeg
ffmpeg : The term 'ffmpeg' is not recognized as the name of a cmdlet I noticed > winget list --id Gyan.FFmpeg --scope user
Name Id Version Source
----------------------------------
FFmpeg Gyan.FFmpeg 7.1 winget but when I tried to uninstall it I got this message: > winget uninstall --id Gyan.FFmpeg
No installed package found matching input criteria. So I uninstalled it from Windows Add or remove programs GUI and after installing it again with |
Faced the same issue. Couldn't uninstall via winget in any way with either scope. Then tried it again:
We can install but cannot uninstall. This is fresh installation. Uninstalled it again from Control Panel and tried the same steps with --scope machine in elevated terminal. Exact same issue. Worst part is that even after uninstalling from Control Panel, it doesn't go away:
The symlinks/shortcuts and binaries are all still there. |
I wonder if this is related to: Looks the same as: |
Please confirm these before moving forward
Category of the issue
Other
Brief description of your issue
I can't uninstall, upgrade, and repair
Steps to reproduce
Actual behavior
error
Expected behavior
no error
Environment
Windows Package Manager v1.8.1911
Copyright (c) Microsoft Corporation. All rights reserved.
Windows: Windows.Desktop v10.0.22631.4317
System Architecture: X64
Package: Microsoft.DesktopAppInstaller v1.23.1911.0
Winget Directories
Logs %LOCALAPPDATA%\Packages\Microsoft.DesktopAppInstaller_8wekyb3d8bbwe\LocalState\Diag…
User Settings %LOCALAPPDATA%\Packages\Microsoft.DesktopAppInstaller_8wekyb3d8bbwe\LocalState\sett…
Portable Links Directory (User) %LOCALAPPDATA%\Microsoft\WinGet\Links
Portable Links Directory (Machine) C:\Program Files\WinGet\Links
Portable Package Root (User) %LOCALAPPDATA%\Microsoft\WinGet\Packages
Portable Package Root C:\Program Files\WinGet\Packages
Portable Package Root (x86) C:\Program Files (x86)\WinGet\Packages
Installer Downloads %USERPROFILE%\Downloads
Links
Privacy Statement https://aka.ms/winget-privacy
License Agreement https://aka.ms/winget-license
Third Party Notices https://aka.ms/winget-3rdPartyNotice
Homepage https://aka.ms/winget
Windows Store Terms https://www.microsoft.com/en-us/storedocs/terms-of-sale
Admin Setting State
LocalManifestFiles Disabled
BypassCertificatePinningForMicrosoftStore Disabled
InstallerHashOverride Disabled
LocalArchiveMalwareScanOverride Disabled
ProxyCommandLineOptions Disabled
DefaultProxy Disabled
Screenshots and Logs
WinGet-2024-10-11-12-20-12.499.log
The text was updated successfully, but these errors were encountered: