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.

Given the input below, appimage-builder must download the bash package along with its dependencies. The filesystem package and its dependencies must be excluded (dependencies should be excluded only if they are not required by other included package).

Once the packages are download they should be extracted using AppDir as root.

AppDir:
  pacman:
    include:
    - bash
    exclude:
    - filesystem

Questions:

  • Is it possible?
  • How?

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:20 (16 by maintainers)

github_iconTop GitHub Comments

1reaction
azubietacommented, Nov 27, 2020

It works! 🥳 🎉

Were the symlinks what we were missing, thanks a lot @srevinsaju @eli-schwartz !!

Next step setting the pacman options, which includes:

  • arch
  • servers
  • complete the list of default excluded packages (required for X11 apps)
1reaction
azubietacommented, Nov 27, 2020

Interesting, so the extraction is just fine as it is. We just need to make the links, testing …

Read more comments on GitHub >

github_iconTop Results From Across the Web

PAC-MAN – BANDAI NAMCO Entertainment America Inc
BANDAI NAMCO Entertainment America Inc Help Center home page. Submit a request Sign in ... Pac-Man (Mobile) What's a "PID" number and where...
Read more >
pacman - ArchWiki
Arch only supports full system upgrades. See System maintenance#Partial upgrades are unsupported and #Installing packages for details. Pacman ...
Read more >
The Ultimate Guide to Pacman Commands on Arch Linux
Pacman is the default package manager on Arch-based distros. Here's how you can use it to manage packages on your system like a...
Read more >
SOLVED: Pacman Wouldn't Let Me Run An Update! - YouTube
REFERENCED: ▻ https://wiki.archlinux.org/title/ pacman WANT TO SUPPORT THE CHANNEL? Patreon: https://www.patreon.com/distrotube ...
Read more >
Pacman Overview
Cookies help us deliver our services. By using our services, you agree to our use of cookies. OK ...
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