On 05/10/2015 09:14 AM, Johannes
Schauer wrote:
It's very interseting :Hi, Quoting Mohsen Pahlevanzadeh (2015-05-10 05:53:17)When i use : grep ^Status: /var/lib/dpkg/status , Unfortunately , i only get "Status: install ok installed"how sure are you of that? Did you just look at the first few hundred or did you really find all unique values? Try:grep ^Status: /var/lib/dpkg/status | sort | uniq -c cheers, josch ///////////////////////////////////////////////////////////////////////// I did : root@debian:/home/mohsen# grep ^Status: /var/lib/dpkg/status | sort | uniq -c 1 Status: install ok config-files 2803 Status: install ok installed //////////////////////////////////////////////////////////////////// But : /////////////////////////////////////////////////////////////////// root@debian:/home/mohsen# dpkg -l virtualbox* Desired=Unknown/Install/Remove/Purge/Hold | Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend |/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad) ||/ Name Version Architecture Description +++-==============-============-============-================================= un virtualbox <none> <none> (no description available) ii virtualbox-4.3 4.3.22-98236 amd64 Oracle VM VirtualBox un virtualbox-gue <none> <none> (no description available) un virtualbox-ose <none> <none> (no description available) //////////////////////////////////////////////////////////////////////////////////////////////// --Regards mohsen -- To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: https://lists.debian.org/554f1c9d.4070...@pahlevanzadeh.org |
- not installed and installed , where they store? Mohsen Pahlevanzadeh
- Re: not installed and installed , where they sto... Tom Lee
- Re: not installed and installed , where they... Mohsen Pahlevanzadeh
- Re: not installed and installed , where ... Johannes Schauer
- Re: not installed and installed , wh... Tom Lee
- Re: not installed and installed... Charles Plessy
- Re: not installed and installed , wh... Mohsen Pahlevanzadeh
- Re: not installed and installed... The Wanderer