running dpkg --list
gives me this output
ii ucf 3.0036 all Update Configuration File(s): preserve user changes to config files
ii udev 229-4ubuntu11 amd64 /dev/ and hotplug management daemon
ii ufw 0.35-0ubuntu2 all program for managing a Netfilter firewall
ii uidmap 1:4.2-3.1ubuntu5 amd64 programs to help use subuids
ii unattended-upgrades 0.90 all automatic installation of security upgrades
ii unzip 6.0-20ubuntu1 amd64 De-archiver for .zip files
Now for ex. let's take third row ufw
In third column where version numbers re written, I don't want it to return 0.35-0ubuntu2
. It should return only 0.35-0
How can i do this?
Moreover what does this extra ubuntu11 denotes/means??