ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login

    What Chocolatey packages do you install?

    Scheduled Pinned Locked Moved IT Discussion
    chocolateypackage managementwhat do you do
    39 Posts 10 Posters 6.9k Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • JaredBuschJ
      JaredBusch
      last edited by JaredBusch

      Here is the list of common packages that I use

      • owncloud-client
      • nextcloud-client
      • 7zip
      • adobereader-update
      • googlechrome
      • firefox
      • vlc
      • libreoffice
      • greenshot
      • notepadplusplus
        • installs the 64bit version which most plugins cannot use
      • zerotier-one
      • javaruntime
        • installs both x86 and x64 versions
      • filezilla
      • itunes
      KellyK gjacobseG 2 Replies Last reply Reply Quote 4
      • KellyK
        Kelly @JaredBusch
        last edited by

        @JaredBusch said in What Chocolatey packages do you install?:

        Here is the list of common packages that I use

        • owncloud-client
          • Turning up my first production NextCloud soon, need to check that for one.
        • 7zip
        • adobereader-update
          • getting behind it seems
        • googlechrome
        • vlc
        • libreoffice
        • greenshot
          • upgrades sometimes have a problem killing the existing process
        • notepadplusplus
          • installs the 64bit version which most plugins cannot use
        • zerotier-one
        • javaruntime
          • installs both x86 and x64 versions
        • filezilla
        • itunes

        Do you have a chocolatey script that you run on setup, or these are just ones that you run through?

        JaredBuschJ 1 Reply Last reply Reply Quote 0
        • JaredBuschJ
          JaredBusch
          last edited by JaredBusch

          choco install -y owncloud-client 7zip adobereader-update googlechrome vlc libreoffice greenshot notepadplusplus zerotier-one filezilla itunes

          gjacobseG 1 Reply Last reply Reply Quote 5
          • gjacobseG
            gjacobse @JaredBusch
            last edited by

            @JaredBusch
            There are some standards there that I go for but I'm looking at the following:

            • Googlechrome
            • firefox
            • skype
            • ccleaner
            • pdfcreator
            • virtualbox
            • dropbox
            • googledrive
            • chromium
              *maybe
            • python2
              *maybe
            • itunes
            • foxitreader
            • powerISO
              *maybe
            • greenshot
            1 Reply Last reply Reply Quote 0
            • JaredBuschJ
              JaredBusch @Kelly
              last edited by

              @Kelly said in What Chocolatey packages do you install?:

              Do you have a chocolatey script that you run on setup, or these are just ones that you run through?

              I have a document saved that I simply copy from on initial setup. Too many disparate clients to try and maintain scripts everywhere.

              0_1481729389202_upload-21fe08c3-247d-4aee-a4b6-4885038dca48

              The one client with an imaging process setup has this already in the base image.

              1 Reply Last reply Reply Quote 2
              • gjacobseG
                gjacobse @JaredBusch
                last edited by

                @JaredBusch said in What Chocolatey packages do you install?:

                choco install -y owncloud-client 7zip adobereader-update googlechrome vlc libreoffice greenshot notepadplusplus zerotier-one filezilla itunes

                If you replace install with upgrade it will upgrade if it is there, if it is not there, it will install it.

                JaredBuschJ 1 Reply Last reply Reply Quote 1
                • JaredBuschJ
                  JaredBusch @gjacobse
                  last edited by

                  @gjacobse said in What Chocolatey packages do you install?:

                  If you replace install with upgrade it will upgrade if it is there, if it is not there, it will install it.

                  I hate that type of functionality.

                  wirestyle22W gjacobseG 2 Replies Last reply Reply Quote 1
                  • wirestyle22W
                    wirestyle22 @JaredBusch
                    last edited by

                    @JaredBusch said in What Chocolatey packages do you install?:

                    @gjacobse said in What Chocolatey packages do you install?:

                    If you replace install with upgrade it will upgrade if it is there, if it is not there, it will install it.

                    I hate that type of functionality.

                    Because you want it to do only what you ask it to and not make assumptions?

                    JaredBuschJ 1 Reply Last reply Reply Quote 2
                    • JaredBuschJ
                      JaredBusch @wirestyle22
                      last edited by

                      @wirestyle22 said in What Chocolatey packages do you install?:

                      @JaredBusch said in What Chocolatey packages do you install?:

                      @gjacobse said in What Chocolatey packages do you install?:

                      If you replace install with upgrade it will upgrade if it is there, if it is not there, it will install it.

                      I hate that type of functionality.

                      Because you want it to do only what you ask it to and not make assumptions?

                      Yes.

                      1 Reply Last reply Reply Quote 3
                      • gjacobseG
                        gjacobse @JaredBusch
                        last edited by

                        @JaredBusch said in What Chocolatey packages do you install?:

                        @gjacobse said in What Chocolatey packages do you install?:

                        If you replace install with upgrade it will upgrade if it is there, if it is not there, it will install it.

                        I hate that type of functionality.

                        How would you preform updates on a machine in that case?

                        DashrenderD 1 Reply Last reply Reply Quote 0
                        • JaredBuschJ
                          JaredBusch
                          last edited by

                          For upgrading, I have a powershell script applied via Atera (testing) or scheduled task

                          I have it upgrade chocolatey first just to be safe. there were issues with things when they added the new checksum features between 0.9 and 0.10

                          0_1481729767856_upload-d1835470-8a52-43ad-91e0-7a8c47890a1b

                          1 Reply Last reply Reply Quote 1
                          • DashrenderD
                            Dashrender @gjacobse
                            last edited by

                            @gjacobse said in What Chocolatey packages do you install?:

                            @JaredBusch said in What Chocolatey packages do you install?:

                            @gjacobse said in What Chocolatey packages do you install?:

                            If you replace install with upgrade it will upgrade if it is there, if it is not there, it will install it.

                            I hate that type of functionality.

                            How would you preform updates on a machine in that case?

                            You just use choco upgrade all -y to update everything that's installed.

                            1 Reply Last reply Reply Quote 0
                            • scottalanmillerS
                              scottalanmiller
                              last edited by

                              Has anyone tried combining Chocolatey with something like Salt yet?

                              gjacobseG Emad RE 3 Replies Last reply Reply Quote 0
                              • gjacobseG
                                gjacobse @scottalanmiller
                                last edited by

                                @scottalanmiller
                                Haven't looked at Salt yet..

                                1 Reply Last reply Reply Quote 0
                                • gjacobseG
                                  gjacobse @scottalanmiller
                                  last edited by

                                  @scottalanmiller said in What Chocolatey packages do you install?:

                                  Has anyone tried combining Chocolatey with something like Salt yet?

                                  How did we manage this:

                                  0_1482369912931_2016-12-21 20_24_36-SaltStack automation for CloudOps, ITOps & DevOps at scale.png

                                  All Minions? showing 485 Minions?

                                  travisdh1T 1 Reply Last reply Reply Quote 0
                                  • travisdh1T
                                    travisdh1 @gjacobse
                                    last edited by

                                    @gjacobse said in What Chocolatey packages do you install?:

                                    @scottalanmiller said in What Chocolatey packages do you install?:

                                    Has anyone tried combining Chocolatey with something like Salt yet?

                                    How did we manage this:

                                    0_1482369912931_2016-12-21 20_24_36-SaltStack automation for CloudOps, ITOps & DevOps at scale.png

                                    All Minions? showing 485 Minions?

                                    Someone salted all the things!

                                    KellyK 1 Reply Last reply Reply Quote 1
                                    • KellyK
                                      Kelly @travisdh1
                                      last edited by

                                      @travisdh1 said in What Chocolatey packages do you install?:

                                      @gjacobse said in What Chocolatey packages do you install?:

                                      @scottalanmiller said in What Chocolatey packages do you install?:

                                      Has anyone tried combining Chocolatey with something like Salt yet?

                                      How did we manage this:

                                      0_1482369912931_2016-12-21 20_24_36-SaltStack automation for CloudOps, ITOps & DevOps at scale.png

                                      All Minions? showing 485 Minions?

                                      Someone salted all the things!

                                      I'm still a little bit salty about the whole thing.

                                      1 Reply Last reply Reply Quote 1
                                      • JaredBuschJ
                                        JaredBusch
                                        last edited by

                                        This is what is going in the new sysprep image I am making tonight.
                                        0_1495753950362_upload-750b858a-3497-4385-86c5-166985eb02f9

                                        1 Reply Last reply Reply Quote 2
                                        • syko24S
                                          syko24
                                          last edited by

                                          Do you guys use Chocolatey on your servers or just workstations?

                                          DashrenderD JaredBuschJ scottalanmillerS 3 Replies Last reply Reply Quote 0
                                          • DashrenderD
                                            Dashrender @syko24
                                            last edited by

                                            @syko24 said in What Chocolatey packages do you install?:

                                            Do you guys use Chocolatey on your servers or just workstations?

                                            Workstations, but I could on the servers, but I don't deploy most of this junk to a server.

                                            1 Reply Last reply Reply Quote 0
                                            • 1
                                            • 2
                                            • 1 / 2
                                            • First post
                                              Last post