DEV Community

D
D

Posted on

1

python3 yum

  File "/bin/yum", line 30
    except KeyboardInterrupt, e:
                            ^
SyntaxError: invalid syntax
Enter fullscreen mode Exit fullscreen mode
$ sudo vim /bin/yum
#!/usr/bin/python -> #!/usr/bin/python2
Enter fullscreen mode Exit fullscreen mode
  File "/usr/libexec/urlgrabber-ext-down", line 28
    except OSError, e:
                  ^
SyntaxError: invalid syntax
Enter fullscreen mode Exit fullscreen mode
$ sudo vim /usr/libexec/urlgrabber-ext-down
#!/usr/bin/python -> #!/usr/bin/python2
Enter fullscreen mode Exit fullscreen mode

Top comments (0)

AWS Security LIVE!

Join us for AWS Security LIVE!

Discover the future of cloud security. Tune in live for trends, tips, and solutions from AWS and AWS Partners.

Learn More