Python/Shell: Difference between revisions

From Fundamental Ramen
Jump to navigation Jump to search
(Created page with "<source lang="python3> subprocess.run(['dpkg', '-x', deb_path, ex_path]) </source>")
 
No edit summary
Line 1: Line 1:
{| class="wikitable"
! TODO | Code
|-
| Just run ||
<source lang="python3>
<source lang="python3>
subprocess.run(['dpkg', '-x', deb_path, ex_path])
subprocess.run(['dpkg', '-x', deb_path, ex_path])
</source>
</source>
|}

Revision as of 08:36, 9 May 2019

Code
Just run
subprocess.run(['dpkg', '-x', deb_path, ex_path])