How to install a downloaded file on debian
It can be:. A large eco-system exists around it, with all sorts of extra plugins and themes for you to install. Although the Atom editor misses from the Debian and Ubuntu online software repositories, they do offer a DEB package for download on their website. With other words, the perfect candidate for this article. You can either visit the website of the Atom editor.
The home page shows the download link for the DEB package. Alternatively, you can paste the following command in the terminal:. This stores the atom. Going forward with the manual install of the Atom editor DEB package, I assume that you downloaded the atom.
First by calling APT directly in the terminal. Then by running the GDebi program for those that prefer a graphical user interface. In the introduction I already mentioned how you usually install a DEB package from the Debian or Ubuntu online software repository:. Instead of specifying the package name, you simply specify the location of the DEB package. Additionally you add the -f command line option. Run the following command to manually install the Atom editor DEB package and its dependencies:.
After starting it for the first time, it looks like this:. Synaptic will now download and install the selected packages. Method 2.
Open a terminal. Run sudo apt-get update to update the package manager. After verifying your root password, the package manager will update to include the latest software sources.
Search for the package you want to install. If you already know the exact name of the package you want to install, skip to the next step. Otherwise, run apt-cache search softwareName with softwareName being the name of your software at the prompt. This can sometimes print out a lot of options, of which many are irrelevant. Be patient and read the description of every package to determine which one you want to install. If you're unsure, you can also use apt show packageName , with packageName being the name of any listed package, to get a longer description of what the package is.
If you're unsure what your software is called, you might try searching for a word that describes what the package does. For example, typing apt-cache search paint will print the package names of many painting programs, including GIMP and Krita. Run sudo apt-get install packageName to install the package. Replace packageName with the actual package name. For example, if you want to install the package dillo that's a web browser , you would type sudo apt-get install dillo.
If additional dependencies are required for the package to install, follow the on-screen instructions to choose whether to install them now. To remove an installed package, use sudo apt-get remove packageName. Method 3. Download a package file. If you want to install a package that ends with the. Use cd to enter the directory of the downloaded file.
Run sudo dpkg —i packageName. Replace packageName with the full name of the package ending in. This installs the software package. After logging in you can close it and return to this page. Double click on the downloaded. The installation of the deb file will be carried out via the Software Center. Deb File Install Fix Ubuntu. Image Credit: Xmodulo. Installing deb files using dpkg command on Ubuntu. Like what you read?
Please share it with others. Nice way of easy explanation. Thanks a lot Abhishek Prakash. Policies Affiliate Policy Privacy Policy. Close dialog. Session expired Please log in again. Loading Comments Email Required Name Required Website. Just double-click the downloaded package and it should open in a package installer that will handle all the dirty work for you.
One of the most obvious differences between Debian and Ubuntu is the way these two distributions are released. Ubuntu, on the other hand, has regular and LTS releases. Debian has three different releases; stable, testing, and unstable.
0コメント