apt-cache search revtex
this tells you that the object revtex is contained in the package
texlive-publishers. You can read about the object revtex in the
package with
apt-cache show texlive-publishers | grep revtex
And you can install the package with
sudo apt-get install texlive-publishers