Lompat ke konten Lompat ke sidebar Lompat ke footer

How to Install and Uninstall Apps on Ubuntu

None matter which operating system you use, to install or uninstall an app is one of the all but basic functions you will apply mostly. Happening Linux and therefore Ubuntu, the uninstallation process is fairly simple. However, at that place are quite a some shipway to set u and uninstall apps. Sometimes an app is only available for installation in a specific way.

Here in this beginner's guide of sorts, we'll take you through the various slipway to establis and uninstall apps connected Ubuntu.

How to Install and Uninstall Apps On Ubuntu

Software Center is an app store on Ubuntu, except almost all the apps here are completely free to install. Most Linux screen background environments have their have tackle the interface and have different name calling for IT too. For instance, Ubuntu used to claim it Ubuntu Software Kernel. Now Ubuntu uses GNOME, it is simply called Software Center. On KDE Plasma desktop, it is called Discover and has a completely different interface.

How to Install and Uninstall Apps on Ubuntu

What's unmoving demotic in all of those is the backend which is the repository where altogether the packages are stored. The Software program Center simply provides users an easy to use port to access code the Ubuntu repositories, browse and set up the application packages. This is in-line with how most things on Linux turn. Almost everything is actually done via the command line. But there are a lot of those things that fanny also Be done via a Graphical user interface.

Put in Apps on Ubuntu

Most of the apps for Ubuntu is free and you can find unfashionable easily from Software Revolve about. You have to navigate to Software Marrow to find out the apps you are looking for.

How to Install and Uninstall Apps on Ubuntu

You can easy find the Software Center past striking the Windows key and typing the name to search for IT. Ubuntu usually has the Software Revolve around pinned to the tail by default likewise.

How to Install and Uninstall Apps on Ubuntu

You can browse through the Computer software Center or search for specific apps. When you retrieve an app you want to install, click on IT to access its description page. On this page, you'll find an Instal button along with the description, ratings, images, etc.

How to Install and Uninstall Apps on Ubuntu

To set up an app, click on the Install button, go into your password so just wait. The app will exist downloaded and installed.

Uninstall Apps on Ubuntu

As we mentioned before, like using Software Center to put in the apps, you can use the synoptical to uninstall the apps.

How to Install and Uninstall Apps on Ubuntu

The Computer software Center has three tabs connected the top: All, Installed, and Updates. What you'll find under them is quite self-explanatory. And so under the Installed tab, you have each the installed apps on your device regardless of the source of installation.

How to Install and Uninstall Apps on Ubuntu

To remove an app, you tail end just click happening the Remove push button next to an app or click on the app listing to see details close to IT and so snap the Bump off button thereon page. You'll again be asked to enter your password so bash that.

How to Install and Uninstall Apps on Ubuntu

Once the app is uninstalled, you'll see the Install button again which you can use in slip you want to re-install.

Install and Uninstall Debian Packages

Like Android apps are distributed as APK packages, Windows programs are distributed as exe files, happening Ubuntu, you birth Debian packages with the extension .debutante. Ubuntu is actually based on another Linux distro called Debian so packages meant to be installable on Debian also work with Ubuntu. Installing a Debian package is even easier than installing an exe on Windows. You keister find plenty of Debian packages on the cyberspace. For this example, let's just use Chrome. You can beget the Debian package by clicking on the download button on the Chrome site.

How to Install and Uninstall Apps on Ubuntu

When you double-click on the downloaded .deb file it will open high with whatever package installer you habituate as the nonpayment. Connected Ubuntu, this is the Software Center. You get the same Install button again clicking which will prompt you to enter your password. Once you do, the app will embody installed.

How to Install and Uninstall Apps on Ubuntu

You'll and so see a Remove clitoris instead of the Install button. If you deficiency to uninstall this at a by and by metre, you'll find it in the installed apps list with every other app in the Software Center.

Quick Tip: Enable Canonical Partner repository

Away default, the Ubuntu repository contains quite a number of applications but sometimes they won't be enough. Canonical also maintains another repository for proprietary apps provided by their partners and third-political party developers. If you enable this depository you can set u even more apps from the Software Center such as Skype.

How to Install and Uninstall Apps on Ubuntu

To enable this, search for and launch Software system & Updates. Head to the Other software tab, enable Canonical partners. Enter your parole when asked and let the software sources reload.

Also record: How to Enable Fractional Scaling in Ubuntu 19.04

Install and Uninstall Apps On Ubuntu via command line

