1

I am new to the forum. I have used Ubuntu in the past. However, my Command-Line skills are rather limited.

DVD players are becoming obsolete so I decided to make my DVD movies into iso files, including those 'Okay' movies in dual layers.

So I wanted to install DVD95 on my Ubuntu 18.04.3 LTS. I found a guide to install it, https://zoomadmin.com/HowToInstall/UbuntuPackage/dvd95. However, it does not work at all. The terminal tells me after 'sudo apt-get install...' that;

Reading package lists... Done
Building dependency tree       
Reading state information... Done
Package dvd95 is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

E: Package 'dvd95' has no installation candidate'

Can anyone explain why this is happening and show how to install the application?

I have tried many other possible methods but nothing worked.

Eliah Kagan
  • 119,640

1 Answers1

1

The package is no longer available in Ubuntu 18.04. Yow will have to download the .deb file and install it.

Step 1: To download the package, open terminal and type

wget http://archive.ubuntu.com/ubuntu/pool/multiverse/d/dvd95/dvd95_1.6p0+git20100528.ef7c-0ubuntu4_amd64.deb

Step 2: Install the downloaded package

sudo dpkg -i dvd95_1.6p0+git20100528.ef7c-0ubuntu4_amd64.deb

Done. Now you have installed dvd95