I had a software (internet dongle) installed in my Ubuntu 14.04. The day before yesterday I upgraded to Ubuntu 16.04 and I found, that software is not working. I tried reinstalling the package, but it's stating that, it's already installed. So I thought to remove it first, to reinstall it in new version of Ubuntu.
But the package is not listed in Ubuntu Software Center, and I'm afraid I don't know the package name of the software so that I can uninstall from terminal.
The software/dongle package is known in human-understandable form as: "Teletalk 3G". I searched my PC with:
sudo apt-cache search tel*
and all sorts of combination like: *3g*
, *talk*
etc. But I found no trace of a package that I can relate with Teletalk 3G.
I've the install.sh
and the installer PCL_TLKBGL.tar.gz
file (I also tried with PCL_TLKBGL
, but no luck). Can I found any trace what machine name is used for the package when installed, so that I can uninstall the package from terminal?
PS: Without that dongle I'm out of Internet in my Ubuntu installation. I'm asking this from my Windows installation, where the dongle is working fine.
apt-cache search
– Anwar Sep 05 '16 at 15:27