RetroPie forum home
    • Recent
    • Tags
    • Popular
    • Home
    • Docs
    • Register
    • Login
    Please do not post a support request without first reading and following the advice in https://retropie.org.uk/forum/topic/3/read-this-first

    What APT packages are installed when I run the installer?

    Scheduled Pinned Locked Moved Help and Support
    packageraspberry pi 4
    2 Posts 2 Posters 327 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.
    • B
      Botspot
      last edited by

      TL;DR on a stock Raspbian system, what APT packages will be installed when I install retropie? Is there a list of all of them somewhere?

      I plan to add RetroPie to an app store I am making.
      The app store is supposed to manage which apt packages each app installs, so when you uninstall them the app store can remove unnecessary packages.
      Is there a centralized place I can look to get this installed package list? Or will finding all of them them take some serious effort?

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

        @Botspot said in What APT packages are installed when I run the installer?:

        Is there a centralized place I can look to get this installed package list?

        No, there isn't a central list of packages. As I said in the Github issue you opened, each package that is part of RetroPie has it's own list of dependencies, which is automatically installed when that particular package is installed. The dependencies are declared in the module's depends function. Since the user can install or remove any package, the list of dependencies can change.

        A base installation will install the 'core' and 'main' packages, you can see here, you could get the list of dependencies for the packages in those 2 sections and consider them a minimum list of dependencies. Some of them might already be installed on the system, so when removing RetroPie you might take that into account.

        EDIT: the initial dependencies for the RetroPie-Setup script to work are listed in the Manual installation page.

        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.