LinuxQuestions.org
Visit Jeremy's Blog.
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-23-2015, 01:56 PM   #16
Emerson
LQ Sage
 
Registered: Nov 2004
Location: Saint Amant, Acadiana
Distribution: Gentoo ~amd64
Posts: 7,661

Rep: Reputation: Disabled

Type uni and use shell completion to find out if it is anywhere in your $PATH.
 
Old 10-23-2015, 01:58 PM   #17
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
what command did you use to install it
Code:
su -

cd /to/the/location/you/saved/the-run-file
sh ./unicentaopos-3.91.2-linux-x64-installer.run
or the much easier and better to type
" sh *.run "

the run is a script with a binary payload to install

normally there is a "HELP" option
Code:
sh ./unicentaopos-3.91.2-linux-x64-installer.run --help
this will give you instructions and options

Last edited by John VV; 10-24-2015 at 12:16 PM. Reason: fix typo
 
Old 10-23-2015, 02:06 PM   #18
jkirksey1889
Member
 
Registered: Oct 2015
Posts: 36

Original Poster
Rep: Reputation: Disabled
It even gives me an installation directory where it is installed.

/opt/unicentaopos-3.91.2
 
Old 10-23-2015, 02:19 PM   #19
jkirksey1889
Member
 
Registered: Oct 2015
Posts: 36

Original Poster
Rep: Reputation: Disabled
jason@jason-P55-USB3 ~ $ sh unicentaopos-3.91.2-linux-x64-installer.run
sh: 0: Can't open unicentaopos-3.91.2-linux-x64-installer.run
jason@jason-P55-USB3 ~ $
 
Old 10-23-2015, 03:25 PM   #20
jkirksey1889
Member
 
Registered: Oct 2015
Posts: 36

Original Poster
Rep: Reputation: Disabled
jason@jason-P55-USB3 ~ $ sh unicentaopos-3.91.2-linux-x64-installer.run --help
sh: 0: Can't open unicentaopos-3.91.2-linux-x64-installer.run
jason@jason-P55-USB3 ~ $
 
Old 10-23-2015, 04:09 PM   #21
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...

It's not uniCentra, with an "r," it's just uniCenta. Try opening a terminal and pasting in the name below and pressing "Enter" and see what happens...

Code:
unicenta
Let is know what you find out.

Regards...
 
Old 10-23-2015, 04:25 PM   #22
Emerson
LQ Sage
 
Registered: Nov 2004
Location: Saint Amant, Acadiana
Distribution: Gentoo ~amd64
Posts: 7,661

Rep: Reputation: Disabled
That's what I wrote 4 hours ago in post #11 ... OP wasn't interested.
 
Old 10-23-2015, 05:16 PM   #23
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
Quote:
Originally Posted by Emerson View Post
That's what I wrote 4 hours ago in post #11
Hi...

Thanks, I didn't see your post.

Regards...
 
Old 10-23-2015, 05:36 PM   #24
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
It even gives me an installation directory where it is installed.

/opt/unicentaopos-3.91.2
If all of unicentaopos's binaries are in the /opt directory and you restarted your pc than opening the terminal and typing unicentaopos should launch the program.
If not than if it's installed it would show in your applications menu or in your launcher.

Is there a README file in the /opt directory where the program is?
 
Old 10-24-2015, 08:20 AM   #25
jkirksey1889
Member
 
Registered: Oct 2015
Posts: 36

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by Ztcoracat View Post
If all of unicentaopos's binaries are in the /opt directory and you restarted your pc than opening the terminal and typing unicentaopos should launch the program.
If not than if it's installed it would show in your applications menu or in your launcher.

Is there a README file in the /opt directory where the program is?
jason@jason-P55-USB3 ~ $ unicentaopos
unicentaopos: command not found
jason@jason-P55-USB3 ~ $
 
Old 10-24-2015, 08:21 AM   #26
jkirksey1889
Member
 
Registered: Oct 2015
Posts: 36

Original Poster
Rep: Reputation: Disabled
Yes, it's unicenta. I realized that shortly after I started the thread. However, unicentra, unicenta, unicentaopos, or any other way I can spell it still cannot be found.
 
Old 10-24-2015, 08:50 AM   #27
jkirksey1889
Member
 
Registered: Oct 2015
Posts: 36

Original Poster
Rep: Reputation: Disabled
While reading some beginner Linux pages, I run across a ls command, so I type in ls in terminal and here are the results:

