I Don't know how to install .tar, .bz2 and .gz packages. For example how do I install this?
|
feedback
|
First things firstIt is generally not advised to download and install applications from the internet files. Most applications for Ubuntu are available through the "Ubuntu Software Center" on your system (for example, K3B That said, how to install
|
How you a program compile from a source
ORYou could just install k3b by typing in a terminal:
or by using the software center and searching for k3b | |||||||||||||
feedback
|

.gzare gzip-compressed files where.bz2is compressed with bzip2..tarfiles are so-called tarballs, an archive format..tar.gzfiles are gzip-compressed tarballs and.tar.bz2is, as you may expect, bzip2-compressed tarballs. bzip2 often results in a smaller file, but it takes more CPU power for compressing and extracting it. – Lekensteyn Nov 19 '11 at 10:16