Hello,

Initial Case: Removed iceweasel and then ran "apt-get autoremove" - and laziness on my part , i pressed the "Y" and let it all go . restarted the computer and i was presented with cmd line login. then i started the search on how to fix it , First had to connect to the Wifi to try "apt-get update && "apt-get dist-upgrade"
Code:
ifconfig wlan0 down
iwconfig wlan0 mode managed
iwconfig wlan0 essid AP_NAME
iwconfig wlan0 key AP_KEY
ifconfig wlan0 up
dhclient wlan0
but even running apt-get update , didnt work .. so i installed gdm3 and after reboot i was on GUI -

ACTUAL Issue Certain apps were removed from the installation , i noticed initially that Wireless Manager was not available , i got that back by doing
Code:
apt-get install network-manager network-manager-gnome
the Applications > Accessories > Screenshot was also not there which i got back by doing "apt-get install gnome-screenshot"

The Package Manager and Log Viewer are also not available anymore ,
Question : I know aptitude is more versatile but how can i get the stock Package Manager which came with Kali and the Log Viewer ? AND how to ensure ( a method) through which i can get all the stock apps back so to ensure nothing is missed.

Thank you

Old Relevant Posts : https://forums.kali.org/showthread.p...-settings-apps | https://forums.kali.org/showthread.p...-GUI-not-there | https://forums.kali.org/showthread.p...ackage+manager