neolee / pilot

进入编程世界的第一课
589 stars 842 forks source link

scoop 安装问题 #1411

Open feiyangpy opened 3 years ago

feiyangpy commented 3 years ago

scoop完成安装后。 运行 scoop list,显示:There aren't any apps installed. PS C:\Users\Administrator> iwr -useb get.scoop.sh | iex
Initializing...
Downloading scoop...
Extracting...
Creating shim...
Downloading main bucket...
Extracting...
Adding ~\scoop\shims to your path.
'lastupdate' has been set to '2020-11-01T13:01:01.6897691+08:00'
Scoop was installed successfully!
Type 'scoop help' for instructions.
PS C:\Users\Administrator> scoop list
There aren't any apps installed.
PS C:\Users\Administrator> scoop checkup
WARN LongPaths support is not enabled.
You can enable it with running:
Set-ItemProperty 'HKLM:\SYSTEM\CurrentControlSet\Control\FileSystem' -Name 'LongPathsEnabled' -Value 1
ERROR '7-Zip' is not installed! It's required for unpacking most programs. Please Run 'scoop insta ll 7zip' or 'scoop install 7zip-zstd'.
ERROR 'Inno Setup Unpacker' is not installed! It's required for unpacking InnoSetup files. Please run 'scoop install innounp'.
ERROR 'dark' is not installed! It's required for unpacking installers created with the WiX Toolset . Please run 'scoop install dark' or 'scoop install wixtoolset'.
WARN Found 4 potential problems.

huangchangling800 commented 3 years ago

WARN LongPaths support is not enabled. You can enable it with running: Set-ItemProperty 'HKLM:\SYSTEM\CurrentControlSet\Control\FileSystem' -Name 'LongPathsEnabled' -Value 1 ERROR '7-Zip' is not installed! It's required for unpacking most programs. Please Run 'scoop insta ll 7zip' or 'scoop install 7zip-zstd'. ERROR 'Inno Setup Unpacker' is not installed! It's required for unpacking InnoSetup files. Please run 'scoop install innounp'. ERROR 'dark' is not installed! It's required for unpacking installers created with the WiX Toolset . Please run 'scoop install dark' or 'scoop install wixtoolset'. 这就是答案,有四个已知问题可以解决。