View Single Post
Posts: 268 | Thanked: 304 times | Joined on Oct 2009 @ Orlando, USA
#20
Originally Posted by mr_bridger View Post
Problem is, theres no easy way off telling whats unoptified is there?
"easy" is subjective .

If you are comfortable with the command line, the following command will list all the files installed by the package.:
Code:
dpkg -L packagename
If you see '/opt' in any of the files the package is optified.