Linux установка пакета tar xz

how to install .tar.xz file in ubuntu

i am new in Linux. Generally i install software by internet, but i think it is not a good approach to depend on internet all the times. Then i downloaded a vlc .tar.xz file. then searched Internet how to install .tar.xz. But unable to install. The command i written and result got given below..

ubuntu@ubuntu-HP:~/programs$ tar -zxvf vlc-2.0.6.tar.xz gzip: stdin: not in gzip format tar: Child returned status 1 tar: Error is not recoverable: exiting now ubuntu@ubuntu-HP:~/programs$ tar -zxf vlc-2.0.6.tar.xz gzip: stdin: not in gzip format tar: Child returned status 1 tar: Error is not recoverable: exiting now 

If you are new to linux, you may not be aware that you will generally want to install applications from the repositories, which are packaged and ready to install. Go to the Software Center in the menu, search and install it from there. If you don’t then please edit the question to explain why, as there are often better options than trying to install an app in the way you describe.

@paul, i installed software form there many times, but now i think i should know the way how to install without software center

@BlackSwan Well, you maybe should be able to do so but one cannot recommend to do that. Always prefer repo-packages. Anyway, how to «install»?: Just extract the files, compile them if needed (instructions should be in README or similar files) and copy them somewhere handy. For a system-wide installation to /usr/bin the binaries etc., but you might need to reconfigure the program to use /usr/lib as library-path etc. Instead of copying, make install might just work fine.

Источник

fedora tar xz install

xz file is a Tar archive compressed with xz. To extract a tar. xz file, use the tar -xf command, followed by the archive name.

How do I install a tar XZ file in Python?

  1. Download Python 3 from www.python.org. As in the case of Linux, go to the Python website and select Downloads from the menu. .
  2. Run the executable file. When you run the executable file, select the “Add Python 3.5 to PATH” checkbox. .
  3. Harness the power of Python 3! You’re done!
Читайте также:  Ping in linux mint

How do I install a Tar GZ package?

  1. Download the desired .tar.gz or (.tar.bz2) file.
  2. Open Terminal.
  3. Extract the .tar.gz or (.tar.bz2) file with the following commands. tar xvzf PACKAGENAME.tar.gz. .
  4. Navigate to the extracted folder using cd command. cd PACKAGENAME.
  5. Now run the following command to install the tarball.

How do I unzip a Tar GZ file?

Simply right-click the item you want to compress, mouseover compress, and choose tar. gz. You can also right-click a tar. gz file, mouseover extract, and select an option to unpack the archive.

What is an IMG XZ file?

xz is a compression format like zip or gz. To be able to decompress it from the command line you need to install xz-utils: $ sudo apt-get install xz-utils. and then use this command to decompress your file: $ unxz ubuntu-19.10-preinstalled-server-arm64+raspi3.img.xz. If you are under windows you can use 7zip.

How install Node JS tar XZ Linux?

  1. EXTRACT THE FILE (Use either terminal or right-click on the file and click «Extract here», file archive will extract the xxxxxx. tar. xz file and you will get a folder with the same your file name xxxxxx)
  2. Copy the entire folder(xxxxxx folder) to /usr/

How do I install a .deb file?

  1. To install a . deb file, simply Right click on the . deb file, and choose Kubuntu Package Menu->Install Package.
  2. Alternatively, you can also install a .deb file by opening a terminal and typing: sudo dpkg -i package_file.deb.
  3. To uninstall a .deb file, remove it using Adept, or type: sudo apt-get remove package_name.

How do I unzip a compressed XZ file?

The simplest example of compressing a file with xz is as follows, using the -z or —compress option. To decompress a file, use the -d option or unxz utility as shown. If an operation fails, for instance a compressed file with same name exists, you can use the -f option to force the process.

How do I untar a tar file in Linux?

  1. From the terminal, change to the directory where your . tar file has been downloaded.
  2. To extract or untar the file to the current directory, type the following, (Making sure to replace file_name.tar with the actual filename) tar -xvf file_name.tar.
Читайте также:  Install ia32 libs linux

What is the difference between tar GZ and Tar XZ?

gz” is the file extension for a file compressed with gzip , which is a compression algorithm that was originally created in the 90s. . xz” is the file extension for the xz format which uses the newer LZMA/LZMA2 compression algorithms. These algorithms can compress a file more than gzip, leading to smaller file sizes.

Can pip install Tar GZ?

You can install tar. gz with pip Install a particular source archive file. You can also install it with extracting tar. . And then use the setup.py file to install the package .

How do I install a Tar GZ file in Windows?

  1. Click on the Windows button and type cmd in the search tab.
  2. Now, right-click on the command prompt and choose Run as administrator.
  3. Go to the location where the tar file is saved.
  4. Next, type the command. tar-xf filename.tar. .
  5. The file will then be extracted at the same location.

