I'm seeing various instructions that request that you install something like:
apt-get install lamp-server^
With the oddball caret in the command. It doesn't seem to be mentioned in apt-get
manual. What's the deal ?
apt
I'm seeing various instructions that request that you install something like:
apt-get install lamp-server^
With the oddball caret in the command. It doesn't seem to be mentioned in apt-get
manual. What's the deal ?
Best Answer
The
^
character is not a typo. If you remove it,apt-get
will complain that the package cannot be found.This article and its comments describe what the caret does: