Package and Software Management – Shuffle Q/A 2 Post author:Devendra Kumar Post published: Post comments:0 Comments 40. Which of the following Powershell commands will create a directory called “TestArchive” on your desktop by expanding the TestArchive.zip file? Answers Compress-Archive -path C:\Users\testuser\Desktop\TestArchive\ ~\Desktop\TestArchive.zipCreate-Archive -path C:\Users\testuser\Desktop\TestArchive.zip ~\Desktop\TestArchive\*A: Expand-Archive -path C:\Users\testuser\Desktop\TestArchive.zip ~\Desktop\TestArchive\Extract-Archive -path C:\Users\testuser\Desktop\TestArchive\ ~\Desktop\TestArchive.zip 41. Which of the following Powershell commands will install a software package called “TestPackage” on your system? Answers Install-Package -name TestPackageGet-Package -name TestPackageTestPackage-Install -ChocolateyFind-Package TestPackage -IncludeDependencies 42. Which of the following commands will show you what Linux kernel version you have? Answers show NewKerneluname -rsudo apt updatesudo apt full-upgrade Previous Please Share This Share this content Opens in a new window Opens in a new window Opens in a new window Opens in a new window Opens in a new window Opens in a new window Opens in a new window Opens in a new window Opens in a new window Opens in a new window Opens in a new window Devendra Kumar Project Management Apprentice at Google You Might Also Like Networking Services Week 3 – Working effectively with stakeholders – Shuffle Q/A 1 Leave a Reply Cancel replyCommentEnter your name or username to comment Enter your email address to comment Enter your website URL (optional) Save my name, email, and website in this browser for the next time I comment.