Install and Configure Fail2ban on CentOS 8 | RHEL 8

Failban

How to install Fail2Ban on CentOS 8Log in to your CentOS 8 server using ssh.Enable and install the EPEL repository on CentOS 8, run: sudo yum install .

Best Distraction Free Writing Tools for Linux

Applications

Each of the applications run in Linux, most are available as desktop applications. 8 Best Free and Open Source Distraction-Free Tools for Writers.Di.

How to Install CentOS 8 on KVM-QEMU

Step

How To Install KVM on RHEL 8 / CentOS 8 LinuxStep 1: Ensure host CPU has Intel VT or AMD-V Virtualization extensions. . Step 2: Install KVM / QEMU o.

Latest news, practical advice, detailed reviews and guides. We have everything about the Linux operating system

Источник

Как установить программу tar.xz tar.bz2 tar.gz на ubuntu?

Здравствуйте, скачал три программы , но у них разные расширения такие как tar.gz, tar.xz, tar.bz2. Можно инструкции как установить эти программы для каждого расширения? Я просто чайник ( пока-что ) в этом.
Заранее благодарен

Средний 1 комментарий

лучше все-таки мануал прочитать о том, как устанавливать. файлы с такими расширениями не программы, а архивы, распаковать их можно командой tar xvf <название файла>
а еще лучше найти репозитории этих программ

justhostRU

как правило архив с сырцами ставится в три этапа
1. распаковка
2. ./configure настройка и доустановка требуемых либ
3. make -jN компиляция,

make install — установка в систему.
. Важно. в пакетных дистрибутивах ‘make install’ лучше не выполнять чтобы не захламлять систему, а запускать собранную программу напрямую из домашнего каталога пользователя

smorman

Часто просто распаковываешь в нужную директорию и уже готово к работе.

karabanov

Воспользуйтесь готовыми бинарными пакетами, не стоит связываться со сборкой из исходных текстов если не понимаете, как это может помочь вам.

Читайте также:  Astra linux команда перезагрузки

gedev

Похоже, что вы скачали исходные коды программ. tar.xz, tar.bz2, tar.gz это всего лишь форматы архивов. С каждым из них умеет работать утилита tar. Архивы откроются также стандартным менеджером архивов Ubuntu.

Так как вы начинающий, то проще будет найти это программы в репозитории и установить через пакетный менеджер. Привыкайте к нему, это гораздо удобней. Например:

Узнать есть ли программа в репозитории можно на сайте: https://packages.ubuntu.com/
Или выполнив поиск в терминале:

Команда покажет список пакетов, если такие можно установить.

Некоторые программы, которые распространяются в виде архивов могут работать сразу после распаковки, но чаще необходимо выполнить компиляцию программы. В таком случае ищите инструкцию на сайте откуда скачали архив с программой.

Источник

Как установить программу с расширением tar.xz?

Как после установки файла с расширением tar.xz на manjaro сделать так, чтобы они были одной программой, то бишь какие манипуляции надо сделать дабы запустить эту программу?

Простой 2 комментария

Откуда файл? Он точно tar.xz, а не pkg.tar.xz? Т.к. второе — это пакеты для pacman, т.е. именно то, что нужно. А просто tar.gz или tar.xz — это исходники, их еще компилировать надо сначала.

shambler81

tar — собирает все айлы в один
gz — архиватор
то есть изначально у вас две программы одна поверх другой
одна собрала все файлы в кучу, другая заархивиролвала.
Короче это обычный архив 😉 zip короче 😉
скорее всего вам нужно будет прочитать инструкцию внутри
но это 90 % через make instal
но для начала распакуйте

shambler81

Часто так распространяют ПО, которое не привязано к какому-либо дистрибутиву, и обычно есть две версии — x86, x64 (ну или noarch), и тогда достаточно распаковать и запустить. Что именно запустить, или вообще что делать — там в архиве обычно должны быть инструкции. Например, firefox, teamviewer и т.п.

bingo347

shambler81

shambler81

Григорий, ага точно пропустил.
Блин человек не знает как ставить с тарболов, мне кажется лучший вариант будет mint для таких товарищей.
но про ПО мы сегодня что-то услышим*?

Тут дело не в дистрибутиве, а в товарищах. Просто большинство не хотят/не умеют находить информацию, а это очень важный момент. И ещё тут надо думать, а это видимо не в моде «нынче».

Скорее всего нет. По тегу Arch решено всего 44%, а по тегу Linux 43%. Большая часть вопросов не решается потому что авторы вопросов не отмечают вопрос решенным. А у кого просто не хватает терпения и он бросает затею.

Григорий, половину спрашивающих по тегу Linux надо сразу в бан отправлять. Особенно кто про Kali спрашивает.

Источник

Оцените статью
Adblock
detector