any one knows how can i install MuMuDVB 2.0.0 on ubuntu?
Asked
Active
Viewed 916 times
0
-
which one your choose archive package sir? debian package or source code on github or something sir. – abu-ahmed al-khatiri Aug 30 '18 at 06:03
-
snapshot section – Opatan Aug 30 '18 at 06:40
-
1https://ftps.crans.org/debian-multimedia/pool/main/m/mumudvb-dmo/ – karel Aug 30 '18 at 06:51
-
1thank you for attension ,i think i have to install mumudvb_2.0.0-dmo2+bp1_amd64.deb .how can i install it? – Opatan Aug 30 '18 at 06:53
-
The nominated duplicate is superficially about ImageMagick, but the overall answer is the same for any application. – tripleee Aug 30 '18 at 08:20
1 Answers
1
Option 1. Install via APT
According to https://packages.ubuntu.com/search?suite=trusty&searchon=names&keywords=mumudvb the MuMuDVB package is available for 14.04 via APT.
So simply open up a terminal and run the following commands:
sudo apt update
sudo apt install mumudvb
This should result in version 1.7.1 at the moment.
Regaring different ubuntu-versions:
- 14.04
- 16.04
- 18.04
all featuring mumudvb 1.7.1 right now.
Option 2: Installing .deb manually:
In case you are willing to install a local .deb file manually, follow this steps
- On Terminal
- Navigate to the location where your .deb is located
- Enter
sudo dpkg -i NameOfLocalDebFile.deb
Option 3: Compile
If you need a particular newer version consider checking the project website and compile the source yourself.

dufte
- 13,272
- 5
- 39
- 43