the way to uninstall Linux apps out of your Chromebook

Linux on Chrome OS has come a long manner when you consider that we first found the undertaking that would carry containers to Chromebooks well-nigh 4 years ago. In that point, Google has introduced a stable formulation to bring a plethora of Linux applications to the Chrome working equipment without the need for hacky workarounds that compromise the integrity and safety of the platform. Crostini, a.okay.a. Linux apps on Chrome OS, isn't perfect and there are still some pieces missing to make the adventure a hundred% conceivable however there's no doubt that it has introduced to the ordinary value of the Chrome OS ecosystem. I for my part agree with that the Chrome OS group has stumbled upon what may well be the way forward for computing that may leverage containers and Plugin VMs to provide clients entry to any utility they want all the way through the portal it is Chrome OS.

All that aside, we began the Command Line sequence to assist you get the most out of Linux to your Chromebook. whereas we have covered a considerable number of methods with which you could deploy Linux purposes, today, we're going to take a look at how to remove a Linux package. the way you uninstall a Linux app can vary depending on the particular utility. happily, many of the programs you install to your Chromebook will area a computing device icon on your Linux folder that may also be found to your app launcher. The quickest strategy to eliminate one of these purposes is to comfortably right-click on the icon and choose "uninstall." Linux will now run the uninstall method within the historical past and there is no should even open the terminal.

ads

when you've got put in a Linux utility that didn't automatically add a laptop icon, we will straight away eliminate that equipment from the command line. This system is quite primary and there are some certain tweaks that you may use in order to be certain the manner doesn't go away any unwanted info or records to your force. For this example, we will use the widespread photo editor GIMP. This equipment is available in the Debian 10 repository and it will also be put in using the following command.

sudo apt installation gimp

once put in, you should definitely see the desktop icon for GIMP for your Linux apps folder by the use of the Chrome OS app launcher. Let's say you wanted to uninstall this equipment from the terminal but you aren't a hundred-% sure of the actual name of the equipment. No issues. First, we'll analyze how to determine the software you need to eliminate and then, the a variety of methods during which that you can remove it. To find an inventory of all applications installed within the Linux container, run here command in your Linux terminal.

ads

dpkg --record

this will listing all of your installed packages and the printout will pause at the end of the first row of seen commands. Hitting enter will assist you to stream down the listing one-by means of-one or you can use the spacebar and circulation a web page at a time. move down the page until you discover the package you want to eradicate and confirm the identify of the equipment. In our example, the equipment is with ease gimp. Now that you have the actual package name, press Ctrl+C to return to the command immediate. Now we will start the elimination technique of the equipment. in case you wish to remove the equipment and any configuration files that got here with it, you're going to use the purge and remove commands. on your terminal, type here command and hit enter. When brought on, hit enter or press "Y" and hit enter. I even have discovered that the terminal will every so often abort the method if the "Y" isn't capitalized. If that occurs, just are trying once again with an uppercase "Y".

sudo apt-get --purge eliminate gimp

in case you plan on reinstalling the kit and need to keep the configuration files, just pass over the purge command and run sudo apt-get remove gimp. depending on the equipment you are putting off, you may additionally have other files put in that had been dependencies and might not be crucial. Some examples are issues corresponding to font info used by way of GIMP. Linux can instantly eradicate these info if they are no longer crucial by any other packages. To eradicate any dependencies, run here command within the terminal.

sudo apt-get autoremove

that you would be able to truly perform all of these services in one fell swoop in case you want to eliminate the equipment, config information, and dependencies unexpectedly. To try this, we are able to combine the purge and the auto-get rid of commands with the kit name. For gimp, this command will look like this:

advertisements

sudo apt-get purge --auto-remove gimp

last but now not least, we wish to remove the package file used for installation GIMP or every other functions. These are saved in an archive file and now not crucial as soon as a equipment is put in and/or removed. take into account, you're going to should download these data again when you make a decision to set up GIMP or an extra package but that's as effortless as 1-2-3. To eliminate the archived information, use the clear command in the terminal thusly. You gained't see any output with this command.

sudo apt-get clean

i am hoping this helps bolster your confidence in the usage of Linux on your Chromebook. There are loads of high-quality tools to be found in Debian and the container tech that Chrome OS makes use of to carry Linux functions is carrying on with to adapt daily. As Google finds further and further use-situations for this beginning formulation, Chromebooks are at once becoming the Swiss army Knife of computing and we're excited to peer what's next. dwell tuned for the subsequent Command Line article and make sure to sign up for our e-newsletter so you don't leave out the newest from the realm of Chrome OS.

Related Posts

Posting Komentar

Subscribe Our Newsletter