Need to disable it on the current running system and disable the swap partition for the next book in /etc/fstab.
/etc/fstab
sudo swapoff -a sudo sed -i '/ swap / s/^/#/' /etc/fstab
Then to check if it was disabled …
swapon --show
Related: