Ubuntu-18.04 basic command

Jahangir Alam
1 min readSep 9, 2019

--

install tar.gz file

first unzip this file with this command

tar -zxvf archive-name.tar.gz

then run sh file with this command

sudo sh archive-name.sh

then manually set-up this file

install .deb file

sudo dpkg -i archive-name.deb

--

--

No responses yet