Hi, i just updated my kali-linux to 2020.2.

My "apt" works fine, but my apt-get not.

Code:
apt-get update
Segmentation fault
apt-get upgrade
Segmentation fault
apt-get clean
E: Clean of / is not supported
apt-get --version
apt 2.1.1 (amd64)
Usage: apt-get [options] command
       apt-get [options] install|remove pkg1 [pkg2 ...]
       apt-get [options] source pkg1 [pkg2 ...]

apt-get is a command line interface for retrieval of packages
and information about them from authenticated sources and
for installation, upgrade and removal of packages together
with their dependencies.
I tryed "apt reinstall apt", didn't solve the problem.

Thanks for the help in advance.