Code: Select all
apt-get install mumbleCode: Select all
apt-get remove mumbleCode: Select all
apt-get --purge autoremoveCode: Select all
apt-get remove pulseCode: Select all
apt-get remove pulse-audioCode: Select all
sudo apt-get autoremove pulseaudio
sudo apt-get autoremove libpulse0Sintetizzando l'utente di cui sopra spiega all'altro tizio che l'installazione di mumble tramite repository (apt-get install mumble) causa l'installazione dei vari pulseaudio/libaudio0 ecc ecc... Poichè non sono necessari dice:The dependency is due to the build dependency of mumble. This is transferred to the binary package dependencies. We could ask the maintainer of the package to not transfer this depency and leave it as a suggestion/recommendation. In the meanwhile you can install the mumble package without installing the depenencies by downloading the package and installing it manually with dpkg:With this action you will end up with a broken packages, but pulseaudio will not be installed. You will need to install all the other dependencies for mumble to work.Code: Select all
dpkg --force-depends -i mumble.xxx.deb
You can also try the following line. So mumble will only be installed when all the other dependecies are metCode: Select all
dpkg --ignore-depends=libpulse0 -i mumble.xxx.deb
"sarebbe da consigliare al mantenitore del progetto di rendere questi pacchetti facoltativi e non automaticamente installati, dato che appunto sono solo "raccomandati", ma mumble funziona bene anche senza."
Ma per ora ignora tutto quanto sopra riportato, l'ho scritto solo a puro scopo informativo e per allegare un pò di ottimismo al post!dpkg --ignore-depends=libpulse0 -i mumble.xxx.deb
Code: Select all
wget http://ftp.de.debian.org/debian/pool/main/m/mumble/mumble_1.2.3-349-g315b5f5-2.2_armel.debCode: Select all
wget http://ftp.de.debian.org/debian/pool/main/m/mumble/mumble_1.2.3-349-g315b5f5-2.2_armhf.debCode: Select all
dpkg --ignore-depends=libpulse0 -i file_scaricato.debCode: Select all
apt-get --purge autoremove mumbleMolto probabilmente quelle contenute nel tuo screenshot, che vengono segnalate come "non in installazione"... Ma per essere sicuro:With this action you will end up with a broken packages, but pulseaudio will not be installed. You will need to install all the other dependencies for mumble to work.
Code: Select all
apt-cache show mumbleCode: Select all
Depends: libasound2 (>= 1.0.16), libavahi-client3 (>= 0.6.16), libavahi-common3 (>= 0.6.16), libavahi-compat-libdnssd1 (>= 0.6.16), libc6 (>= 2.13-28), libg15daemon-client1, libgcc1 (>= 1:4.4.0), libgl1-mesa-glx | libgl1, libopus0, libprotobuf7, libpulse0 (>= 0.99.1), libqt4-dbus (>= 4:4.5.3), libqt4-network (>= 4:4.5.3), libqt4-sql (>= 4:4.5.3), libqt4-svg (>= 4:4.5.3), libqt4-xml (>= 4:4.5.3), libqtcore4 (>= 4:4.8.0), libqtgui4 (>= 4:4.8.0), libsndfile1 (>= 1.0.20), libspeechd2, libspeex1 (>= 1.2~beta3-1), libspeexdsp1 (>= 1.2~beta3.2-1), libssl1.0.0 (>= 1.0.0), libstdc++6 (>= 4.4.0), libx11-6 (>= 2:1.2.99.901), libxi6 (>= 2:1.2.99.4), gconf2 (>= 2.28.1-2), libqt4-sql-sqlite, lsb-release
Recommends: speech-dispatcher
Code: Select all
apt-get updateCode: Select all
apt-ged upgradeCode: Select all
apt-get cleanCode: Select all
apt-get install libasound2 libavahi-client3 libavahi-common3 libavahi-compat-libdnssd1 libdnssd1 libg15daemon-client1 libgcc1 libgl1-mesa-glx libgl1 libopus0 libprotobuf7 libqt4-dbus libqt4-network libqt4-sql libqt4-svg libqt4-xml libqtcore4 libqtgui4 libsndfile1 ibspeechd2 libspeex1 libspeexdsp1 libssl1.0.0 libstdc++6 libx11-6 libxi6 gconf2 libqt4-sql-sqlite lsb-release speech-dispatcherCode: Select all
apt-get install libasound2 libavahi-client3 libavahi-common3 libavahi-compat-libdnssd1 libg15daemon-client1 libgcc1 libgl1-mesa-glx libopus0 libprotobuf7 libqt4-dbus libqt4-network libqt4-sql libqt4-svg libqt4-xml libqtcore4 libqtgui4 libsndfile1 libspeex1 libspeexdsp1 libssl1.0.0 libstdc++6 libx11-6 libxi6 gconf2 libqt4-sql-sqlite lsb-release speech-dispatcher