the way to uninstall Linux apps out of your Chromebook

Linux on Chrome OS has come a protracted approach considering we first found out the mission that might bring containers to Chromebooks just about four years in the past. In that point, Google has brought a good system to convey a plethora of Linux applications to the Chrome operating system devoid of the want for hacky workarounds that compromise the integrity and protection of the platform. Crostini, a.k.a. Linux apps on Chrome OS, isn't ideal and there are nevertheless some items lacking to make the experience 100% potential however there's absolute confidence that it has delivered to the usual value of the Chrome OS ecosystem. I individually agree with that the Chrome OS group has stumbled upon what can be the way forward for computing that might leverage containers and Plugin VMs to provide users access to any utility they need right through the portal that's Chrome OS.

All that apart, we begun the Command Line sequence to support you get essentially the most out of Linux to your Chromebook. while we've covered a considerable number of methods with which which you could install Linux applications, today, we're going to take a glance at the right way to remove a Linux kit. the way you uninstall a Linux app can differ counting on the particular utility. happily, most of the applications you deploy on your Chromebook will vicinity a computer icon in your Linux folder that may also be found to your app launcher. The quickest strategy to eliminate one of those functions is to with ease right-click on on the icon and select "uninstall." Linux will now run the uninstall procedure within the heritage and there is no should even open the terminal.

ads

when you've got put in a Linux application that didn't instantly add a desktop icon, we can right now get rid of that kit from the command line. This system is somewhat standard and there are some certain tweaks you can use that allows you to be sure the method doesn't go away any undesirable data or statistics for your force. For this example, we are able to use the universal graphic editor GIMP. This package is accessible within the Debian 10 repository and it may also be installed the usage of here command.

sudo apt set up gimp

as soon as installed, you should see the desktop icon for GIMP in your Linux apps folder by way of the Chrome OS app launcher. Let's say you desired to uninstall this package from the terminal however you aren't 100-% sure of the exact name of the package. No concerns. First, we'll analyze how to identify the utility you are looking to remove and then, the numerous methods during which which you can remove it. To find a listing of all programs put in in the Linux container, run right here command for your Linux terminal.

ads

dpkg --list

this will listing all your installed applications and the printout will pause at the conclusion of the primary row of visible commands. Hitting enter will let you stream down the listing one-with the aid of-one or you can use the spacebar and movement a page at a time. circulation down the web page until you locate the equipment you wish to get rid of and make sure the name of the package. In our illustration, the equipment is quite simply gimp. Now that you've got the exact equipment identify, press Ctrl+C to come to the command instantaneous. Now we will begin the removal manner of the equipment. if you want to eradicate the equipment and any configuration files that got here with it, you will use the purge and take away instructions. to your terminal, class right here command and hit enter. When triggered, hit enter or press "Y" and hit enter. I actually have found that the terminal will now and again abort the manner if the "Y" isn't capitalized. If that happens, just try once more with an uppercase "Y".

sudo apt-get --purge remove gimp

in case you plan on reinstalling the package and need to maintain the configuration info, simply leave out the purge command and run sudo apt-get remove gimp. depending on the equipment you're removing, you may additionally produce other information installed that were dependencies and might now not be vital. Some examples are things such as font data used through GIMP. Linux can immediately eliminate these information in the event that they are not any longer needed by using some other packages. To remove any dependencies, run the following command in the terminal.

sudo apt-get autoremove

that you may actually operate all of these functions in a single fell swoop if you need to eliminate the kit, config files, and dependencies abruptly. To do that, we are able to combine the purge and the auto-eliminate commands with the kit identify. For gimp, this command will seem like this:

adverts

sudo apt-get purge --auto-eradicate gimp

final but no longer least, we want to eradicate the kit file used for setting up GIMP or some other applications. These are saved in an archive file and no longer vital once a equipment is put in and/or removed. take into account, you are going to should down load these data again when you decide to install GIMP or another package however that's as effortless as 1-2-3. To eliminate the archived files, use the clean command in the terminal thusly. You won't see any output with this command.

sudo apt-get clean

i hope this helps bolster your confidence in the use of Linux in your Chromebook. There are loads of splendid tools to be found in Debian and the container tech that Chrome OS uses to carry Linux applications is continuing to adapt every day. As Google finds further and further use-circumstances for this delivery formulation, Chromebooks are without delay becoming the Swiss army Knife of computing and we're excited to peer what's next. live tuned for the subsequent Command Line article and make sure to sign up for our newsletter so you don't pass over the newest from the area of Chrome OS.

Related Posts

Posting Komentar

Subscribe Our Newsletter