PDA

View Full Version : [kubuntu] installing a .tgz file



johndingli
November 23rd, 2008, 01:58 PM
I am trying to install a .tgz file but having problems any help please

fooman
November 23rd, 2008, 02:09 PM
before attempting that...what is it that you are trying to install?

perhaps there is a version in synaptic (system > administration > synaptic package manager) or a .deb available that you could download instead....far easier alternatives for someone not too familiar with linux.

anyways...if you right click the .tgz file and choose "extract here". it will extract to a folder in the same directory as the .tgz file. in that newly created folder you should find a "readme" which will give you some instructions on installing.

Michael.Godawski
November 23rd, 2008, 02:10 PM
Hi,

what exactly do you want to install? Perhaps there are easier ways to do it, like through Synaptic or a deb file?

johndingli
November 23rd, 2008, 02:35 PM
antivir antivirus and there is no install in synaptic thanks

Michael.Godawski
November 23rd, 2008, 02:41 PM
Well,

you really do not need an antivirus software if you are using Linux.
Read why:


http://librenix.com/?inode=21

If you can't live without an anti virus app have a look at clamav
http://www.clamav.net/

-Zeus-
November 23rd, 2008, 02:43 PM
run these commands:


mkdir /tmp/tar/; cd /tmp/tar/; mv WHEREEVERTHETARIS ./; tar -xz ./*; ./configure; install; sudo make install

steveneddy
November 23rd, 2008, 03:06 PM
Why do you feel that you need antivirus on Ubuntu?

I haven't used it since using Linux and no issues yet.

Now when we were using Windows that was a different story.

I really don't feel as if you will need any antivirus while using Ubuntu, but this is only my opinion.