I use UltraCompare just on Windows.
But to be able to post a reply, I installed
UltraCompare for Linux 21.00.0.18 (the
Ubuntu 18.04 DEB package) with
sudo dpkg -i ucx_21.00.0.18_amd64.deb in a virtual Linux machine with
Debian 10 (Buster).
This Debian 10 virtual machine has
/etc/apt/sources.list with the lines:
Code: Select all
deb http://archive.debian.org/debian/ buster main contrib non-free
deb-src http://archive.debian.org/debian/ buster main contrib non-free
deb http://archive.debian.org/debian-security/ buster/updates main contrib non-free
deb-src http://archive.debian.org/debian-security/ buster/updates main contrib non-free
deb http://archive.debian.org/debian/ buster-backports main contrib non-free
deb-src http://archive.debian.org/debian/ buster-backports main contrib non-free
There were missing dependencies for
libjpeg8 and
poppler-utils.
I needed to do following for that reason before I could install
ucx_21.00.0.18_amd64.deb:
- Install multiarch-support 2.28-10 with sudo apt-get install multiarch-support (required by libjpeg8)
- Download libjpeg8_8d1-2_amd64.deb and install libjpeg8_8d1-2 with sudo dpkg -i libjpeg8_8d1-2_amd64.deb
- Install poppler-utils 0.71.0-5 with sudo apt-get install poppler-utils
Then I could start UltraCompare on the virtual Linux machine and I could see first:
It should be easy to start a folder comparison with that window as there must be just clicked the
Folder button to get:
There must be just selected a folder for the left side and another one for the right side with drag and drop or with using the two open folder buttons. UltraCompare for Linux executed the folder comparison automatically after selecting the right folder. There could be clicked on the green arrow button (play button) in the middle if the comparison is not automatically done.
Clicking in menu
Session on the menu item
Session Properties… opens the
Session Properties window for the active comparison tab where it is possible to change the properties (options) for the folder comparison (or whatever comparison is done in active tab) and run the comparison again on clicking on button
OK and Run at bottom left of the dialog window.
There is docked by default on right side the
Legend & Filters view which is shown on clicking with the mouse pointer on its tab. This view explains the items used to mark equal or different files and folders.
It is of course possible that a different comparison like a text file comparison was done before. But clicking in menu
Mode on the menu item
Folder Compare or pressing
Ctrl+K changes the compare mode from text file to folder compare.