new installation on forge server #197
Unanswered
AskinSavascisi
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
i'm trying to install laravel-pdf package on my Forge provisioned server but got no luck.
i'm stuck on installing libasound2...
npm -v = 10.9.0
node -v = v20.18.0
Ubuntu 24.04.1 Noble
When I try the following, I'm getting these errors:
sudo apt-get install -y nodejs gconf-service libasound2 libatk1.0-0 libc6 libcairo2 libcups2 libdbus-1-3 libexpat1 libfontconfig1 libgbm1 libgcc1 libgconf-2-4 libgdk-pixbuf2.0-0 libglib2.0-0 libgtk-3-0 libnspr4 libpango-1.0-0 libpangocairo-1.0-0 libstdc++6 libx11-6 libx11-xcb1 libxcb1 libxcomposite1 libxcursor1 libxdamage1 libxext6 libxfixes3 libxi6 libxrandr2 libxrender1 libxss1 libxtst6 ca-certificates fonts-liberation libappindicator1 libnss3 lsb-release xdg-utils wget libgbm-dev libxshmfence-dev
E: Unable to locate package gconf-service
E: Package 'libasound2' has no installation candidate
E: Unable to locate package libgconf-2-4
E: Unable to locate package libappindicator1
it is working on my local mac, i only needed to do npm install pupeteer but on forge provisioned i got a lot of problems. is it because of the ubuntu version?
king regards,
Askin
Beta Was this translation helpful? Give feedback.
All reactions