Install the tar.gz Archive
You can install GeoDict by simple extracting the gzipped tar archive. This approach does not use an installer, and therefore does not check for dependencies from other Linux packages. We therefore recommend to install GeoDict either from the .deb package or the .rpm package, if possible.
If you install by extracting the .tar.gz file, you have to take care of the dependencies manually:
To install GeoDict, open a terminal and move the file to the folder where you want to install GeoDict (we recommend installation in /opt) and extract GeoDict by typing
tar -xzvf GeoDict2025-1-1-Linux-x86_64-Release.tar.gz
tar -xzvf GeoDict2025-1-1-Linux-x86_64-Tools-Release.tar.gz
The tar command unzips the file and creates the folder geodict2025 in the working directory. This installation folder contains all GeoDict files. The GeoDict Tools package is unpacked into the geodict2025/Tools folder and contains the x264 video encoder. It is important that both GeoDict and GeoDict Tools package are unpacked in the same folder.
Launch GeoDict from the command line by starting
./geodict2025
from this installation folder or start it by browsing to the installation folder and clicking on the geodict2025 executable.
Note! We recommend that you create a link in /usr/local/bin or any other location that is in the binary search path to the geodict2025 executable such that it can be easily started by all users. |