Hello, Bump to new version 5.0.47_1.
Search Criteria
Package Details: nomachine 8.14.2-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: | 92 |
Popularity: | 0.40 |
First Submitted: | 2014-07-24 15:45 (UTC) |
Last Updated: | 2024-10-04 19:35 (UTC) |
Dependencies (7)
- bash (bash-devel-static-gitAUR, bash-devel-gitAUR, busybox-coreutilsAUR, bash-gitAUR)
- dkms (dkms-gitAUR, dkms-fast-zstdAUR)
- nawk (nawk-gitAUR)
- openssh (openssh-gitAUR, openssh-dotconfigAUR, openssh-dotconfig-binAUR, openssh-selinuxAUR, openssh-hpn-shimAUR, openssh-gssapiAUR)
- polkit (polkit-gitAUR, polkit-consolekitAUR)
- rpm-tools (rpm-tools-gitAUR)
- xorg-xauth (optional) – allows logging into a headless machine
Required by (0)
Sources (5)
- http://download.nomachine.com/download/8.13/Linux/nomachine_8.14.2_1_aarch64.tar.gz
- http://download.nomachine.com/download/8.13/Linux/nomachine_8.14.2_1_armv6hl.tar.gz
- http://download.nomachine.com/download/8.13/Linux/nomachine_8.14.2_1_armv7hl.tar.gz
- http://download.nomachine.com/download/8.13/Linux/nomachine_8.14.2_1_i686.tar.gz
- http://download.nomachine.com/download/8.13/Linux/nomachine_8.14.2_1_x86_64.tar.gz
Latest Comments
« First ‹ Previous 1 .. 17 18 19 20 21 22 23 24 25 Next › Last »
runnytu commented on 2015-10-21 20:27 (UTC)
jascha commented on 2015-10-21 07:05 (UTC)
5.0.47 has been released :)
runnytu commented on 2015-10-02 19:23 (UTC)
Hello, Bump to new version 5.0.43_1.
vollekannehoschi commented on 2015-10-02 09:55 (UTC)
5.0.43_1 is out and the current 4.6.16 files are no longer available it seems. I get HTTP 404s for them :(
runnytu commented on 2015-09-28 19:16 (UTC)
Hello, Bump to new version 4.6.16-1.
Sandman007 commented on 2015-09-09 21:03 (UTC)
@runnytu. Thank you! I actually just relized that before I was using pkgrel=16 before and so it wasn't compiling. Now its compiled and I have it installed. Thank you so much!
Sandman007 commented on 2015-09-09 20:37 (UTC)
@runnytu Thanks. I had actually tried this exact thing but if it works for u I must have made a typo somewhere. I'll give it another go. Thanks again kind sir
runnytu commented on 2015-09-09 20:34 (UTC)
@Sandman007, Changing this builds and installs ok:
pkgver=4.6.16
pkgrel=1
for x86_64:
pkgrel=1
sha256sums=('4c1abc76d844f04f24e5fadf06bb720275dacd3e71aacceb6380bc8755a0f996')
for i686:
pkgrel=1
sha256sums=('c55dcdc895f4427bc5d988467d8313ee2c0678caca6b3913ed53d5b247c3142f')
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