Skip to content

libpulse0 fails to fetch with apt (repo broken?) #26455

Answered by BrightRan
vadi2 asked this question in Actions
Discussion options

You must be logged in to vote

@vadi2 ,

Please try to add the " sudo apt update" command before the " sudo apt install" command to see if the problem can be solved.

- name: (Linux) Install apt dependencies
      if: runner.os == 'Linux'
      run: |
        sudo apt update
        sudo apt install pkg-config libzip-dev libglu1-mesa-dev libpulse-dev libxkbcommon-x11-0

The APT package index is basically a database that holds records of available packages from the repositories enabled in your system. I recommend you always update the package index before upgrading or installing new packages.

apt actually works on a database of available packages. If the database is not updated, the system won’t know if there are any newe…

Replies: 5 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Actions Build, test, and automate your deployment pipeline with world-class CI/CD Product Feedback
2 participants