List Linux dependencies for Arch-based distros
See original GitHub issueI noticed that you explicitly give the dependencies for Ubuntu (and I guess all Debian-based distros) and CentOS (and I guess all RedHat-based distros), but found that you’re missing the Arch-based ones (Manjaro etc.).
The corresponding markdown for source/_partial/linux_dependencies.md
would be:
#### Arch/Manjaro ```shell sudo pacman -s gtk2 gtk3 libnotify gconf nss xscreensaver alsa-lib libxtst xorg-xauth xorg-server-xvfb ```
Issue Analytics
- State:
- Created 3 years ago
- Comments:7 (4 by maintainers)
Top Results From Across the Web
List Linux dependencies for Arch-based distros · Issue #378
I noticed that you explicitly give the dependencies for Ubuntu (and I guess all Debian-based distros) and CentOS (and I guess all RedHat-based...
Read more >Arch-based distributions - ArchWiki
This page lists OS distributions which are derived from Arch Linux either in whole or in part, to help enforce the Arch Linux...
Read more >The 8 Best Arch-Based Linux Distributions
Check out these eight Arch-based user-friendly Linux distributions. ... Here are a few top choices of Linux distros for Arch lovers who want ......
Read more >Install a package with all optional dependencies in Arch ...
Now, let's install all optional dependencies. We're going to use the pacman -Si command which will list information about the package (including ...
Read more >Top Arch-based User Friendly Linux Distributions That are ...
Arch -based Linux distributions that are easier to set up and use · 1. Manjaro Linux · 2. ArcoLinux · 3. Archlabs Linux...
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
Look what we do to test Docker image in https://github.com/cypress-io/cypress-docker-images/blob/master/circle.yml#L76
This creates new project, adds Cypress, scaffolds a spec file (using
@bahmutov/cly init
) and runs Cypress to verify the spec worksSure - you can look at the
base
images in https://github.com/cypress-io/cypress-docker-images that install all OS dependencies necessary to then install and run Cypress. Here is one from https://github.com/cypress-io/cypress-docker-images/tree/master/base/12.18.3 for example