If you've searched for software to install on Ubuntu online you're bound to chance on websites that give you commands to use similar sudo apt install package_name. This is basically what happens when you click on that install button in the software center. In strange words, this command is the command line equivalent of clicking the Install button in the Software Center.

Establis &adenylic acid; Uninstall From the Repository

The command mentioned above is basically it whenever you want to set up an app package finished the command production line. The sudo part provided root or admin level privileges while the apt (or apt-get if you'atomic number 75 using an elderly version of Ubuntu) part is a command-line tool to install a package. The package names are not always the same as the figure of an application which is why you have to first experience the package name before you can instal it.

Aim VLC Media player for example. To install VLC, you can simply set in motion the Terminal and enter the following command, followed away your password.

sudo apt install vlc

How to Install and Uninstall Apps on UbuntuYou'll then be presented with whatever selective information about the packages that will exist installed and the amount size up. Enter Y to proceed with the installation.

To uninstall the package, replace install in the above command with remove. So the command to uninstall VLC media player would be this.

sudo apt take vlc

Like information will so be presented to you about the packages that leave be removed and the total size later you enter your password. Enter Y to continue with the uninstallation.

Install & Uninstall from a PPA

A PPA or Ain Package Archive is one of the many slipway developers bring home the bacon their apps on Linux and Ubuntu. These are basically personal repositories of developers. Just like the Ubuntu repository contains a number of software packages approved aside Canonical, a PPA contains packages from a developer. PPAs render an easier way to set u packages and stay updated since getting them approved by Canonical is a long process and some developers simply skip it.

You can contribute a PPA to your organization and then put in the software packages enclosed in them. The advantage here is that your apps stay updated with your system, unlike a tertiary-party app you install on Windows which has to run its have check for updates.

  • To add together a PPA, you can merely run over the following command in a terminal.
    sudo add-apt-depository ppa:ppa_name

    Ubuntu 18.04 and to a higher place automatically update the system once a PPA is added so the update command is not necessary. For older versions of Ubuntu, you'll have to manually persist the update dictation.

    sudo apt-get update

    And formerly that has been done, you can enter the command to install the package you'rhenium fascinated in.

    sudo apt-get install package_name
  • Equally an example, let's set up Peek, which is a pretty simple screen recording tool.
    sudo add-appropriate-repository ppa:glance-developers/permanent  sudo apt-get update  sudo tending-get install peek
  • To uninstall this software, the uninstall command is bad much the same As before.
    sudo liable-get uninstall peek

    The PPA can be removed with this command.

    sudo add-apt-repository --take ppa:peek-developers/stable

Install & Uninstall Debian packages

Debian packages can also be installed using the command line and sometimes it mightiness cost the only way you can instal a Debian package if it has unmet dependencies.

  • To set up a package, you simply have to run the following command in a terminal.
    sudo dpkg -i              /direct/path/to/              package-single file-describ.deb                          

    Let's say we wished-for to install that Chrome Debian package from earlier using the command line, and the filing cabinet is unbroken in the Downloads booklet in the Home directory. The command to use would be this.

    sudo dpkg -i              /home/mashtips/Downloads/              google-chromium-plate-stable_current_amd64.debutante            
  • In the case of unmet dependencies, run this command A well.
    sudo apt-get install -f
  • To uninstall information technology, just run the command given below.
  • sudo dpkg --remove bundle-name

Prevent in mind the package name of an installed app is not the same as the name of the Debian file you downloaded. You can see a list of all the installed packages happening your arrangement using the succeeding command.

sudo apt list --installed

Also read: Facebook Chat in Ubuntu Linux using Thunderbird

Other Methods to Instal Apps on Ubuntu

If you thinking that was totally, you couldn't be more wrong. On that point are actually a few other ways to install apps along Ubuntu or Linux in general. One of the slipway is to install an app from its source encode, possible only in the case of open-source software package. However, we serve not recommend IT for mean users because information technology's wordy and troublesome and Sir Thomas More oft than not, non worth IT.

You can also install Piece of cak packages, Flatpaks, App images, Python-based programs by pip, etc. These methods aren't quite touristed and actually motive a offprint guide of their own.

Revealing: Mashtips is founded away its audience. Equally an Amazon Associate I earn from qualifying purchases.

How to Install and Uninstall Apps on Ubuntu

Source: https://mashtips.com/install-uninstall-apps-ubuntu/

Posting Komentar untuk "How to Install and Uninstall Apps on Ubuntu"