Wednesday, 30 April 2014

Apt-get upgrade in Powershell V5 oneget

After much playing around, the closest I could get to apt-get upgrade in the preview of Powershell V5 using OneGet is the following:

Get-Package | Select-Object -ExpandProperty name | Find-Package | Install-Package -Force


No comments:

Post a Comment

Proxmox Backup Server - Recover a ZFS Datastore that is 100% full

This has happened to me a couple times now where my ZFS pool has filled to 100% causing not only backups to fail, but also the ability to ru...