Anonymous

Changes

From Open Educational Resources
229 bytes added ,  05:15, 18 February 2021
no edit summary
Line 24: Line 24:     
==== Installing apps using apt : ====
 
==== Installing apps using apt : ====
Open terminal by pressing Ctrl+Alt+T or go to Applications → System tools  → terminal and first you check whether your application is available in the Ubuntu repository by using below command (replace "search terms" with your package name).
+
Open terminal by pressing Ctrl+Alt+T or go to Applications → System tools  → terminal and first you check whether your application is available in the Ubuntu repository by using the below command (replace "search terms" with your package name).
 
  apt-cache search [search terms]
 
  apt-cache search [search terms]
This will give you the output result, this will show you the whether your application is available in the repository.
+
This will give you the output result, this will show you whether your application is available in the repository.
   −
<nowiki>[[images}}</nowiki>
+
[[File:terminal-search applications.png|400px]]
    
If the package is available in the repository, type the below command to install it (replace "package name" with your package name).
 
If the package is available in the repository, type the below command to install it (replace "package name" with your package name).
 
  sudo apt-get install [package name]
 
  sudo apt-get install [package name]
After you type the command, press enter key and it will ask you to type your system administration password (This will not appear on the screen, just type and press Enter).
+
After you type the command, press Enter key and it will ask you to type your system administration password (This will not appear on the screen, just type and press Enter).
 
+
<gallery mode="packed" heights="375px">
<nowiki>[[images}}</nowiki>
+
File:terminal-install command 1.png
 +
File:terminal-install command 2.png
 +
</gallery>
    
This will download and install all of the packages listed. If there are dependencies – other prerequisite packages – they will also be installed. Sometimes you’ll also see a list of recommended but optional packages to go along with your selection. Sometimes, you’ll also see a confirmation prompt, though not always.
 
This will download and install all of the packages listed. If there are dependencies – other prerequisite packages – they will also be installed. Sometimes you’ll also see a list of recommended but optional packages to go along with your selection. Sometimes, you’ll also see a confirmation prompt, though not always.
 +
<gallery mode="packed" heights="375px">
 +
File:terminal-install command 3.png
 +
File:terminal-install command 4.png
 +
</gallery>
   −
<nowiki>[[images}}</nowiki>
+
After it finishes the installation process, a screen will look like this.
 
+
[[File:terminal-install command 5.png|400px]]
After it finish the installation process, screen will look like this.
  −
 
  −
<nowiki>[[images}}</nowiki>
      
=== Through Downloading packages from the website ===
 
=== Through Downloading packages from the website ===