Just change the value of sha512sums_x86_64 or the corresponding value for your own computer architecture in the PKGBUILD file to 'SKIP' to skip the verification. Then, manually run makepkg -si in the PKGBUILD folder.
Search Criteria
Package Details: nomachine 9.5.7-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/nomachine.git (read-only, click to copy) |
|---|---|
| Package Base: | nomachine |
| Description: | Remote desktop application |
| Upstream URL: | http://www.nomachine.com |
| Licenses: | custom:"NoMachine EULA" |
| Groups: | network |
| Conflicts: | nxclient, nxmanager, nxnode, nxserver, nxwebplayer |
| Submitter: | FreeK |
| Maintainer: | runnytu |
| Last Packager: | runnytu |
| Votes: | 97 |
| Popularity: | 0.024631 |
| First Submitted: | 2014-07-24 15:45 (UTC) |
| Last Updated: | 2026-05-13 19:07 (UTC) |
Dependencies (7)
- bash (bash-gitAUR, bash-devel-gitAUR)
- dkms (dkms-gitAUR)
- nawk (nawk-gitAUR)
- openssh (openssh-gitAUR, openssh-dnatAUR, openssh-gssapiAUR, openssh-hpn-shimAUR, openssh-selinuxAUR)
- polkit (polkit-gitAUR, polkit-consolekitAUR)
- rpm-tools (rpm-tools-gitAUR)
- xorg-xauth (optional) – allows logging into a headless machine
Required by (0)
Sources (5)
- https://download.nomachine.com/download/9.5/Arm/nomachine_9.5.7_2_aarch64.tar.gz
- https://download.nomachine.com/download/9.5/Arm/nomachine_9.5.7_2_armv6hl.tar.gz
- https://download.nomachine.com/download/9.5/Arm/nomachine_9.5.7_2_armv7hl.tar.gz
- https://download.nomachine.com/download/9.5/Linux/nomachine_9.5.7_2_i686.tar.gz
- https://download.nomachine.com/download/9.5/Linux/nomachine_9.5.7_2_x86_64.tar.gz
Owsmyf commented on 2026-05-08 09:19 (UTC) (edited on 2026-05-08 09:22 (UTC) by Owsmyf)
shore commented on 2026-04-08 23:59 (UTC)
Hi I have sha256 checking failure on nomachine_9.4.14_1_x86_64.tar.gz....
<deleted-account> commented on 2026-01-06 23:07 (UTC)
nxd service does not start by default so its impossible to connect remotely until this is started. (nxd is the service that listens on port 4000).
workaround command from https://forum.nomachine.com/topic/nxd-does-not-start-from-systemd-but-does-from-nxserver-restart-2 :
"sudo /etc/NX/nxserver --startmode nxd automatic"
avt613 commented on 2026-01-03 19:03 (UTC) (edited on 2026-01-03 19:05 (UTC) by avt613)
For anyone having issues with pulseaudio not starting with NoMachine 9.2 or newer take a look at https://kb.nomachine.com/TR11W11619
In case anyone can't follow the link this is what it says to do:
As a temporary solution, disable EGL support in NoMachine by executing in a terminal:
sudo /etc/NX/nxserver --eglcapture no
Then re-login to the Linux host or reboot the Linux machine
sudo systemctl restart display-manager
dgy18787 commented on 2025-03-06 09:44 (UTC)
For people encountering no sound in NoMachine after upgrade to pulseaudio 17.0, Pulseaudio needs to be rebuild to add the module-esound-sink. Validated under Englightment, do the following things:
-
Download (git clone) the latest PKGBUILD forom
https://gitlab.archlinux.org/archlinux/packaging/packages/pulseaudio/ -
In the PKGBUILD directory, execute
makepkg -o -
cd src/pulseaudio/src/modules -
nano meson.build, uncomment"module-esound-sink"and possible"module-filter-apply" -
cd ../../ -
execute
meson setup build -
go back to the PKGBUILD directory and
makepkg -e -
install all generated packges.
galvez_65 commented on 2025-01-29 13:35 (UTC)
For those interested here is a patch file for 8.16.1, and it still does not work with KDE Plasma
PKGBUILD.patch
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,8 +11,8 @@
### END BUILD OPTIONS
pkgname=nomachine
-pkgver=8.14.2
-_pkgvermain=8.14
+pkgver=8.16.1
+_pkgvermain=8.16
_pkgrel_i686=1
_pkgrel_x86_64=1
_pkgrel_armv6h=1
@@ -30,13 +30,13 @@
conflicts=('nxmanager' 'nxwebplayer' 'nxserver' 'nxnode' 'nxclient')
depends=('bash' 'openssh' 'nawk' 'polkit' 'rpm-tools' 'dkms')
optdepends=('xorg-xauth: allows logging into a headless machine')
-sha512sums_x86_64=('c3bf7e045b21811e9915d504a40a76214772393c3ac43944f62966337b739a80585217c93755509a4851528d47c34dfd796709a7090ffa8c69cc98148ef92988')
-sha512sums_i686=('286e2927fcca9f74bf4dc9809192d08274b00058190e87ea3f69f6fdfa0d981ec07766d6a896141e840ab182ea4fbc296bdf30a0621bf1a0521b75a9837f9fbf')
-sha512sums_armv6h=('1c1e70e9912d9b3e1c87bdaab5974072b0d3f49a9c1258ca0821441ebe92baf83c858242fe2f1c12b9f8daaba627ab59ee91bfd6baab9bd8da344052c9ac43d4')
-sha512sums_armv7h=('5efaa4e87d371ca4c83eeaffeefcc7d3dff628995af80fbdebce68dfeace9a8ce395f5b4ef71784e2523bd755b6871078d21604d29188fea5ed99b063850d2dd')
-sha512sums_armv8h=('ac8584028692974405fae69e46e55c625b46a43e1c054a690a04fedeeea7fbeb928eeecd54810c563132fc5fca15a75cdf1e8e512a4c29554839fe9e665eeda6')
-sha512sums_aarch64=('ac8584028692974405fae69e46e55c625b46a43e1c054a690a04fedeeea7fbeb928eeecd54810c563132fc5fca15a75cdf1e8e512a4c29554839fe9e665eeda6')
-sha512sums_pentium4=('286e2927fcca9f74bf4dc9809192d08274b00058190e87ea3f69f6fdfa0d981ec07766d6a896141e840ab182ea4fbc296bdf30a0621bf1a0521b75a9837f9fbf')
+sha512sums_x86_64=('afaa62dbcdc7a830fa0dc04080a777b69952faf6b63b1ee49429ea98299b28107719b19d5df6d07ca13e45858a5bb3d43e80897cb6150b5bda7ea2802798b0e0')
+sha512sums_i686=('dc62ee94a11801e04fb36d1d858327d30cb789e04d9ea3f681523b2a5e74a259af4af83cf79256872eb9677b12ed684ce14e92f691bbe7afb77affdf03b203e6')
+sha512sums_armv6h=('4548f5ed1c8a43b2f25250138c534424c1578ea75f14b3160fc6cba15a6bd749a86a9980e1d192c53d26998909f357fe81a82f04759b89c1e592e7fe89f1d18d')
+sha512sums_armv7h=('1316ce418993b6255913b13b4b9c60e8e874807a2ed09c527891c524a5fb7ef2c8cbf0a251da8b1d6b75bcbe5f47116426556806e3303d043bcb91bcc10129e4')
+sha512sums_armv8h=('dc0a86d83fd206c08511f060ff16d4b21c70e5419a13208ab88cdb1892bfd64b796457a509009ad1acc6505a5f3b23f5be92de8a60ad9915bc522d980daf308e')
+sha512sums_aarch64=('dc0a86d83fd206c08511f060ff16d4b21c70e5419a13208ab88cdb1892bfd64b796457a509009ad1acc6505a5f3b23f5be92de8a60ad9915bc522d980daf308e')
+sha512sums_pentium4=('dc62ee94a11801e04fb36d1d858327d30cb789e04d9ea3f681523b2a5e74a259af4af83cf79256872eb9677b12ed684ce14e92f691bbe7afb77affdf03b203e6')
source_x86_64=("http://download.nomachine.com/download/${_pkgvermain}/Linux/${pkgname}_${pkgver}_${_pkgrel_x86_64}_x86_64.tar.gz")
source_i686=("http://download.nomachine.com/download/${_pkgvermain}/Linux/${pkgname}_${pkgver}_${_pkgrel_i686}_i686.tar.gz")
source_armv6h=("http://download.nomachine.com/download/${_pkgvermain}/Raspberry/${pkgname}_${pkgver}_${_pkgrel_armv6h}_armv6hl.tar.gz")
kuhtoxo commented on 2025-01-29 04:12 (UTC)
Version 8.16.1 is currently available on the official website, but this package is stuck on 8.14.2.
galvez_65 commented on 2025-01-29 02:05 (UTC)
Here is a patch file for 8.15.3 if anyone is interested. Also this version still does not work on KDE Plasma Wayland.
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,8 +11,8 @@
### END BUILD OPTIONS
pkgname=nomachine
-pkgver=8.14.2
-_pkgvermain=8.14
+pkgver=8.15.3
+_pkgvermain=8.15
_pkgrel_i686=1
_pkgrel_x86_64=1
_pkgrel_armv6h=1
@@ -30,13 +30,13 @@
conflicts=('nxmanager' 'nxwebplayer' 'nxserver' 'nxnode' 'nxclient')
depends=('bash' 'openssh' 'nawk' 'polkit' 'rpm-tools' 'dkms')
optdepends=('xorg-xauth: allows logging into a headless machine')
-sha512sums_x86_64=('c3bf7e045b21811e9915d504a40a76214772393c3ac43944f62966337b739a80585217c93755509a4851528d47c34dfd796709a7090ffa8c69cc98148ef92988')
-sha512sums_i686=('286e2927fcca9f74bf4dc9809192d08274b00058190e87ea3f69f6fdfa0d981ec07766d6a896141e840ab182ea4fbc296bdf30a0621bf1a0521b75a9837f9fbf')
-sha512sums_armv6h=('1c1e70e9912d9b3e1c87bdaab5974072b0d3f49a9c1258ca0821441ebe92baf83c858242fe2f1c12b9f8daaba627ab59ee91bfd6baab9bd8da344052c9ac43d4')
-sha512sums_armv7h=('5efaa4e87d371ca4c83eeaffeefcc7d3dff628995af80fbdebce68dfeace9a8ce395f5b4ef71784e2523bd755b6871078d21604d29188fea5ed99b063850d2dd')
-sha512sums_armv8h=('ac8584028692974405fae69e46e55c625b46a43e1c054a690a04fedeeea7fbeb928eeecd54810c563132fc5fca15a75cdf1e8e512a4c29554839fe9e665eeda6')
-sha512sums_aarch64=('ac8584028692974405fae69e46e55c625b46a43e1c054a690a04fedeeea7fbeb928eeecd54810c563132fc5fca15a75cdf1e8e512a4c29554839fe9e665eeda6')
-sha512sums_pentium4=('286e2927fcca9f74bf4dc9809192d08274b00058190e87ea3f69f6fdfa0d981ec07766d6a896141e840ab182ea4fbc296bdf30a0621bf1a0521b75a9837f9fbf')
+sha512sums_x86_64=('4ad94158a3bb76f9f31e60c78018931106d1a3037d0a31bb71d05098a4011aacaf803b7fba1ab0369fbcd2cc66d0a12317486d3cf22a7268b5950f85095be060')
+sha512sums_i686=('4ddea3f69b97465b5bcdfb9bf8486b647b63c360bed7ee37887e9e357661b233d65112ca647a41451052107473db7031d1365a302292ae7d30e5ae0c271ac99b')
+sha512sums_armv6h=('beba4f0d34aaf79a78d4044f23b5875681df939ea6359881e28e8f8c4a5bc9e1eeab5823b41a4ba90dd9a2664df2bb7e0ee863be8e49665ef014012992cf2ff0')
+sha512sums_armv7h=('efdaa47ded7e0f44d3237c3aed1b6ca27c09fcba7a49058cd7e08f787ba848b75d58616bb075528c01e6b813f894196fd80378b0c4ce3c10f003c39afc50d2fa')
+sha512sums_armv8h=('ab5c022157f789b320302146ee196d1e5c3b8d7d5222d205a3338105041959c28e60ee3356e7e0bf2eff35c875b83d5e04a3d9c8b183a3310c4fd3f5c349fe84')
+sha512sums_aarch64=('ab5c022157f789b320302146ee196d1e5c3b8d7d5222d205a3338105041959c28e60ee3356e7e0bf2eff35c875b83d5e04a3d9c8b183a3310c4fd3f5c349fe84')
+sha512sums_pentium4=('4ddea3f69b97465b5bcdfb9bf8486b647b63c360bed7ee37887e9e357661b233d65112ca647a41451052107473db7031d1365a302292ae7d30e5ae0c271ac99b')
source_x86_64=("http://download.nomachine.com/download/${_pkgvermain}/Linux/${pkgname}_${pkgver}_${_pkgrel_x86_64}_x86_64.tar.gz")
source_i686=("http://download.nomachine.com/download/${_pkgvermain}/Linux/${pkgname}_${pkgver}_${_pkgrel_i686}_i686.tar.gz")
source_armv6h=("http://download.nomachine.com/download/${_pkgvermain}/Raspberry/${pkgname}_${pkgver}_${_pkgrel_armv6h}_armv6hl.tar.gz")
Alkaris commented on 2025-01-28 02:09 (UTC)
Still out of date.
polpoman commented on 2024-11-17 14:28 (UTC)
Does audio passthrough work for anybody here? I use KDE + X11, and it doesn't for me.
Pinned Comments
runnytu commented on 2021-02-20 13:44 (UTC)
Since nomachine 7.1.3-2 the default behavior of the package is StartNXDaemon Manual and FirewallConfiguration 0 on a new installation, if you want to change this, you need to modify PKGBUILD build options with your desire behavior:
BUILD OPTIONS
Set to y to enable nomachine service autostart
_autoservice=n
Set to y to enable firewall autorules
_autofirewall=n
END BUILD OPTIONS