You are not logged in.

#1 2020-08-30 20:06

kizomba5
Member
Registered: 2020-08-30
Posts: 2

Remote with Nomachine

Hello, how to install nomachine on Q4os?
I downloaded and try in terminal, but receive messege "locked from another reason"
Any easy way?
Thank you

Offline

#2 2020-08-30 20:38

q4osteam
Q4OS Team
Registered: 2015-12-06
Posts: 4,230
Website

Re: Remote with Nomachine

Please post more detailed description and instructions for us to be able to reproduce the issue.

Offline

#3 2020-09-01 20:43

kizomba5
Member
Registered: 2020-08-30
Posts: 2

Re: Remote with Nomachine

pi@raspberrypi:~ $ sudo dpkg -i nomachine_6.11.2_1_amd64.deb
dpkg: error: dpkg frontend lock is locked by another process
pi@raspberrypi:~ $ sudo su
root@raspberrypi:/home/pi# sudo dpkg -i nomachine_6.11.2_1_amd64.deb
dpkg: error: dpkg frontend lock is locked by another process
root@raspberrypi:/home/pi# ls
data       Downloads                 nomachine_6.11.2_1_armhf  Public
Desktop    Music                     nomachine_6.11.2_1_i386   Templates
Documents  nomachine_6.11.2_1_arm64  Pictures                  Videos
root@raspberrypi:/home/pi# sudo dpkg -i nomachine_6.11.2_1_armhf.deb
dpkg: error: dpkg frontend lock is locked by another process
root@raspberrypi:/home/pi# sudo dpkg -i nomachine_6.11.2_1_i386.deb
dpkg: error: dpkg frontend lock is locked by another process
root@raspberrypi:/home/pi#

Offline

#4 2020-09-01 20:56

Tolkem
Member
Registered: 2019-10-06
Posts: 487

Re: Remote with Nomachine

kizomba5 wrote:

pi@raspberrypi:~ $ sudo dpkg -i nomachine_6.11.2_1_amd64.deb
dpkg: error: dpkg frontend lock is locked by another process
pi@raspberrypi:~ $ sudo su
root@raspberrypi:/home/pi# sudo dpkg -i nomachine_6.11.2_1_amd64.deb
dpkg: error: dpkg frontend lock is locked by another process
root@raspberrypi:/home/pi# ls
data       Downloads                 nomachine_6.11.2_1_armhf  Public
Desktop    Music                     nomachine_6.11.2_1_i386   Templates
Documents  nomachine_6.11.2_1_arm64  Pictures                  Videos
root@raspberrypi:/home/pi# sudo dpkg -i nomachine_6.11.2_1_armhf.deb
dpkg: error: dpkg frontend lock is locked by another process
root@raspberrypi:/home/pi# sudo dpkg -i nomachine_6.11.2_1_i386.deb
dpkg: error: dpkg frontend lock is locked by another process
root@raspberrypi:/home/pi#

Something else is using apt, make sure no other app, e.g synaptic or the likes are open, close if they are and try again. Also, once you become root there's no need for sudo, so you can just

dpkg -i nomachine_6.11.2_1_amd64.deb

BTW, you might want to use apt instead of dpkg so it takes care of install dependencies too

sudo apt install ./nomachine_6.11.2_1_amd64.deb

or if root

apt install ./nomachine_6.11.2_1_amd64.deb

otherwise you'll have to run apt anyway right after installing nomachine.deb to fix dependencies issues.

sudo apt --fix-broken install

Hope this helps! smile

Offline

Board footer

Powered by FluxBB