For current case you have to download the ZIP-file with installer from releases page and then install it using commands below:
cd ~/Downloads
wget -c https://github.com/raryelcostasouza/pyTranscriber/releases/download/v1.5-stable/pyTranscriber-v1.5-linux-installer.zip
unzip pyTranscriber-v1.5-linux-installer.zip
cd pyTranscriber-v1.5-linux-installer
sudo bash install.sh
and then find the pyTranscriber application icon in the dash. Or launch it using /opt/pyTranscriber/pyTranscriber
command.
Other way is to download portable version of application and run it with following commands:
cd ~/Downloads
wget -c https://github.com/raryelcostasouza/pyTranscriber/releases/download/v1.5-stable/pyTranscriber-v1.5-linux-portable.zip
unzip pyTranscriber-v1.5-linux-portable.zip
cd pyTranscriber-v1.5-linux-portable/
./pyTranscriber
Notes: by analyzing the contents of above pyTranscriber directories you can see that they do not have any configure
and/or Makefile
(so ./configure
followed by make
command will not work), do not have any setup.py
(so python setup.py build
will not work either). So for this particular case you are downloading special installer packages and not the sources.