This website recently got a major rebuild; if you're missing something, let Lorna know.

    Tag: apt


  1. The python-is-python2 package on Ubuntu Focal Fossa


    I did a fresh install of Ubuntu 20.04 Focal Fossa on my laptop, and was surprised at what happened when I went to install python:

    $ sudo apt install python
    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    Note, selecting 'python-is-python2' instead of 'python'
    

    Um, what?

    It …

    Read more