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 GeoDict2026-1-1-Linux-x86_64-Release.tar.gz
tar -xzvf GeoDict2026-1-1-Linux-x86_64-Tools-Release.tar.gz
The tar command unzips the file and creates the folder geodict2026 in the working directory. This installation folder contains all GeoDict files. The GeoDict Tools package is unpacked into the geodict2026/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
./geodict2026
from this installation folder or start it by browsing to the installation folder and clicking on the geodict2026 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 geodict2026 executable such that it can be easily started by all users. |