Adding Personal Package Archives (PPAs)
See original GitHub issueCurrently, it is impossible to add PPAs through postBuild
and apt.txt
.
The reason is that apt.txt
is executed before postBuild
, so even if a PPA is added to the postBuild
, the package cannot be found.
In some cases, there is a need for software that is distributed through PPAs. For example, if one needs to install MongoDB, it is required to add a PPA and create a list file. Only then, the package is becoming available for installation.
Issue Analytics
- State:
- Created 5 years ago
- Comments:7 (3 by maintainers)
Top Results From Across the Web
What are PPAs and how do I use them? - Ask Ubuntu
PPAs are for non standard software/updates. They are generally used by people who want the latest and greatest. If you are going extra...
Read more >Using PPA in Ubuntu Linux [Complete Guide] - It's FOSS
PPA stands for Personal Package Archive. The PPA allows application developers and Linux users to create their own repositories to distribute software.
Read more >Personal Package Archives : Ubuntu - Launchpad
Personal Package Archives (PPA) allow you to upload Ubuntu source packages to be built and published as an apt repository by Launchpad.
Read more >Using PPA in Linux - GeeksforGeeks
Personal Package Archives (PPA) is a unique software repository intended for non-standard software/updates. The PPA allows application ...
Read more >A Guide to Using PPA Repositiories in Ubuntu - Linux Hint
A “Personal Package Archive” or a PPA is an application repository that can be used to upgrade and install packages from unofficial sources....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
IMO, PPA support should exist in an extension or with a Dockerfile.
@mizvol for running extra services, https://blog.ouseful.info/2019/02/04/running-a-postgresql-server-in-a-mybinder-container/ from @psychemedia might be useful.
Indeed,
start
script works now (tested locally). Nonetheless, the errormongod: unrecognized service
still pops up in the logs.No problem with MyBinder here though. Seems like conda-forge MongoDB package does not contain MongoDB server. So, as you proposed before, the only way to install MongoDB is to create a custom
Dockerfile
and install MongoDB properly.