Chocolatey

Share interesting information or links related to portable apps here.
Post Reply
Message
Author
User avatar
Wolfghost
Posts: 253
Joined: Fri Jul 02, 2010 6:14 am
Location: Norway

Chocolatey

#1 Post by Wolfghost »

Check this nice tool out: http://chocolatey.org/ :wink:

User avatar
Midas
Posts: 6725
Joined: Mon Dec 07, 2009 7:09 am
Location: Sol3

Re: Chocolatey

#2 Post by Midas »

Some more info...
http://chocolatey.org/ wrote:Chocolatey NuGet is a Machine Package Manager, somewhat like apt-get, but built with windows in mind.
  • Image
Installation seems dependent on Windows Powershell.
Last edited by Midas on Wed May 03, 2017 10:45 am, edited 1 time in total.

User avatar
guinness
Posts: 4118
Joined: Mon Aug 27, 2007 2:00 am
Contact:

Re: Chocolatey

#3 Post by guinness »

How did you test this? What installation instructions are there?

User avatar
Wolfghost
Posts: 253
Joined: Fri Jul 02, 2010 6:14 am
Location: Norway

Re: Chocolatey

#4 Post by Wolfghost »

guinness wrote:How did you test this? What installation instructions are there?
Not tested out yet, but it looks nifty :wink:

User avatar
guinness
Posts: 4118
Joined: Mon Aug 27, 2007 2:00 am
Contact:

Re: Chocolatey

#5 Post by guinness »

Perhaps this should be moved "Resources & Links."

JohnW
Posts: 386
Joined: Wed Apr 19, 2006 9:18 am
Location: London, UK

Re: Chocolatey

#6 Post by JohnW »

Q Where is the download link for this package?
A

Code: Select all

http://chocolatey.org/packages/chocolatey/0.9.8.20-alpha1/Download
This more or less explains why I won't be downloading.

The whole site seems a mess. What's it all about Alfie?

User avatar
Wolfghost
Posts: 253
Joined: Fri Jul 02, 2010 6:14 am
Location: Norway

Re: Chocolatey

#7 Post by Wolfghost »

Open Command promt and past this in:

Code: Select all

@powershell -NoProfile -ExecutionPolicy unrestricted -Command "iex ((new-object net.webclient).DownloadString('http://bit.ly/psChocInstall'))" && SET PATH=%PATH%;%systemdrive%\chocolatey\bin
and press enter. You will get the package in C:\ called Chocolatey. Then open again command promt and e.g. type or past

Code: Select all

cinst notepadplusplus
for Notepad++ and it will install it quickly and efficiently without e.g. toolbars and other thing you dont want. One can almost say that Windows gets a bit more like Linux, in a good way :wink: But It's not stealth............shit shit shit !! The paths is:

Code: Select all

%AppData\Local\NuGet\Roaming\NuGet%

User avatar
Midas
Posts: 6725
Joined: Mon Dec 07, 2009 7:09 am
Location: Sol3

Re: Chocolatey

#8 Post by Midas »

Old topic update: Chocolatey is currently at v0.9.8.23 (changelog at https://github.com/chocolatey/chocolate ... leaseNotes).

Chocolatey doesn't appear to be portable (it is based on MS Powershell), but the batch file installation method might provide more control for a non-registry dependent setup:

User avatar
I am Baas
Posts: 4150
Joined: Thu Aug 07, 2008 4:51 am

Re: Chocolatey

#9 Post by I am Baas »

@Mod

Contamination detected... please move thread elsewhere. Thanks

User avatar
SYSTEM
Posts: 2043
Joined: Sat Jul 31, 2010 1:19 am
Location: Helsinki, Finland

Re: Chocolatey

#10 Post by SYSTEM »

Midas wrote:Chocolatey doesn't appear to be portable (it is based on MS Powershell), but the batch file installation method might provide more control for a non-registry dependent setup:
Here is the install script: https://github.com/chocolatey/chocolate ... olatey.ps1
My YouTube channel | Release date of my 13th playlist: August 24, 2020

User avatar
webfork
Posts: 10821
Joined: Wed Apr 11, 2007 8:06 pm
Location: US, Texas
Contact:

Re: Chocolatey

#11 Post by webfork »

I am Baas wrote:Contamination detected... please move thread elsewhere.
Took me too long. Moved over to Resources and Links.

User avatar
Midas
Posts: 6725
Joined: Mon Dec 07, 2009 7:09 am
Location: Sol3

Re: Chocolatey (DotNET package manager)

#12 Post by Midas »

Topic update: Chocolatey v0.10.5 released (changelog at https://github.com/chocolatey/choco/wiki/ReleaseNotes).

You might take me for the least likely fan of DotNET stuff, but I must confess Chocolatey has been growing on me... :oops:

For two main reasons: recent Windows all come with DotNET by default, which makes Chocolatey installation trivial ("if you care for the distinction, its a script, not a program"; well, not really, after some more researching, it used to be but not anymore... :oops:); and it's powerful enough to keep the embedded Powershell console updated way beyond the default 2.0 version (this is a simple matter of issuing the CLI command 'choco upgrade powershell'; the latest Powershell is v5.1.14409.20170402), minimizing the attack surface for a growing kind of malware (although this carries its own pitfalls with it)...

Current minimum requirements are DotNET v4 and Powershell v2.0 -- and you'll need administrator privileges.
  • Image

User avatar
Midas
Posts: 6725
Joined: Mon Dec 07, 2009 7:09 am
Location: Sol3

Re: ChocolateyGUI

#13 Post by Midas »

As a further tip, even if you're not into CLI tools, you can easily install ChocolateyGUI (https://chocolatey.org/packages/ChocolateyGUI) with the command detailed next to end up with something in your Windows Start menu akin to the Software Center found on many Linux distros...
  • Code: Select all

    choco install chocolateygui
    [/medium]
    • Image
FYI, package details are available in ChocolateyGUI through the right-click menu. As exemplified in the screenshot, the official repository has a bunch of allegedly readily portable programs -- almost 400 entries as we speak (check https://chocolatey.org/packages?q=portable for details).

Post Reply