Skip to content

Latest commit

 

History

History
318 lines (163 loc) · 4.09 KB

INSTALLING.md

File metadata and controls

318 lines (163 loc) · 4.09 KB

&/ GNULINUX


Option 1: Manual Process and Step 1: Choice Distro and Utility



Arch

sudo pacman -S p7zip wget git


Centos

sudo yum install p7zip wget git


Debian

sudo apt-get install p7zip-full wget git


Fedora

sudo dnf install p7zip wget git


Ubuntu

sudo apt-get install p7zip-full wget git


&/ GNULINUX


Option 1: Manual Process and Step 2: Extract-file .zip, .rar, .tar, .gz, .targz, .tgz, bz2, tar.bz2



> $ gtar et.zip 

> $ unzip et.zip

> $ 7z x et.7z

> $ unar et.zip 

> $ urar x et.zip 

> $ 7z x et.zip 

> $ tar -xvf et.tar

> $ tar -vzxf et.tar.gz

> $ bunzip et.bz2

> $ tar -jxvf et.tar.bz2


&/ GNULINUX


Option 1: Manual Process and Step 3: Acess and generate file PDF "Book.pdf"



> $ cd book/src/content/en-us


&/ GNULINUX


Option 2: Automatic Process and Step 1: General Purpose Script

Source-Code
> wget https://codeload.github.com/ET-Lang/book/zip/master

> unzip book.zip 

> cd book/src/content/en-us

> pdflatex main.tex




Offline Mac

Option 1: Choice Utility

  1. Option 1: Process: Brew: Wget and P7zip ( Alternative Mac )
> $ /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
> $ brew install wget
> $ brew install p7zip
> $ wget https://codeload.github.com/ET-Lang/book/zip/master
> $ 7z x book.zip 
> $ cd book/src/content/en-us 
  1. Option 2: Process: Curl and Unzip ( Native Mac )

Curl

> $ curl  https://codeload.github.com/ET-Lang/book/zip/master -O -J -L

Unzip

> $ unzip book.zip 

CD folder and generate PDF ( and check LaTeX )

CD Folder 

> $ cd book/src/content/en-us 

And generate PDF ( and check LaTeX ) 

> $ xelatex --interaction=batchmode file_name.tex 2>&1 > /dev/null;open file_name.pdf

Option 1: Extract-File .zip, .rar, .tar, .gz, .targz, .tgz, bz2, tar.bz2

> $ gtar et.zip 

> $ unzip et.zip

> $ 7z x et.7z

> $ unar et.zip 

> $ 7z x et.zip 
> $ unar et.zip
> $ cd et/src/content/en-us

> $ pdflatex main.tex

Option 2**

> $ wget https://codeload.github.com/ET-Lang/book/zip/master

https://coderwall.com/p/n26o0g/use-p7zip-to-open-encrypted-zip-files

curl -O https://codeload.github.com/ET-Lang/book/zip/master
7za et.zip 
cd content/en-us
pdflatex main.tex


Uncompress files zip , rar, targz : The Unarchiver , Peazip , iZip Archiver , NodeJS with Packages: Unzip , Extract-Zip , Unzipper / Cross-Plataform: Adm-zip , Keka , Winzip , Mac I Better and Others Alternatives

Latex : Use a IDE or editor : Texmaker , TeXstudio , Kile , LyX , TeXworks , Gummi , MiKTeX



https://theunarchiver.com/



Offline Windows

start wget https://codeload.github.com/ET-Lang/book/zip/master
start 7zip et.zip unzip 
cd content/en-us
start pdflatex main.tex