I am trying to understand why Pulse secure installed via Debian package is not starting at all.
I am able see it in the GUI menu, when clicked the Menu disappears and now the application should start, but it doesn't.
In terminal with Sudo access I type pulse
and hit enter, but this doesn't execute it.
root@user:/home/user# pulse
Command 'pulse' not found, did you mean:
command 'apulse' from deb apulse
Try: apt install <deb name>
List of Applications Shows a different name:
root@user:/home/user# ls -lh /usr/share/applications | grep pulse
-rwxr-xr-x 1 root root 285 Aug 29 2017 pulseUi.desktop
What's confusing me is while removing this package I am able to see this in terminal.
user@user:~$ sudo apt remove pulse
pulse pulseaudio pulseaudio-module-bluetooth pulseaudio-utils
Additional Information:
uname -a
Linux user 4.15.0-22-generic #24-Ubuntu SMP Wed May 16 12:15:17 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
Appreciate your time already in reading the details above.