You are not logged in.
Pages: 1
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
Please post more detailed description and instructions for us to be able to reproduce the issue.
Offline
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
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!
Offline
Pages: 1