{"id":12771,"date":"2022-10-22T15:38:23","date_gmt":"2022-10-22T19:38:23","guid":{"rendered":"http:\/\/local.brightwhiz\/?p=12771"},"modified":"2022-10-22T16:07:29","modified_gmt":"2022-10-22T20:07:29","slug":"how-to-install-aptitude-on-ubuntu-22-04","status":"publish","type":"post","link":"http:\/\/local.brightwhiz\/how-to-install-aptitude-on-ubuntu-22-04\/","title":{"rendered":"How To Install aptitude on Ubuntu 22.04"},"content":{"rendered":"\n
In this guide we will show you how to install aptitude on Ubuntu 22.04. The same steps in this guide also apply to other Debian based Linux systems.<\/p>\n\n\n\n
aptitude<\/a> is a terminal based package manager. It is a front-end to numerous Apt libraries that are used by In this tutorial we will be installing on First we update the Following that we can now install aptitude using the command below:<\/p>\n\n\n\n That’s it.<\/p>\n\n\n\n We can do that same as above by substituting For more details on how to combine commands into one line see this post<\/a>.<\/p>\n\n\n\n Where there is an install you need the ability to reverse you actions and here we have a bonus section showing how to uninstall aptitude from Ubuntu<\/a> 22.04.<\/p>\n\n\n\n This can be done by running the following command:<\/p>\n\n\n\n The command above removes None of the commands above remove the configurations and data. That can be done by running:<\/p>\n\n\n\n You can combine the commands above to remove aptitude configurations, data and all of its dependencies with this:<\/p>\n\n\n\n You have seen how to install aptitude on Ubuntu 22.04 in this tutorial with practical examples that your can use on your own Debian-based Linux systems.<\/p>\n\n\n\n References In this guide we will show you how to install aptitude on Ubuntu 22.04. The same steps in this guide also apply to other Debian based Linux systems. What is…<\/p>\n","protected":false},"author":1,"featured_media":12772,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[2,23,9,16,18],"tags":[183,193,350,354,424,433,573,591,598],"yoast_head":"\napt<\/code>, the default package manager on Debian<\/a> systems.<\/p>\n\n\n\n
aptitude<\/code> Ubuntu 22.04 using two different package managers namely
apt-get<\/code> and
apt<\/code>.<\/p>\n\n\n\n
Install aptitude Using apt-get<\/h2>\n\n\n\n
apt<\/code> package database using this command:<\/p>\n\n\n\n
$ sudo apt-get update<\/code><\/pre>\n\n\n\n
$ sudo apt-get -y install aptitude<\/code><\/pre>\n\n\n\n
Install aptitude Using apt<\/h2>\n\n\n\n
apt-get<\/code> for
apt<\/code>. In this example we have combined the two commands into one line:<\/p>\n\n\n\n
$ sudo apt update && sudo apt -y install aptitude<\/code><\/pre>\n\n\n\n
How To Uninstall aptitude From Ubuntu 22.04<\/h2>\n\n\n\n
$ sudo apt-get remove aptitude<\/code><\/pre>\n\n\n\n
Remove aptitude and its Dependencies<\/h2>\n\n\n\n
aptitude<\/code> but does not touch the dependencies. To remove the dependencies as well you need to run this command:<\/p>\n\n\n\n
$ sudo apt-get -y autoremove aptitude<\/code><\/pre>\n\n\n\n
Remove aptitude Configurations and Data<\/h2>\n\n\n\n
$ sudo apt-get -y purge aptitude<\/code><\/pre>\n\n\n\n
Remove aptitude Configuration, Data, and Dependencies<\/h2>\n\n\n\n
$ sudo apt-get -y autoremove --purge aptitude<\/code><\/pre>\n\n\n\n
Conclusion<\/h2>\n\n\n\n
Official aptitude website<\/a>
aptitude page on packages.ubuntu.com<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"