answersLogoWhite

0


Best Answer

The 'tar' utility is not usually used to install packages; it would consist of a source package that has to be configured, compiled, and then installed. The tar file you receive usually is in a compressed format as well.

The sequence of events with a tar file (sometimes called a tarball) is to do the following:

  1. Uncompress the tar file if it is compressed
  2. Extract all of the files into a directory with 'tar xvf filename'
  3. Run the ./configure command in the root directory of the package if it exists
  4. Run the 'make' command on the result
  5. Run the 'make install' command if everything compiled and linked successfully.
User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How do you install packages with tar?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How do you open a deb file in Mac OSX 10.4.1?

To install a Debian package use the Terminal... sudo dpkg -i yourFile.deb Note: deb packages are actually arpackages containing tar.gz packages, see the manuals of ar, tar and gzip for details.


Is possible to install the packages after the installation of oscentos 6.5?

yes. You can install the packages you'd want using the relevant package manager.


What are Linux download packages called?

They're collectively called packages, unless if you are referring to manually-downloaded compressed TAR archives, which are commonly referred to as tarballs.


How do you install self-adhering vinyl to a tar adhesive?

You just lay it on, then roll it.


Where can Eclipse Software packages be purchased from?

One can install the Eclipse plugin by visiting the Android Developers website. One can install official Eclipse Software packages by visiting the official Eclipse website.


How much does it cost to install a box - directv?

Direct TV has deals and packages in which you choose then the installer will come and install the box for you.


How do you use Pip on the remote?

To install packages on a remote server using Pip, you can use SSH to connect to the server and run Pip commands. For example, to install a package, you can use the command ssh user@remote_host "pip install package_name". Make sure you have the necessary permissions on the remote server to install packages.


Cartridge processor packages can stand up on their end and install in a slot on the motherboard or lay flat in a socket?

Cartridge processor packages can stand up on their end and install in a slot on the motherboard or lay flat in a socket? TRUE


How do you convert tar to apk?

You probably have an apk file compressed into a tar file. To get the apk file you must use a program or app to decompress the tar file. You can find programs that will do this for Windows or Mac. You can find them for download online with a search engine. Older ones may be free to download. You can also go to the website wobzip.org and their website will do it for you. You just pick the file from your computer, then it can be uploaded decompressed and downloaded back to you. There are also three Android apps that I know of that will decompress tar files. Their names are AndroZip File Manager, ArchiDroid, and ZArchiver.


How are software packages used in Linux and Windows different?

To install the available packagesuse th RPM utalities in command prompt or add new program utalities in gui.otherwise if u want intall any other it should becompatable with Linux and u can userpm zip or tar utalities to intall it.


A server installation will install all packages?

No, only those packages that are necessary for a minimal server. Any "extras" must be installed by the administrator of the system.


How do you install Eye of Gnome on Xubuntu?

You can install it via the Terminal by typing "sudo apt-get install eog". Some extra packages might be required for it to run (e.g. the GTK).