SOLVED "Reinstallation of pulseaudio is not possible, it cannot be downloaded."

Questions about applications and software
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
User avatar
Flemur
Level 20
Level 20
Posts: 10089
Joined: Mon Aug 20, 2012 9:41 pm
Location: Potemkin Village

SOLVED "Reinstallation of pulseaudio is not possible, it cannot be downloaded."

Post by Flemur »

"Reinstallation of pulseaudio is not possible, it cannot be downloaded."

Solution/hack is in next post....

Yesterday I installed packge "pulseeffects" using these commands (for Mint 19.3/Ubun 18.04):
https://github.com/wwmm/pulseeffects/wi ... an--ubuntu

Code: Select all

sudo add-apt-repository ppa:mikhailnov/pulseeffects -y
sudo apt update
sudo apt install pulseeffects pulseaudio --install-recommends
and pulseeffects didn't work (segmentation fault) so I uninstalled it and removed the PPA mentioned above (using software-sources; it doesn't show up in inxi -r); I also uninstalled some packages which were required for pulseeffects and were installed along with pulseeffects (** below).

It seems to have installed pulseaudio 12.2, and I can't get the system to refer to version 11.1

Then ran

Code: Select all

sudo apt update
sudo apt upgrade
without problems.

Now, when I

Code: Select all

sudo apt install pulseaudio-equalizer
...
Some packages could not be installed. This may mean that you have ..etc..
The following packages have unmet dependencies:
 pulseaudio-equalizer : Depends: libpulse0 (= 1:11.1-1ubuntu7.7) but 1:12.2-9~bionic1 is to be installed
                        Depends: pulseaudio (= 1:11.1-1ubuntu7.7)
and

Code: Select all

sudo apt install pulseaudio pulseaudio --reinstall
...
Reinstallation of pulseaudio is not possible, it cannot be downloaded.
and

Code: Select all

 apt policy pulseaudio
pulseaudio:
  Installed: 1:12.2-9~bionic1
  Candidate: 1:12.2-9~bionic1
  Version table:
 *** 1:12.2-9~bionic1 100
        100 /var/lib/dpkg/status
     1:11.1-1ubuntu7.7 500
        500 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages
        500 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages
     1:11.1-1ubuntu7 500
        500 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 Packages
How can I fix it? Remove the pulseaudio section of file /var/lib/dpkg/status?

TIA!

** Completely removed the following packages:
calf-plugins
gir1.2-gst-plugins-bad-1.0
gir1.2-gst-plugins-base-1.0
gir1.2-gstreamer-1.0
gstreamer1.0-adapter-pulseeffects
gstreamer1.0-autogain-pulseeffects
gstreamer1.0-convolver-pulseeffects
gstreamer1.0-crystalizer-pulseeffects
libboost-filesystem1.72.0
libebur128-1
libzita-convolver3
lsp-plugins-lv2
mda-lv2
rubberband-ladspa
zam-plugins
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 2 times in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
Please edit your original post title to include [SOLVED] if/when it is solved!
Your data and OS are backed up....right?
User avatar
Flemur
Level 20
Level 20
Posts: 10089
Joined: Mon Aug 20, 2012 9:41 pm
Location: Potemkin Village

Re: SOLVED "Reinstallation of pulseaudio is not possible, it cannot be downloaded."

Post by Flemur »

Solution: I edited the file /var/lib/dpkg/status and removed the package sections which mentioned "1:12" and "pulse" , then ran apt update and apt install pulseaudio --reinstall worked, and now

Code: Select all

$ pulseaudio --version
pulseaudio 11.1
Please edit your original post title to include [SOLVED] if/when it is solved!
Your data and OS are backed up....right?
Locked

Return to “Software & Applications”