WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: how can I instsall nonmachine's deb?  (Read 1353 times)

Offline kora3848

  • Newbie
  • *
  • Posts: 15
how can I instsall nonmachine's deb?
« on: December 23, 2023, 09:36:48 PM »
I already download nomachine's deb
but when I install it
I use dpkg, but it doesnt work, tinycore lack of this
and I try dpkg-deb ,  tinycore also lack of this
 I try file2tcz ,  tinycore also lack of this

can anyone one help?
thank you

Offline gadget42

  • Hero Member
  • *****
  • Posts: 663
Re: how can I instsall nonmachine's deb?
« Reply #1 on: December 23, 2023, 10:39:35 PM »
looks like they offer a few different packages:
https://downloads.nomachine.com/download/?id=3

this might help as well:
https://kb.nomachine.com/AR06N00891

also(since i had it handy):
https://en.wikipedia.org/wiki/NX_technology
The fluctuation theorem has long been known for a sudden switch of the Hamiltonian of a classical system Z54 . For a quantum system with a Hamiltonian changing from... https://forum.tinycorelinux.net/index.php/topic,25972.msg166580.html#msg166580

Offline kora3848

  • Newbie
  • *
  • Posts: 15
Re: how can I instsall nonmachine's deb?
« Reply #2 on: December 23, 2023, 11:12:15 PM »
thank you so much
but I find to download nomachine's tar.gz for install
but finally I still can not install

I already
Code: [Select]
sudo tar zxvf nomachine_8.10.1_1_x86_64.tar.gz
when I use
Code: [Select]
sudo /usr/NX/nxserver --install
it show
Code: [Select]
tc@box:~$ sudo /usr/NX/nxserver --install
sudo: unable to execute /usr/NX/nxserver: No such file or directory

but I can see the nxserver is there
Code: [Select]
tc@box:/usr/NX$ ls
etc/  nxserver


plz I want to know what can I do? thank you so much

    [EDIT]: Added  code  tags.  Rich
« Last Edit: December 25, 2023, 06:11:29 AM by Rich »

Offline gadget42

  • Hero Member
  • *****
  • Posts: 663
Re: how can I instsall nonmachine's deb?
« Reply #3 on: December 23, 2023, 11:46:05 PM »
The fluctuation theorem has long been known for a sudden switch of the Hamiltonian of a classical system Z54 . For a quantum system with a Hamiltonian changing from... https://forum.tinycorelinux.net/index.php/topic,25972.msg166580.html#msg166580

Offline kora3848

  • Newbie
  • *
  • Posts: 15
Re: how can I instsall nonmachine's deb?
« Reply #4 on: December 24, 2023, 02:38:37 AM »
thanks a lot
and I read you provide the link

at least he types "sudo /usr/NX/nxserver --install" and he can install, of course he still need to fix many things
but I type same but I cant install

Code: [Select]
tc@box:~$ sudo /usr/NX/nxserver --install
sudo: unable to execute /usr/NX/nxserver: No such file or directory

then I try

Code: [Select]
tc@box:/usr/NX$ nxserver --install
-sh: nxserver: not found
tc@box:/usr/NX$ sudo nxserver --install
sudo: nxserver: command not found

but I nxserver is there

Code: [Select]
tc@box:/usr/NX$ nxserver --install
-sh: nxserver: not found
tc@box:/usr/NX$ ls
etc/  nxserver

I dont know why

    [EDIT]: Added  code  tags.  Rich
« Last Edit: December 25, 2023, 06:13:06 AM by Rich »

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14579
Re: how can I instsall nonmachine's deb?
« Reply #5 on: December 24, 2023, 03:04:55 AM »
nxserver is a bash script so you need to load the bash extension

Offline kora3848

  • Newbie
  • *
  • Posts: 15
Re: how can I instsall nonmachine's deb?
« Reply #6 on: December 24, 2023, 03:38:47 AM »
thank you so much

but ERROR: Linux distribution not supported.

what can I do? plz
sudo /usr/NX/nxserver --install ubuntu
can I use this? for ubuntu? which one should I choose?
plz

Code: [Select]
tc@box:~$ sudo /usr/NX/nxserver --install
ERROR: Linux distribution not supported.

Available options:
 --install {SYSTEM}
 --update  {SYSTEM}
 --help

The specified SYSTEM must be one of the following operating systems.
If not the NoMachine setup will try to autodetect the system or will choose
the layout that better resembles one of the known OS.

       redhat       Red Hat Enterprise 4 and later.
       suse         SLED 10 and later, SLES 10 and later, Open SUSE 10 and later.
       slackware
       mandriva     Mandriva 2009 and later.
       debian       Debian 4.0 and later.
                    Ubuntu 8.04 and later.
       fedora       Fedora 10 and later.

    [EDIT]: Added  code  tags.  Rich
« Last Edit: December 25, 2023, 06:14:11 AM by Rich »

Offline kora3848

  • Newbie
  • *
  • Posts: 15
Re: how can I instsall nonmachine's deb?
« Reply #7 on: December 24, 2023, 04:08:06 AM »
On the other hand
If nomachine is not fit for tinycore

which VNC softwares fit for tinycore?
but I still think nomachine is very good for linux

thank you all so much

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14579
Re: how can I instsall nonmachine's deb?
« Reply #8 on: December 24, 2023, 04:29:12 AM »
You can use the tinycore apps gui to search the extensions repo on “vnc” to see what is available.

Offline kora3848

  • Newbie
  • *
  • Posts: 15
Re: how can I instsall nonmachine's deb?
« Reply #9 on: December 24, 2023, 06:35:09 PM »
thank you so much
I saw realvnc is available , then I install but can not run vncserver, I dont know why

Code: [Select]
tc@box:~$ tce-load -wi realvnc
realvnc is already installed!
tc@box:~$ vncserver
-sh: vncserver: not found
tc@box:~$ sudo vncserver
sudo: vncserver: command not found

    [EDIT]: Added  code  tags.  Rich
« Last Edit: December 25, 2023, 06:14:58 AM by Rich »

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14579
Re: how can I instsall nonmachine's deb?
« Reply #10 on: December 25, 2023, 01:21:19 AM »
It looks like realvnc contains vnc4server.

Offline kora3848

  • Newbie
  • *
  • Posts: 15
Re: how can I instsall nonmachine's deb?
« Reply #11 on: December 25, 2023, 05:30:07 AM »
thank you can I know how can I solve this problem?

Online Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11261
Re: how can I instsall nonmachine's deb?
« Reply #12 on: December 25, 2023, 06:18:21 AM »
Hi kora3848
Please use  Code Tags  when posting commands and responses seen in a terminal. To use  Code Tags  click on the  #  icon
above the reply box and paste your text between the  Code Tags  as shown in this example:

Quote
[code][   36.176529] pcm512x 1-004d: Failed to get supply 'AVDD': -517
[   36.176536] pcm512x 1-004d: Failed to get supplies: -517
[   36.191753] pcm512x 1-004d: Failed to get supply 'AVDD': -517[/code]

It will appear like this in your post:
Code: [Select]
[   36.176529] pcm512x 1-004d: Failed to get supply 'AVDD': -517
[   36.176536] pcm512x 1-004d: Failed to get supplies: -517
[   36.191753] pcm512x 1-004d: Failed to get supply 'AVDD': -517

Code Tags  serve as visual markers between what you are trying to say and the information you are posting. They also preserve
spacing so column aligned data displays properly. Code tags also automatically add horizontal and or vertical scrollbars
to accommodate long lines and listings.

Online Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11261
Re: how can I instsall nonmachine's deb?
« Reply #13 on: December 25, 2023, 06:18:57 AM »
Hi kora3848
thank you can I know how can I solve this problem?
Try it like this:
Code: [Select]
tc@box:~$ vnc4server

Offline mocore

  • Hero Member
  • *****
  • Posts: 509
  • ~.~
Re: how can I instsall nonmachine's deb?
« Reply #14 on: December 28, 2023, 05:34:19 AM »
On the other hand
If nomachine is not fit for tinycore

it's  possible *to try to* make it work ... however perhaps some *more open* alternative works just as well !

ftr
https://wiki.archlinux.org/title/NoMachine
Quote
https://wiki.archlinux.org/title/NoMachine Until version 3.x,
NoMachine was known as NX and available under GPL.   
Since NoMachine version 4, the software is proprietary and currently two editions are available

https://en.wikipedia.org/wiki/NX_technology