Oneget: Difference between revisions

From wikinotes
(Created page with "{| class="wikitable" |- | <pre>get-command -module PackageManagement</pre> || || list all commands related to package management |- | <pre>find-package <package> </pre> ||...")
 
(No difference)

Latest revision as of 22:17, 28 December 2015

get-command -module PackageManagement
list all commands related to package management
find-package    <package> 
package name must be explicity
install-package <package> 
install package

OneGet is pretty useless on it's own (but definitely a step in the right direction!!). Here is how to install the chocolatey module in oneget.

## Start > Powershell
get-packageprovider -name chocolatey   ## install chocolatey source
install-package vlc ## install vlc with oneget