View Full Version : Installing applications of tar.gz and bzip2 in ubuntu
Lila_IT_CMU
June 20th, 2009, 07:39 AM
Hello poh...
paano po ba mag install ng tar.gz anf bzip2 applications sa ubuntu???
please help poh
loell
June 20th, 2009, 07:47 AM
depende kasi yan, kung ang archive ay binary or source.
first upack the archive,
if it's a source then it's most likely
./configure
make
make install
if it's a binary archive then there's likely a
./install.sh
either way, a readme file should indicate what you should do.
wersdaluv
June 20th, 2009, 10:21 AM
Each compressed folder (like tar.gz) has a unique way of being installed. The most common ways to install them are mentioned by loell.
What specific tar.gz or bzip2 file do you want to install? =)
badrra
June 20th, 2009, 11:33 AM
First thing you do after extracting it is to look for the readme file. It will give you specific instructions on how to install it and tell you what the dependencies are.
Lila_IT_CMU
June 20th, 2009, 11:58 PM
ok poh...try ko po mag install...
marami akong file na tar.gz pero hindi ko alam kung paano mag install...
killer_d76
June 21st, 2009, 02:32 AM
what i usually do is..
1. extract the tar.gz files to desktop
2. open up terminal
- type sudo -s
- it will be asking for your password
- this will give you and access as an admin
3. then open up the extracted tar.gz files on your desktop and look for a file that says: install.sh
4. drag and drop this file to the terminal that you have opened up earlier then hit enter on your keyboard.. this will automatically install everything for you.
;)
vBulletin® v3.8.7, Copyright ©2000-2012, vBulletin Solutions, Inc.