How To Install DDRoom On Ubuntu 16.04

To Install DDRoom on Ubuntu 16.04

DDRoom is a cross-platform digital photo-processing application. The images process with DDRoom are accurate. DDRoom is a simple to install tool. In this article, let us see the method to install DDRoom on Ubuntu 16.04

Install DDRoom

Before you start the installation, make sure you add its repository by running the following command.

root@linuxhelp1:~# add-apt-repository ppa:dhor/myway
 Every photographer needs some tools...

 More info: https://launchpad.net/~dhor/+archive/ubuntu/myway
Press [ENTER] to continue or ctrl-c to cancel adding it

gpg: keyring `/tmp/tmp8j32smae/secring.gpg'  created
gpg: keyring `/tmp/tmp8j32smae/pubring.gpg'  created
gpg: requesting key 93330B78 from hkp server keyserver.ubuntu.com
gpg: /tmp/tmp8j32smae/trustdb.gpg: trustdb created
gpg: key 93330B78: public key " Launchpad PPA for Dariusz Duma"  imported
gpg: Total number processed: 1
gpg:               imported: 1  (RSA: 1)
OK


Once it is added, run the following command to update it.

root@linuxhelp1:~# apt-get update
Get:1 http://ppa.launchpad.net/dhor/myway/ubuntu xenial InRelease [17.5 kB]
Get:2 http://security.ubuntu.com/ubuntu xenial-security InRelease [102 kB]     
Hit:3 http://in.archive.ubuntu.com/ubuntu xenial InRelease                                
Get:4 http://in.archive.ubuntu.com/ubuntu xenial-updates InRelease [102 kB]                                          
Get:5 http://ppa.launchpad.net/dhor/myway/ubuntu xenial/main amd64 Packages [11.2 kB]          
Get:6 http://ppa.launchpad.net/dhor/myway/ubuntu xenial/main i386 Packages [10.6 kB]                             
Get:7 http://ppa.launchpad.net/dhor/myway/ubuntu xenial/main Translation-en [6,572 B]                            
Get:8 http://in.archive.ubuntu.com/ubuntu xenial-backports InRelease [102 kB]                                                     
Fetched 352 kB in 2s (122 kB/s)                                    
Reading package lists... Done

Now is the time to install DDRoom. Use the following command for the same purpose.

root@linuxhelp1:~# apt-get install ddroom -y
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following additional packages will be installed:
  liblensfun-data liblensfun0 libopenjpeg5
The following NEW packages will be installed:
  ddroom liblensfun-data liblensfun0 libopenjpeg5
0 upgraded, 4 newly installed, 0 to remove and 470 not upgraded.
Need to get 1,078 kB of archives.
After this operation, 3,729 kB of additional disk space will be used.
Get:1 http://in.archive.ubuntu.com/ubuntu xenial/universe amd64 liblensfun-data all 0.2.8-3 [82.0 kB]
Get:2 http://ppa.launchpad.net/dhor/myway/ubuntu xenial/main amd64 ddroom amd64 1.0.4.3-1dhor~xenial [846 kB]
Get:3 http://in.archive.ubuntu.com/ubuntu xenial/universe amd64 liblensfun0 amd64 0.2.8-3 [45.7 kB]
Get:4 http://in.archive.ubuntu.com/ubuntu xenial/universe amd64 libopenjpeg5 amd64 1:1.5.2-3.1 [104 kB]
Fetched 1,078 kB in 19s (56.0 kB/s)                                                                                                 
Selecting previously unselected package liblensfun-data.
(Reading database ... 176594 files and directories currently installed.)
Preparing to unpack .../liblensfun-data_0.2.8-3_all.deb ...
Unpacking liblensfun-data (0.2.8-3) ...
Selecting previously unselected package liblensfun0.
Preparing to unpack .../liblensfun0_0.2.8-3_amd64.deb ...
Unpacking liblensfun0 (0.2.8-3) ...
Selecting previously unselected package libopenjpeg5:amd64.
Preparing to unpack .../libopenjpeg5_1%3a1.5.2-3.1_amd64.deb ...
Unpacking libopenjpeg5:amd64 (1:1.5.2-3.1) ...
Selecting previously unselected package ddroom.
Preparing to unpack .../ddroom_1.0.4.3-1dhor~xenial_amd64.deb ...
Unpacking ddroom (1.0.4.3-1dhor~xenial) ...
Processing triggers for libc-bin (2.23-0ubuntu3) ...
Processing triggers for gnome-menus (3.13.3-6ubuntu3) ...
Processing triggers for desktop-file-utils (0.22-1ubuntu5) ...
Processing triggers for bamfdaemon (0.5.3~bzr0+16.04.20160415-0ubuntu1) ...
Rebuilding /usr/share/applications/bamf-2.index...
Processing triggers for mime-support (3.59ubuntu1) ...
Setting up liblensfun-data (0.2.8-3) ...
Setting up liblensfun0 (0.2.8-3) ...
Setting up libopenjpeg5:amd64 (1:1.5.2-3.1) ...
Setting up ddroom (1.0.4.3-1dhor~xenial) ...
Processing triggers for libc-bin (2.23-0ubuntu3) ...

DDRoom has been installed. Use your Ubuntu dashboard to launch the application.

The DDRoom application looks as follows.

You can also remove the application by running the following command.

root@linuxhelp1:~# apt-get remove ddroom -y
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following packages were automatically installed and are no longer required:
  liblensfun-data liblensfun0 libopenjpeg5
Use ' sudo apt autoremove'  to remove them.
The following packages will be REMOVED:
  ddroom
0 upgraded, 0 newly installed, 1 to remove and 470 not upgraded.
After this operation, 2,298 kB disk space will be freed.
(Reading database ... 176659 files and directories currently installed.)
Removing ddroom (1.0.4.3-1dhor~xenial) ...
Processing triggers for gnome-menus (3.13.3-6ubuntu3) ...
Processing triggers for desktop-file-utils (0.22-1ubuntu5) ...
Processing triggers for bamfdaemon (0.5.3~bzr0+16.04.20160415-0ubuntu1) ...
Rebuilding /usr/share/applications/bamf-2.index...
Processing triggers for mime-support (3.59ubuntu1) ...

Wasn' t it pretty simple to install? you can learn more about the DDRoom application from the user manual which is available in the PDF format.

Tag : DDroom
FAQ
Q
Why we are updating the apt-get for DDRoom?
A
Because here you are going to add the latest version of the DDRoom. Otherwise it will be the older version.
Q
How to add the DDRoom in the repositary ?
A
Following command is used to add
Syntax: "add-apt-repository ppa:dhor/myway"
Q
Ddroom is a cross-platform application???
A
DDRoom is a cross-platform application, tested under Linux and Windows, and should be able to run on MacOSX as well, but author don't have an access to Mac platform right now.
Q
How to update the DDRoom to latest with commands?
A
Following command is used to update the package
Syntax:"apt-get update DDRoom"
Q
Is there any alternative of Ddroom?
A
LightZone
photivo
Corel AfterShot Pro
Pixeluvo