I was trying to install all python packages using sudo apt install python3*
, but it gave me this error:
newtron@newtron:~$ sudo apt install python3*
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package python3*
Ubuntu 20.04 introduced Apt 2.0
From the Release Notes:
I have reported this as bug to launchpad - https://bugs.launchpad.net/bugs/1860366 against Ubuntu 20.04 LTS.
You can still use
apt-get
for this purpose:will do what you (and really me) want. We need to change our habits here.