PrateekKumarSingh / AzViz

⚡ ☁ Azure Visualizer aka 'AzViz' : A #powershell module to automatically generate Azure resource topology diagrams by just typing a PowerShell cmdlet and passing the name of one or more Azure Resource groups
MIT License
597 stars 148 forks source link

Import-Module fails on Ubuntu #16

Open PrateekKumarSingh opened 3 years ago

PrateekKumarSingh commented 3 years ago

PS /> Import-Module azviz -Verbose VERBOSE: Loading module from path '/home/prateek/.local/share/powershell/Modules/AzViz/1.0.1/AzViz.psd1'. VERBOSE: Populating RepositorySourceLocation property for module AzViz. VERBOSE: Loading module from path '/home/prateek/.local/share/powershell/Modules/AzViz/1.0.1/AzViz.psm1'. Get-Package: /home/prateek/.local/share/powershell/Modules/AzViz/1.0.1/AzViz.psm1:19 Line | 19 | if(!(Get-Package GraphViz)){ | ~~~~ | No package found for 'GraphViz'.

VERBOSE: No match was found for the specified search criteria and provider name 'Chocolatey'. Try 'Get-PackageProvider -ListAvailable' to see if the provider exists on the system. VERBOSE: Finding the package 'Bootstrap::FindPackage' 'Chocolatey','','0.0.0.1','''. Find-Package: /home/prateek/.local/share/powershell/Modules/AzViz/1.0.1/AzViz.psm1:21 Line | 21 | Find-Package graphviz | Install-Package -ForceBootstrap -Verbose | ~~~~~ | No match was found for the specified search criteria and package name 'graphviz'. Try Get-PackageSource to see all available registered package sources.