Giter Club home page Giter Club logo

Comments (2)

EliaSaSe avatar EliaSaSe commented on June 22, 2024

Hello moneihir,

You may want to execute the command with the -Verbose argument to get more details. I'm able to install this version. Shown bellow to compare:

PS C:\WINDOWS\system32> Install-Module PsIni -Verbose -Repository PSGallery -Force
VERBOSE: Repository details, Name = 'PSGallery', Location = 'https://www.powershellgallery.com/api/v2/'; IsTrusted =
'True'; IsRegistered = 'True'.
VERBOSE: Using the provider 'PowerShellGet' for searching packages.
VERBOSE: Using the specified source names : 'PSGallery'.
VERBOSE: Getting the provider object for the PackageManagement Provider 'NuGet'.
VERBOSE: The specified Location is 'https://www.powershellgallery.com/api/v2/' and PackageManagementProvider is
'NuGet'.
VERBOSE: Searching repository 'https://www.powershellgallery.com/api/v2/FindPackagesById()?id='PsIni'' for ''.
VERBOSE: Total package yield:'1' for the specified package 'PsIni'.
VERBOSE: Performing the operation "Install-Module" on target "Version '3.1.2' of module 'PsIni'".
VERBOSE: The installation scope is specified to be 'AllUsers'.
VERBOSE: The specified module will be installed in 'C:\Program Files\WindowsPowerShell\Modules'.
VERBOSE: The specified Location is 'NuGet' and PackageManagementProvider is 'NuGet'.
VERBOSE: Downloading module 'PsIni' with version '3.1.2' from the repository
'https://www.powershellgallery.com/api/v2/'.
VERBOSE: Searching repository 'https://www.powershellgallery.com/api/v2/FindPackagesById()?id='PsIni'' for ''.
VERBOSE: InstallPackage' - name='PsIni', version='3.1.2',destination='C:\Users\ese\AppData\Local\Temp\48258912'
VERBOSE: DownloadPackage' - name='PsIni',
version='3.1.2',destination='C:\Users\...\AppData\Local\Temp\48258912\PsIni\PsIni.nupkg',
uri='https://www.powershellgallery.com/api/v2/package/PsIni/3.1.2'
VERBOSE: Downloading 'https://www.powershellgallery.com/api/v2/package/PsIni/3.1.2'.
VERBOSE: Completed downloading 'https://www.powershellgallery.com/api/v2/package/PsIni/3.1.2'.
VERBOSE: Completed downloading 'PsIni'.
VERBOSE: Hash for package 'PsIni' does not match hash provided from the server.
VERBOSE: InstallPackageLocal' - name='PsIni', version='3.1.2',destination='C:\Users\ese\AppData\Local\Temp\48258912'
VERBOSE: Catalog file 'PsIni.cat' is not found in the contents of the module 'PsIni' being installed.
VERBOSE: For publisher validation, current module 'PsIni' with version '3.1.2' with publisher name ''. Is this module
signed by Microsoft: 'False'.
VERBOSE: For publisher validation, using the previously-installed module 'PsIni' with version '3.1.2' under 'C:\Program
 Files\WindowsPowerShell\Modules\PsIni\3.1.2' with publisher name ''. Is this module signed by Microsoft: 'False'.
VERBOSE: Module 'PsIni' was installed successfully to path 'C:\Program Files\WindowsPowerShell\Modules\PsIni\3.1.2'.

from psini.

monemihir avatar monemihir commented on June 22, 2024

Thanks, I've resolved the issue. Turns out that TLS1.2 needs to now be used for installing powershell modules after a recent update.

Added this line above the Install-Module command it worked.

[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12

from psini.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.