jason@jason-P55-USB3 ~ $ ls
Desktop Downloads Pictures rtl8812AU_8821AU_linux unicentaopos-3.91.2
Documents Music Public Templates Videos
jason@jason-P55-USB3 ~ $



As you can see unicentaopos shows up. I don't know what that means, but there it is.
 
Old 10-24-2015, 10:11 AM   #28
jkirksey1889
Member
 
Registered: Oct 2015
Posts: 36

Original Poster
Rep: Reputation: Disabled
This cannot be that hard. I installed it to desktop so I can find it. I can click on it and this is what comes up.

/home/jason/Desktop/unicentaopos-3.91.2/Bonus
/home/jason/Desktop/unicentaopos-3.91.2/lib
/home/jason/Desktop/unicentaopos-3.91.2/licensing
/home/jason/Desktop/unicentaopos-3.91.2/locales
/home/jason/Desktop/unicentaopos-3.91.2/reports
/home/jason/Desktop/unicentaopos-3.91.2/configure.sh
/home/jason/Desktop/unicentaopos-3.91.2/migrate.sh
/home/jason/Desktop/unicentaopos-3.91.2/newtext.txt
/home/jason/Desktop/unicentaopos-3.91.2/README
/home/jason/Desktop/unicentaopos-3.91.2/README_Locales.txt
/home/jason/Desktop/unicentaopos-3.91.2/RN_391.txt
/home/jason/Desktop/unicentaopos-3.91.2/start.sh
/home/jason/Desktop/unicentaopos-3.91.2/unicentaopos.ico
/home/jason/Desktop/unicentaopos-3.91.2/unicentaopos.jar
/home/jason/Desktop/unicentaopos-3.91.2/unicentaopos.png
/home/jason/Desktop/unicentaopos-3.91.2/uniCenta_splash_dark.png
/home/jason/Desktop/unicentaopos-3.91.2/uninstall
/home/jason/Desktop/unicentaopos-3.91.2/uninstall.dat

Now what do I do??
 
Old 10-24-2015, 10:14 AM   #29
jkirksey1889
Member
 
Registered: Oct 2015
Posts: 36

Original Poster
Rep: Reputation: Disabled
I click start.sh and this comes up:

#
# You should have received a copy of the GNU General Public License
# along with uniCenta oPOS. If not, see <http://www.gnu.org/licenses/>.

DIRNAME=`dirname $0`
echo $DIRNAME
#CP=$DIRNAME/unicentaopos.jar.
CP=$CP:$DIRNAME/locales/
CP=$CP:$DIRNAME/reports/

# Select the library folder
case "`uname -s`" in
Linux)
case "`uname -m`" in
i686) LIBRARYPATH=/lib/Linux/i686-unknown-linux-gnu;;
ia64) LIBRARYPATH=/lib/Linux/ia64-unknown-linux-gnu;;
x86_64|amd64) LIBRARYPATH=/lib/Linux/x86_64-unknown-linux-gnu;;
esac;;
SunOS)
case "`uname -m`" in
sparc32) LIBRARYPATH=/Solaris/sparc-solaris/sparc32-sun-solaris2.8;;
sparc64) LIBRARYPATH=/Solaris/sparc-solaris/sparc64-sun-solaris2.8;;
esac;;
Darwin) LIBRARYPATH=/lib/Mac_OS_X;;
CYGWIN*|MINGW32*) LIBRARYPATH=/lib/Windows/i368-mingw32;;
esac
# start uniCenta oPOS
java -cp $CP -Dswing.defaultlaf=javax.swing.plaf.metal.MetalLookAndFeel -jar unicentaopos.jar "$@"
 
Old 10-24-2015, 10:18 AM   #30
jkirksey1889
Member
 
Registered: Oct 2015
Posts: 36

Original Poster
Rep: Reputation: Disabled
Maybe Linux just isn't for me. I can figure out most things and I can only imagine a little old lady trying to figure out this OS. AS long as it's been around you'd think it would have become much easier to navigate by now. This is unreal.

However, I still want to learn it, but there's very little support, here and on the internet. The only 2 things I've tried to do so far is get a wireless adapter working (with no luck although I got it going but it shuts down after a little bit then cannot get it back up) and install unicenTa. Both have been a nightmare.

I'm willing to stick with it a little longer but Windows is looking like all-world at this point.
 
  


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:43 PM.

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