LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 10-22-2015, 03:58 PM   #1
jkirksey1889
Member
 
Registered: Oct 2015
Posts: 36

Rep: Reputation: Disabled
I think I installed unicentra but cannot find it to run it?


Maybe it didn't install? My desire to learn and use Linux has been one heck of an adventure, but I keep trying. I never could figure out a way to use a wireless adapter so I just ran an ethernet cable. Now I installed unicentra, I think, but cannot find it anywhere to open it.

I'm completely new to Linux so any instructions should be given where I can understand them.

Thanks in advance.
 
Old 10-22-2015, 04:17 PM   #2
ardvark71
LQ Veteran
 
Registered: Feb 2015
Location: USA
Distribution: Lubuntu 14.04, 22.04, Windows 8.1 and 10
Posts: 6,282
Blog Entries: 4

Rep: Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842
Hi....

Welcome to the forum

Did you mean uniCenta? If so, please take a look at #3 (and possibly #4) here.

Also, for your wireless adapter, please open a terminal and post the results of this command...

Code:
lspci -nnk | grep -i net -A2
If you have a USB adapter, please use this command...

Code:
lsusb
This will give us the chip information (Lord willing,) which will enable us to point you in the right direction.

Regards...

Last edited by ardvark71; 10-22-2015 at 04:21 PM. Reason: Added question.
 
Old 10-22-2015, 07:10 PM   #3
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
If it's installed you should be able to run it from the terminal.
Try opening your terminal and type unicentra and hit Enter.

If this point of sale software is installed the terminal will launch it.
If not; it could be that it needs some dependencies (other libraries) installed in order to work.

Looks like a really nice program-
https://unicenta.com/
 
Old 10-23-2015, 10:13 AM   #4
jkirksey1889
Member
 
Registered: Oct 2015
Posts: 36

Original Poster
Rep: Reputation: Disabled
From terminal typed in unicentra and command not found.

As for wireless adapter I'll fight that later. I have ethernet run now so I'm content at this point.
 
Old 10-23-2015, 10:35 AM   #5
Hasek39
Member
 
Registered: Jul 2015
Location: Pittsburgh, PA, US
Distribution: Slackware
Posts: 120

Rep: Reputation: Disabled
Quote:
Originally Posted by jkirksey1889 View Post
From terminal typed in unicentra and command not found.
Open your /etc/profile and look what is wrote after PATH=. This is the way where computer will be able to find anything that you type in command line. If there aren't such directories as /usr/local/bin, /usr/bin/, /bin and /usr/local/sbin, /usr/sbin, /sbin try to find it like
Code:
/usr/local/bin/unicentra
and so on.
 
Old 10-23-2015, 12:25 PM   #6
jkirksey1889
Member
 
Registered: Oct 2015
Posts: 36

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by Hasek39 View Post
Open your /etc/profile and look what is wrote after PATH=. This is the way where computer will be able to find anything that you type in command line. If there aren't such directories as /usr/local/bin, /usr/bin/, /bin and /usr/local/sbin, /usr/sbin, /sbin try to find it like
Code:
/usr/local/bin/unicentra
and so on.
jason@jason-P55-USB3 ~ $ /usr/local/bin/unicentra
bash: /usr/local/bin/unicentra: No such file or directory
jason@jason-P55-USB3 ~ $
 
Old 10-23-2015, 12:36 PM   #7
Emerson
LQ Sage
 
Registered: Nov 2004
Location: Saint Amant, Acadiana
Distribution: Gentoo ~amd64
Posts: 7,661

Rep: Reputation: Disabled
How did you install it?
 
Old 10-23-2015, 12:36 PM   #8
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,624

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
the very MOST important thing is what NO ONE asked and you have not posted

HOW!!!!!

How did you try to install this ?
What did you do ?
what did you use ?
and how did you do it ?

and What did you download ?
from the web page version 4 is STILL IN TESTING
so was it version 4 or 3 ?

was it the SOURCE code you tried to build ?
http://sourceforge.net/projects/unic.../files/source/

OR

the prebuilt installer ?
http://sourceforge.net/projects/unic...eleases/linux/


with out you informing us as to what you did and used ,there is really NOTHING any one can do except make wild guesses.
 
Old 10-23-2015, 12:46 PM   #9
jkirksey1889
Member
 
Registered: Oct 2015
Posts: 36

Original Poster
Rep: Reputation: Disabled
I used this link and followed the instructions for Linux Mint. However, there is a difference because the instructions are for 3.81 but the download link is 3.92.1 or something like that. So I replaced 3.81 with whatever version I downloaded.

https://chubbable.com/installing-uni...nux-or-windows

Last edited by jkirksey1889; 10-23-2015 at 12:51 PM.
 
Old 10-23-2015, 12:47 PM   #10
jkirksey1889
Member
 
Registered: Oct 2015
Posts: 36

Original Poster
Rep: Reputation: Disabled
Yes I used http://sourceforge.net/projects/unic...eleases/linux/
 
Old 10-23-2015, 12:49 PM   #11
Emerson
LQ Sage
 
Registered: Nov 2004
Location: Saint Amant, Acadiana
Distribution: Gentoo ~amd64
Posts: 7,661

Rep: Reputation: Disabled
So it is unicenta, not unicentra.
 
Old 10-23-2015, 12:50 PM   #12
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
Quote:
Originally Posted by jkirksey1889 View Post
I used this link and followed the instructions for Linux Mint. However, there is a difference because the instructions are for 3.81 but the download link is 3.92.1 or something like that. So I replaced 3.81 with whatever version I downloaded.
Is this what you saw before you downloaded the file?
Code:
unicentaopos-3.91.2-linux-x64-installer.run
The link in post # 10 doesn't work for me-
 
Old 10-23-2015, 12:57 PM   #13
jkirksey1889
Member
 
Registered: Oct 2015
Posts: 36

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by Ztcoracat View Post
Is this what you saw before you downloaded the file?
Code:
unicentaopos-3.91.2-linux-x64-installer.run
The link in post # 10 doesn't work for me-
Yes thats the 1 I downloaded
 
Old 10-23-2015, 12:58 PM   #14
jkirksey1889
Member
 
Registered: Oct 2015
Posts: 36

Original Poster
Rep: Reputation: Disabled
https://chubbable.com/installing-uni...nux-or-windows

Link from post 10, maybe this will work.
 
Old 10-23-2015, 01:47 PM   #15
jkirksey1889
Member
 
Registered: Oct 2015
Posts: 36

Original Poster
Rep: Reputation: Disabled
I even got to the point where it gives me a readme file after I install it but I cannot find where to open it at???
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Installed Program Won't Run Because It Can't Find .dat in Share (Is There) DonnieDarko Linux - Newbie 6 07-28-2010 03:44 AM
Have installed OpenOffice, can't find it to run it. TheHobbit81 Linux - Newbie 12 04-30-2009 05:54 AM
Unable to find where required video plugin has been installed or how to run it. cbarnes Linux - Software 2 09-08-2008 10:15 PM
How to know if something's installed, and where to find it? Tomás Ó hÉilidhe Slackware 4 02-19-2008 06:39 PM
Installed RPM/tar file, cant find out how to run it Craneology Linux - Software 4 03-01-2003 08:10 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 11:51 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration