Answers for "knows the version of one application on ubuntu"

0

ubuntu version command line

cat /etc/issue
Posted by: Guest on October-07-2020
0

knows the version of one application on ubuntu

#in your terminal
apt show <program_name>

You can also use the old style apt-cache in either of the below two fashion:
apt-cache policy <program_name>
apt-cache show <program_name>
Posted by: Guest on December-08-2020

Code answers related to "knows the version of one application on ubuntu"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language