Installing Application software (Eg. Jupyter notebook, Calibre etc.) and package management. Exploring Libre Office packages..
Duration: 3 Hours
Important Points:
- Creating archives using tar and zip
- Package installation using apt
- Package installation using dpkg
Exercises
Create multiple files using touch command in a directory inside /courses/engg_lab/. Use "tar" command to create an archive containing all these files in it. Archive name should follow the pattern "Reg_No.tar".
Install debian package jupyter-notebook using "apt" command. Explore the options in "apt" command like list, remove, upgrade, update, purge etc.
Download google chrome debian package from internet and install it using "dpkg" command.