Is it possible to install latest version of RaySession on Ubuntu MATE 20.04 LTS?

N0rbert

I'm testing RaySession application.

I have started with its version from official repository. But it seems to be outdated.

So I decided to get latest master from GitHub project page https://github.com/Houston4444/RaySession by the commands below:

cd ~/Downloads
git clone https://github.com/Houston4444/RaySession.git
cd RaySession

Then I follow official INSTALL.md file:

sudo apt-get install python3-pyqt5 pyqt5-dev-tools qtchooser
make

and I get

pyuic5 resources/ui/proxy_gui.ui -o src/clients/proxy/ui_proxy_gui.py
lrelease locale/raysession_en.ts -qm locale/raysession_en.qm
lrelease: could not exec '/usr/lib/qt5/bin/lrelease': No such file or directory
make: *** [Makefile:93: locale/raysession_en.qm] Error 1

How should I proceed to avoid the above error?

N0rbert

The lrelease executable is contained in two development packages. We have already installed one of them - qtchooser, so we also need to install the second one - qttools5-dev-tools which provides /usr/lib/qt5/bin/lrelease file:

sudo apt-get install qttools5-dev-tools

and then resume compilation by

cd ~/Downloads/RaySession
make
sudo make install

Then we need to install two additional packages to resolve runtime dependencies:

sudo apt-get install liblo7 python3-liblo wmctrl

and finally enjoy the RaySession application.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

Is it safe to install kernel 4.1.3 lts (latest version) on Ubuntu 14.04 LTS?

From Dev

Which Ubuntu should i install in order to install latest LTS version?

From Dev

How do I install the latest version of Java on Ubuntu 12.04 LTS?

From Dev

How to install latest grub2 version on Ubuntu 12.04 LTS

From Dev

How do I install the latest version of VirtualBox on Ubuntu 14.04 (Trusty Tahr) LTS?

From Dev

How to install the latest stable version of 'Mars Eclipse' on machine running on Ubuntu 12.04 LTS?

From Dev

Why doesn't gcc or build-essential install the latest version of GCC (9 as of today) on Ubuntu 18.04 LTS?

From Dev

How to install latest LTS Node in ubuntu 16.04?

From Dev

How to install TortoiseHG with integration to Caja on Ubuntu MATE 20.04 LTS?

From Dev

How to install TortoiseHG with integration to Caja on Ubuntu MATE 20.04 LTS?

From Dev

How to install x-tile on Ubuntu MATE 18.04 LTS?

From Dev

How do I install Muvizu on Ubuntu 14,04 LTS?

From Dev

Not possible to install anything on Ubuntu 18.04 LTS

From Dev

Will it be possible to upgrade to the latest Ubuntu from an older version

From Dev

Install latest nodejs version in ubuntu 14.04

From Dev

How to install latest version of Okular on Ubuntu 16.04?

From Dev

How to install latest version of Nitroshare on Ubuntu?

From Dev

How install latest version of baloo on Ubuntu?

From Dev

How to install libimobiledevice latest version on Ubuntu 18.04

From Dev

How to upgrade to the latest BlueZ version on Ubuntu 12.04 LTS?

From Dev

What's the latest version of Unity and Compiz in Ubuntu 14.04 LTS?

From Dev

Is there any way to Install Latest Nautilus File Manager in Ubuntu 12.04 LTS

From Dev

Is there any way to Install Latest Nautilus File Manager in Ubuntu 12.04 LTS

From Dev

Is there a way to downgrade Flex to version 2.5.39 on Ubuntu 20 LTS?

From Dev

Is it possible to remove Debian 8 GRUB background from Ubuntu MATE 18.04 LTS?

From Dev

How to correctly install MATE desktop environment on Ubuntu 16.04 LTS and newer versions?

From Dev

Is it safe to upgrade Ubuntu from 16.04 LTS to latest LTS version with working web-applications running in production?

From Dev

Is it possible to install the same version of ubuntu on the same hdd?

From Dev

How to install Mono version >= 3.10.0 on Ubuntu 14.04 LTS?

Related Related

  1. 1

    Is it safe to install kernel 4.1.3 lts (latest version) on Ubuntu 14.04 LTS?

  2. 2

    Which Ubuntu should i install in order to install latest LTS version?

  3. 3

    How do I install the latest version of Java on Ubuntu 12.04 LTS?

  4. 4

    How to install latest grub2 version on Ubuntu 12.04 LTS

  5. 5

    How do I install the latest version of VirtualBox on Ubuntu 14.04 (Trusty Tahr) LTS?

  6. 6

    How to install the latest stable version of 'Mars Eclipse' on machine running on Ubuntu 12.04 LTS?

  7. 7

    Why doesn't gcc or build-essential install the latest version of GCC (9 as of today) on Ubuntu 18.04 LTS?

  8. 8

    How to install latest LTS Node in ubuntu 16.04?

  9. 9

    How to install TortoiseHG with integration to Caja on Ubuntu MATE 20.04 LTS?

  10. 10

    How to install TortoiseHG with integration to Caja on Ubuntu MATE 20.04 LTS?

  11. 11

    How to install x-tile on Ubuntu MATE 18.04 LTS?

  12. 12

    How do I install Muvizu on Ubuntu 14,04 LTS?

  13. 13

    Not possible to install anything on Ubuntu 18.04 LTS

  14. 14

    Will it be possible to upgrade to the latest Ubuntu from an older version

  15. 15

    Install latest nodejs version in ubuntu 14.04

  16. 16

    How to install latest version of Okular on Ubuntu 16.04?

  17. 17

    How to install latest version of Nitroshare on Ubuntu?

  18. 18

    How install latest version of baloo on Ubuntu?

  19. 19

    How to install libimobiledevice latest version on Ubuntu 18.04

  20. 20

    How to upgrade to the latest BlueZ version on Ubuntu 12.04 LTS?

  21. 21

    What's the latest version of Unity and Compiz in Ubuntu 14.04 LTS?

  22. 22

    Is there any way to Install Latest Nautilus File Manager in Ubuntu 12.04 LTS

  23. 23

    Is there any way to Install Latest Nautilus File Manager in Ubuntu 12.04 LTS

  24. 24

    Is there a way to downgrade Flex to version 2.5.39 on Ubuntu 20 LTS?

  25. 25

    Is it possible to remove Debian 8 GRUB background from Ubuntu MATE 18.04 LTS?

  26. 26

    How to correctly install MATE desktop environment on Ubuntu 16.04 LTS and newer versions?

  27. 27

    Is it safe to upgrade Ubuntu from 16.04 LTS to latest LTS version with working web-applications running in production?

  28. 28

    Is it possible to install the same version of ubuntu on the same hdd?

  29. 29

    How to install Mono version >= 3.10.0 on Ubuntu 14.04 LTS?

HotTag

Archive