Install Mplayer Debian Wheezy Backports

  1. Debian Backports Stretch Sources
  2. Debian Wheezy Raspberry Pi
  3. Install Mplayer Debian Wheezy Backports
  4. Raspbian Debian Wheezy
  5. Debian Backports Jessie

Join GitHub today

How to remove mplayer from Debian 7 (Wheezy) Uninstall mplayer. To remove just mplayer package itself from Debian 7 (Wheezy) execute on terminal. If you also want to delete configuration and/or data files of mplayer from Debian Wheezy then this will work. Apt-get remove is identical to install except that packages are removed instead of.

Debian

GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.

Sign upDebian backports jessie New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Comments

commented Nov 4, 2015

There is no librtlsdr-dev package available in the official Raspbian Wheezy package repositories which is causing a dependency issue when trying to build dump1090-mutability1.15~dev packages.

commented Dec 17, 2015

Debating even supporting older releases such as Wheezy at this point... Anyone see an issue with this? Until then support for older releases has been shelved at least for the time being if not for good.

added legacy support and removed bug labels Dec 22, 2015

commented Dec 27, 2015

You are more familiar with setting up dump1090-mutability on Wheezy then I am. The following packages you suggested installing on the FlightAware forum should resolve this issue correct?

https://github.com/mutability/librtlsdr/releases/download/v0.5.4_git-1/librtlsdr0_0.5.4.git-1_armhf.deb
https://github.com/mutability/librtlsdr/releases/download/v0.5.4_git-1/librtlsdr-dev_0.5.4.git-1_armhf.deb

commented Dec 27, 2015

Yes I have these packages installed on my Wheezy Pi. I followed Oliver's directions here:
https://github.com/mutability/dump1090

You will need a librtlsdr0 package for Raspbian. There is no standard build of this. I have built suitable packages that are available from this release page: https://github.com/mutability/librtlsdr/releases

From my Pi:

commented Dec 27, 2015

Debian Backports Stretch Sources

@jprochazka
I have created a basic (minimal install) Debian 7.9 (wheezy) VM on my laptop for testing. As expected, the dump1090 installation currently fails:

Let me know when you want me to test things again.

commented Dec 27, 2015

OK, I think I have found a generic solution (i.e. not tied to downloading any specific files from any specific location).
Steps:

  1. Edit /etc/apt/sources.list
  2. Add this to the end:
  1. sudo apt-get update (I think that is already part of the install scripts.)

After doing the above, dump1090-mutability installed without any issues. I leave it up to you to perform the required version (wheezy/jessy) tests and add the wheezy-backports source.

commented Dec 27, 2015

Thinking about this a bit more and reading https://www.raspberrypi.org/forums/viewtopic.php?f=66&t=58836 I'm not so sure anymore if the above will be a good idea on a Pi, especially Pi1.

Closed

Debian Wheezy Raspberry Pi

commented Feb 6, 2016

I think the best way is to determine if the script is running on a Wheezy Pi device (armhf) and install the two required packages from here:

You could also check first if the packages are already available:

I don't think the back port idea that I posted earlier is such a good idea after all.

pushed a commit that referenced this issue Feb 8, 2016
Debian
Closed

added wontfix and removed help wantedlegacy support labels Mar 3, 2016

commented Mar 3, 2016

I no longer see the point in supporting Wheezy based releases due to the age.

Closed
Closed

Install Mplayer Debian Wheezy Backports

Open
Closed

Raspbian Debian Wheezy

Closed

Debian Backports Jessie

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment