But now, since the vast majority of software is either Universal or Intel, Rosetta feels much like an antiquated technology that might no longer be needed by the average user. Indeed, if you're a stickler for making sure that everything you run is Intel-only, there's a nifty little command line trick that you can do to disable Rosetta "on-the-fly" so to speak. Simply open up the Terminal and type in the following command:
sudo sysctl -w kern.exec.archhandler.powerpc=/usr/libexec/oah/RosettaNonGrata
This will disable Rosetta on your machine by sending the PowerPC code to an executable that does not interpret it. So, if you try to open a PowerPC application, you'll be prompted to install Rosetta. If you'd like to re-enable Rosetta, you can do so via the following command:
sudo sysctl -w kern.exec.archhandler.powerpc=/usr/libexec/oah/translate
Upon entering this, Rosetta will be reactivated on your Mac.