Installation of FinchTV in Ubuntu 20.04
I am using Ubuntu 20.04.3. I need to install FinchTV in it. Is there any way to get the software?
This FinchTV application is available only for macOS and MS Windows. To run it on Ubuntu you need Wine - you have to install it using PlayOnLinux by following the below steps:
-
Install PlayOnLinux with
sudo apt-get update sudo apt-get install playonlinux
-
Obtain Windows installer package from official site:
cd ~/Downloads wget -c https://digitalworldbiology.com/sites/default/files/Basic%20page/upfiles/Windows_FinchTV_1_4_0.zip unzip Windows_FinchTV_1_4_0.zip
-
Launch PlayOnLinux
-
Click Install, select Install a non-listed application
-
Follow the wizard, press Next 4 times
-
Specify a name of wine virtual drive, i.e.
finchtv
, click Next 3 times -
Click Browse and specify path to installer -
~/Downloads/FinchTV_1_4_0/Installer.msi
, click Next -
Follow FinchTV windows installer with all default settings
-
Create shortcut for
FinchTV.exe
then select I don't want to make another shortcut, click Next -
Launch FinchTV using desktop shortcut and enjoy.
For software that is not in the standard software repositories, you depend on the install documentation of the software you want to install. First ensure that the software is supported on linux in the first place. If that is the case, installation can take different forms. You may need to compile the software yourself, the developer may provide binary files you can install using an install script, the developper may provide a .deb
installation file, or even a software PPA, ... Only you can know, studying the documentation provided by the software.