question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Adding Personal Package Archives (PPAs)

See original GitHub issue

Currently, 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:closed
  • Created 5 years ago
  • Comments:7 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
yuvipandacommented, May 21, 2019

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.

1reaction
mizvolcommented, Sep 18, 2018

Indeed, start script works now (tested locally). Nonetheless, the error mongod: 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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found