Changes
From Open Educational Resources
No change in size
, 12:25, 18 February 2021
Line 64: |
Line 64: |
| When it comes to installing deb packages from the command line you have several tools. Here we are going to show using "gdebi" tools. "Gdebi" is a tool for installing local deb packages. It is not installed by default in Ubuntu, but you can install it with the following command: | | When it comes to installing deb packages from the command line you have several tools. Here we are going to show using "gdebi" tools. "Gdebi" is a tool for installing local deb packages. It is not installed by default in Ubuntu, but you can install it with the following command: |
| sudo apt install gdebi | | sudo apt install gdebi |
− | [[File:gdebi - 2 install gdebi.png|550px]] <br> | + | [[File:gdebi - 2 install gdebi.png|650px]] <br> |
| Once the process complete, gdebi is ready to install any local .deb packages. Now close the terminal window | | Once the process complete, gdebi is ready to install any local .deb packages. Now close the terminal window |
| To install the deb package with gdebi, go to the folder where you have downloaded the .deb file (usually the Downloads folder) and right-click on free space select "Open in terminal" this will open the terminal with your current directory. | | To install the deb package with gdebi, go to the folder where you have downloaded the .deb file (usually the Downloads folder) and right-click on free space select "Open in terminal" this will open the terminal with your current directory. |
| sudo gdebi [your deb file name] | | sudo gdebi [your deb file name] |
− | <gallery mode="packed" heights="350px"> | + | <gallery mode="packed" heights="450px"> |
| File:gdebi - 1 open terminal.png | | File:gdebi - 1 open terminal.png |
| File:gdebi - 3 running gdebi.png | | File:gdebi - 3 running gdebi.png |