I need to install DupeGuru Music Edition but I do not know what files do I have to download for installing the software. The instructions spoke about Quantal, Saucy, Raring, Precise. What do these terms mean? I am new to Ubuntu and I do not find the easy way to understand it.
Asked
Active
Viewed 5,711 times
2 Answers
4
Those names are only development codenames. One easy way to discover what's your Ubuntu release is by running lsb_release -rc
in a terminal.
You don't have to manually download anything in order to install DupeGuru ME, just add Hardcoded's PPA. Run the following:
sudo apt-add-repository ppa:hsoft/ppa
sudo apt-get update
sudo apt-get install dupeguru-me
The correct package and its dependencies will be automatically downloaded and installed, and updates will be offered when available.

Eric Carvalho
- 54,385
-
currently: https://github.com/arsenetar/dupeguru/issues/484 – Ferroao Feb 05 '20 at 23:25
1
Quantal is an obsolete version,so you can install DupeGuru Music Edition in any one of these versions Saucy,Raring,Precise.

Avinash Raj
- 78,556
-
I cannot seem to install dupeguru in stock Raring without adding the hsoft PPA. – krlmlr Jan 03 '14 at 14:00
-