LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 01-28-2009, 07:12 PM   #1
tbrownarcher
Member
 
Registered: Oct 2005
Location: Iowa
Distribution: Ubuntu
Posts: 108

Rep: Reputation: 17
just don't understand the process or installing a program


in particular I want to install a program called wordbiz18linux.zipon my desktop.

But I don't understand the install process either. I have in the past succeeded to install things but it seems like it was an accident. I don't understand the whole process. Where do the files go or should they go. Where do I find files that were installed and I don't even know about them. How do I get an icon on my desktop? What file extension do I use to install into ubuntu? And any other things I can be led to.

I'm using ubuntu.


Thanks,
Nate
 
Old 01-28-2009, 09:52 PM   #2
PatrickNew
Senior Member
 
Registered: Jan 2006
Location: Charleston, SC, USA
Distribution: Debian, Gentoo, Ubuntu, RHEL
Posts: 1,148
Blog Entries: 1

Rep: Reputation: 48
A .zip is not a traditional way to distribute programs on Linux. My guess would be that whoever made this program wants you to just decompress the zip somewhere, and there's probably a program inside it that you just run directly without installing. Try opening it up and looking for a file named README or INSTALL.
 
Old 01-28-2009, 10:50 PM   #3
craigevil
Senior Member
 
Registered: Apr 2005
Location: OZ
Distribution: Debian Sid/RPIOS
Posts: 4,887
Blog Entries: 28

Rep: Reputation: 534Reputation: 534Reputation: 534Reputation: 534Reputation: 534Reputation: 534
InstallingSoftware - Community Ubuntu Documentation
https://help.ubuntu.com/community/InstallingSoftware

Installing applications
Quote:
Installing applications in Ubuntu is different to Windows. You're probably used to the Add/Remove Applications function in Control Panel. Ubuntu has a similar function that can install as well as remove applications.

A huge selection of free applications are available stored in repositories. If you would like to install additional applications, press Applications → Add/Remove.... Then, browse the selection of packages available and check the ones which you would like to install. When you have finished selecting packages, press Apply and wait for the installation process to finish.

If you know the name of a specific application, you can use Synaptic (System → Administration → Synaptic Package Manager).
 
Old 01-29-2009, 01:15 AM   #4
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,516

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
*
'unzip WordBiz18linux.zip'
'cd WordBiz'
'java -jar wordbiz.jar'
... and the progam is running,
no install should be done !
....
 
Old 01-30-2009, 03:51 PM   #5
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,516

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
And starting a " .jar " application from an icon:

Make a script :
Code:
#!/bin/sh
cd /home/tbrownarcher/1/WordBiz/
exec java -jar wordbiz.jar
Replace "/home/tbrownarcher/1/WordBiz/" with actual location.
Name the script e.g. 'run-wordbiz.sh'
Make the script executable ( 'chmod +x run-wordbiz.sh' )
Copy or move the script to /usr/local/bin/

Now you can create an "icon",
Create it with a tool (different tools for different
window managers) or write it ( Exec=run-wordbiz.sh )
....

Last edited by knudfl; 01-30-2009 at 03:54 PM.
 
  


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 On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
many process for one program lumatron Linux - Server 1 01-21-2009 08:59 AM
have to program to get process ID? George2 Programming 6 08-24-2006 03:07 AM
Again I need your explaination to understand a program. Gins Programming 7 03-24-2006 04:19 PM
Please help me understand the SuSE 9.3 Pro install process Jongi SUSE / openSUSE 6 09-09-2005 08:43 AM
could any 1 help me understand how to program? nleber01 Programming 2 03-07-2004 04:12 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

All times are GMT -5. The time now is 09:49 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