PDA

View Full Version : [SOLVED] Removing & cleaning package



zkab
July 29th, 2017, 11:52 AM
I downloaded & installed 'sudo dpkg -i unifi-video_3.7.3-Ubuntu16.04_amd64.deb' on my workstation.
Later I installed the package on a server and removed it from my workstation with 'sudo apt purge unifi-video'.
Also cleaned with 'sudo apt-get autoclean && sudo apt-get autoremove && sudo apt-get clean'
But when I 'dpkg -l unifi*' I get following: dpkg-query: no packages found matching unifi-video_3.7.3-Ubuntu16.04_amd64.deb
I thought that purging & cleaning removed every trace of the package ... so how come I get the 'no packages found matching unifi ...'

zkab
July 29th, 2017, 12:04 PM
Solved ... when I deleted 'unifi-video_3.7.3-Ubuntu16.04_amd64.deb' from my download folder then 'dpkg -l unifi*' did not display the message ...