Hi @karan bhargav ,
if ! [[ "18.04 20.04 21.04" == "$(lsb_release -rs)" ]];
then
echo "Ubuntu $(lsb_release -rs) is not currently supported.";
exit;
fi
Maybe it dose not support 22.04 version yet, you can try the corresponding version to see if the error still exists
Troubleshooting “E: Unable to locate package” Error on Ubuntu
-------------
If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.