0

I got ubuntutouch 14.10 download the file format is Tar.gz How can I install this file? When I extract it to a folder that contains 1.5 GB of built

Screenshot

These folders are exactly like Ubuntu folders in the root folder

Since this is a file that I've downloaded to PC's, then there should be a way for him to run.

muru
  • 197,895
  • 55
  • 485
  • 740

2 Answers2

1

Unzip

tar -xzvf CatlateralDamage_v4.1a_linux.tar.gz

Install step :(execute from program folder)

./configure
make
sudo make install

Hope this helps

BDRSuite
  • 3,156
  • 1
  • 12
  • 11
  • 1
    Hello. Thank you very much for your answer But this command to install the programs. This folder is exactly folder preinstalled on Ubuntu Does not compile – Rasubuntu Oct 24 '14 at 08:29
0

This looks like a compressed system image. If you want you can restore it to a disk like a full system, following this guide: https://help.ubuntu.com/community/BackupYourSystem/TAR

jdwiegman
  • 158
  • 1
  • 11