removed non-applicable info and added 4 new methods, sources
| ←Older revision | Revision as of 23:53, 8 September 2019 | ||
| Line 1: | Line 1: | ||
| − |
|
+ |
This wikiHow teaches you how to install software from a DEB package on your Debian, Ubuntu, or Linux Mint system. Files ending with the extension ''.deb'' can be installed using the GDebi Package Installer, Ubuntu Software Manager (Ubuntu only), Apt, and Dpgk.
|
|
[[Category:Install & Uninstall Software]]
|
[[Category:Install & Uninstall Software]]
|
||
| + |
== Steps ==
|
||
| + |
=== Using GDebi Package Installer ===
|
||
| + |
# Install GDebi if you haven't already done so. GDebi is one of the most reliable ways to install DEB packages because of its ability to handle dependencies.<ref>https://ift.tt/2PUDUCg> If you have Linux Mint, GDebi is already set up as your default package manager. If you're using Ubuntu or Debian, you'll need to install it (or use another method). To install GDebi:
|
||
| + |
#* Press to open a terminal window.
|
||
| + |
#* Type and press or .
|
||
| + |
#* Enter your password when prompted.
|
||
| + |
#* Type and press or .
|
||
| + |
# Open a terminal window. If you're logged into a shell account, just skip to the next step. Otherwise, you can press to open a terminal window in most window managers.
|
||
| + |
#* If you're using Linux Mint, you can install the DEB file now by double-clicking it in your file manager and selecting '''Install Package'''.
|
||
| + |
#* If you're using Ubuntu or Debian and want to use the GDebi GUI, open your file manager, right-click the DEB file, and select '''Open With Other Application'''. Choose '''GDebi''' when prompted, and then click '''Install Package''' to complete the installation.
|
||
| + |
# Use to navigate to the directory with the DEB file. For example, if you saved the file to , type and press or .
|
||
| + |
# Type and press or . Replace with the DEB file's actual name. This installs the DEB package and all related dependencies.
|
||
| + |
=== Using Ubuntu Software Manager ===
|
||
| + |
# Double-click the .DEB file. If you're using Ubuntu with a Graphical User Interface (GUI), this method will guide you through one of the most straightforward ways to install DEB packages.
|
||
| + |
#* If you run into trouble with dependencies when using this method, try either the [[#Using GDebi Package Installer|Using GDebi Package Installer]] or [[#Using Dpkg|Using Dpkg]] method.
|
||
| + |
# Click the button. An authentication window will appear.
|
||
| + |
# Enter your password and click . This begins the installation process. Once the installation is complete, you'll see a confirmation message.
|
||
| + |
=== Using Dpkg ===
|
||
| + |
# Open a terminal window. If you're logged into a shell account, just skip to the next step. Otherwise, you can press to open a terminal window in most window managers.
|
||
| + |
# Use to navigate to the directory with the DEB file. For example, if you saved the file to , type and press or .
|
||
| + |
# Type and press or . Replace with the name of the DEB file. This command will install the package.
|
||
| + |
#* If it's the first time you've run a command using in this window, you'll have to enter your password when prompted to continue.
|
||
| + |
# Resolve any dependency errors (optional). If the previous command threw an error about dependencies, run to resolve them.
|
||
| + |
=== Using Apt ===
|
||
| + |
# Open a terminal window. If you're logged into a shell account, just skip to the next step. Otherwise, you can press to open a terminal window in most window managers.
|
||
| + |
#* Apt is normally used to download and install software from remote sources, but you can use it to install local DEB packages using a special syntax.
|
||
| + |
# Use to navigate to the directory with the DEB file. For example, if you saved the file to , type and press or .
|
||
| + |
# Run the installation command. Type and press or . The software will now install.
|
||
| + |
#* Be sure to replace with the actual name of the file, take note of the before it—if you leave it out, the apt tool will try searching for the package on remote sources.<Ref>https://ift.tt/2HUTes1>
|
||
| + |
#* If it's the first time you've run a command using in this window, you'll have to enter your password when prompted to continue.
|
||
| − |
|
||
| − |
|
||
| − |
|
||
| − |
|
||
| − |
|
||
| − |
|
||
| − |
|
||
| − |
|
||
| − |
|
||
| − |
|
||
| − |
|
||
| − |
|
||
| − |
|
||
| − |
|
||
| − |
|
||
| − |
|
||
| − |
|
||
|
== Video ==
|
== Video ==
|
||
| − |
==
|
+ |
== References ==
|
| − |
|
+ | |
| − |
|
||
| − |
|
||
| − |
|
||
| − |
|
||
from wikiHow - Recent Changes [en] https://ift.tt/2PYadjF
via IFTTT