RetroPie forum home
    • Recent
    • Tags
    • Popular
    • Home
    • Docs
    • Register
    • Login

    [IDEA] Ability to select packages for first time install

    Scheduled Pinned Locked Moved Ideas and Development
    select packagesbasic install ccustom install
    19 Posts 7 Posters 962 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.
    • johnodonJ
      johnodon @mitu
      last edited by

      @mitu said in [IDEA] Ability to select packages for fist time install:

      @johnodon The recommendation to use a new system applies mainly to the Raspberry PI image and that was because of the transition from Raspbian Jessie to Stretch. Once Retropie is installed, you can test-rebuild individual packages as you see fit, but if the OS is the same, I fail to see why a reinstall would yield different results when run in the same environment.

      In my case I am updating underlying OS components.

      Anyway, it was a suggestion. I guess the votes will show if there is interest.

      Thank you for your time.

      John

      thelostsoulT 1 Reply Last reply Reply Quote 0
      • thelostsoulT
        thelostsoul @johnodon
        last edited by

        @johnodon While I can understand why you want this option, it would add some more work and maintenance for the creators of RetroPie. I am not sure how many people would benefit from this. As a "workaround", you could do a script for automated uninstall of all components. (Question to RetroPie makers: This is possible through a script, isn't it?) And then, you create a backup and just roll out instead of installing it over and over again.

        📜 RE/SET: 100 SNES Games for your RetroPie, 🎁 Share your hidden gems and insider tips

        mituM 1 Reply Last reply Reply Quote 0
        • mituM
          mitu Global Moderator @thelostsoul
          last edited by mitu

          @thelostsoul yes, you can call the retropie_packages.sh script with the name of the scriptmodule and action (install/build/remove) so you can have a little script to remove unwanted packages or even re-download/re-compile/re-install packages automatically.

          1 Reply Last reply Reply Quote 1
          • E
            EctoOne
            last edited by

            I actually wish there was such option. Going manually through all packages to search for the ones I want and don't need is kinda annoying. An easy way to un-/install a bunch of packages without the need to press buttons would be awesome.
            I mean even a script would be great. Maybe it would be possible to put such script on the card and an option in the setup menu to run it if it was found. Kinda like the wlan setup works.

            1 Reply Last reply Reply Quote 0
            • BuZzB
              BuZz administrators
              last edited by

              Why not just install the packaged you need? You can install the components individually without having to use the main install option.

              To help us help you - please make sure you read the sticky topics before posting - https://retropie.org.uk/forum/topic/3/read-this-first

              johnodonJ DanikD 2 Replies Last reply Reply Quote 0
              • johnodonJ
                johnodon @BuZz
                last edited by

                @buzz said in [IDEA] Ability to select packages for fist time install:

                Why not just install the packaged you need? You can install the components individually without having to use the main install option.

                Honestly, I was going to do that but I wasn't sure if there was something else baked into the setup script that I would have missed.

                So, just install all core packages and any main/optional packages I want?

                BuZzB 1 Reply Last reply Reply Quote 0
                • BuZzB
                  BuZz administrators @johnodon
                  last edited by BuZz

                  @johnodon Yes. And enable autobooting into emulationstation etc from the configuration section if required. The main install option just installs everything from Core and Main (It mentions this in the Help in the RetroPie-Setup menus).

                  To help us help you - please make sure you read the sticky topics before posting - https://retropie.org.uk/forum/topic/3/read-this-first

                  1 Reply Last reply Reply Quote 0
                  • DanikD
                    Danik @BuZz
                    last edited by

                    @buzz said in [IDEA] Ability to select packages for fist time install:

                    Why not just install the packaged you need? You can install the components individually without having to use the main install option.

                    This is the best solution for the moment.
                    It would be nice to include a script that only installs ES, Retroarch and runcommand only and nothing from the "main packages", though, but it's not much work, really.

                    BuZzB 1 Reply Last reply Reply Quote 0
                    • BuZzB
                      BuZz administrators @Danik
                      last edited by

                      @danik you can script that via retropie_packages.sh which is a command line tool.

                      To help us help you - please make sure you read the sticky topics before posting - https://retropie.org.uk/forum/topic/3/read-this-first

                      johnodonJ 1 Reply Last reply Reply Quote 0
                      • johnodonJ
                        johnodon @BuZz
                        last edited by johnodon

                        EDIT: Maybe I spoke too soon...
                        No module 'install' found for platform x86
                        No module 'build' found for platform x86

                        Quote from BuZz in another thread...

                        run sudo ./retropie_packages.sh on it's own for a list of modules / functions. Some functions may show up but may require parameters etc.

                        This will suit my needs perfectly. I will leave my original request open as I still think it could provide a better end user experience, although a very low priority.

                        1 Reply Last reply Reply Quote 0
                        • hiulitH
                          hiulit
                          last edited by

                          I would like this ability very much too.
                          I find myself too often reinstalling VMs with Raspbian x86 (PIXEL) and installing everything from "Main and Core" takes a lot of time.

                          How can we know which are the main (basic) modules to install to run RetroPie?

                          Thanks!

                          My little contributions to the RetroPie project:

                          • Shell-Script-Boilerplate
                          • Fun-Facts-Splashscreens
                          • Limit-Last-Played-Games
                          BuZzB 1 Reply Last reply Reply Quote 0
                          • BuZzB
                            BuZz administrators @hiulit
                            last edited by

                            @hiulit well, core are the main components which other things rely on. So you can install the core items, then choose what you want.

                            @johnodon check the commandline output. You need to choose a module to "install" build etc. but simplest is just to do it with no parameters on a module which will get the source / build / install and configure - eg

                            sudo ./retropie_packages.sh emulationstation
                            

                            that would build and install emulationstation

                            To help us help you - please make sure you read the sticky topics before posting - https://retropie.org.uk/forum/topic/3/read-this-first

                            johnodonJ 1 Reply Last reply Reply Quote 1
                            • johnodonJ
                              johnodon @BuZz
                              last edited by

                              @buzz Ahhh...Thanks for the clarification. I was using the definitions as switches (i.e. sudo RetroPie-Setup/retropie_packages.sh build retropie-manager

                              Definitions:
                              depends:    install the dependencies for the module
                              sources:    install the sources for the module
                              build:      build/compile the module
                              install:    install the compiled module
                              configure:  configure the installed module (es_systems.cfg / launch parameters etc)
                              clean:      remove the sources/build folder for the module
                              help:       get additional help on the module
                              
                              1 Reply Last reply Reply Quote 0
                              • First post
                                Last post

                              Contributions to the project are always appreciated, so if you would like to support us with a donation you can do so here.

                              Hosting provided by Mythic-Beasts. See the Hosting Information page for more information.