Hello linux lover in this tutorial i will show you how we can fix the package needs to be reinstalled but i can't find an archive for it ubuntu, debian or kali linux error. It's common error for linux user. When we going to install some any software using command line then it shows us that error.
I will use sudo dpkg --remove --force-all command to fix the package plexmediaserver needs to be reinstalled, but i can t find an archive for it. Let's see how we can fix that error.
//suppose we are going install telegram-desktop
//so run
sudo apt-get install telegram-desktop
//then it will show us that error like
//the package telegram-desktop needs to be reinstalled, but i can t find an archive for it
So now run to fix that
sudo dpkg --remove --force-all telegram-desktop
//now your problem will be fixed
Hope it can help you.
#linux