Tag: Ubuntu

How to Install Linux Kernel 5.19 in Ubuntu 22.04 LTS

Linux Kernel 5.19 was released! Ubuntu Mainline PPA has made the packages for testing purpose. Linus Torvalds announced this kernel release last night: On a personal note, the most interesting part here is that I did the release (and am writing this) on an arm64 laptop. …

List Upgradable Packages With apt Command in Ubuntu

The apt command is used for package management in Debian and Ubuntu. While you are probably already familiar with the install and remove options, apt provides a few extra features as well. One of them is the ability to see all the upgradable packages on your …

How to Uninstall Deb Packages in Ubuntu

Installing applications from a deb file is quite simple. You double click on it and it opens in the Software Center application and you install it from there. But what about uninstalling a .deb package in Ubuntu or Debian? How do you remove the package you …