Install Inkscape using PPA on Pop!_OS 22.04

I want to install the current, stable version of Inkscape to generate SVGs for a variety of reasons. The version of Inkscape in the Pop!_OS 22.04 repository is already behind the current release. This can be fixed using the Inkscape PPA instructions with the following commands to add the PPA and install Inkscape:

$ sudo add-apt-repository ppa:inkscape.dev/stable
$ sudo apt update
$ sudo apt install inkscape

You'll have to hit enter to add the PPA after the first command above. Otherwise, the install is similar to any other at the terminal. We can check the version to make sure that is the current, stable release at this time:

$ inkscape --version
Inkscape 1.2.1 (1:1.2.1+202210291243+9c6d41e410)

Yup, 1.2.1 is the current, stable release on this date! Time to draw!?