What does the ip status in the aptitude package list mean? For example:
$ aptitude search some_package
ip some_package description
|
What does the ip status in the aptitude package list mean? For example:
| ||||
|
feedback
|
|
The status means that the package is installed and will be deleted by the Aptitude can put off actions by executing the acting command with the --schedule-only option.
After issuing the command the package won't be uninstalled right away — it will be put off and get the p flag in the package list:
To perform all pending actions one should execute the following command:
To cancel the pending purge you should use the keep action:
After issuing the command the p flag will be deleted from the package list. | ||||
|
feedback
|
|
The manpage for aptitude says:
-> "some_package" is already installed on your system. | |||
|
feedback
|
|
The package is installed and is going to be purged. Check out this part of the aptitude users guide for a really good explanation of the flags. | |||
|
feedback
|