![]() |
2009-04-16
, 15:54
|
|
Posts: 903 |
Thanked: 632 times |
Joined on Apr 2008
|
#2
|
![]() |
2009-04-16
, 15:58
|
|
Posts: 4,783 |
Thanked: 1,253 times |
Joined on Aug 2007
@ norway
|
#3
|
![]() |
2009-04-16
, 17:58
|
|
Posts: 4,708 |
Thanked: 4,649 times |
Joined on Oct 2007
@ Bulgaria
|
#4
|
![]() |
2009-04-16
, 18:45
|
|
Posts: 4,783 |
Thanked: 1,253 times |
Joined on Aug 2007
@ norway
|
#5
|
![]() |
2009-04-16
, 19:35
|
Posts: 3,319 |
Thanked: 5,610 times |
Joined on Aug 2008
@ Finland
|
#6
|
The Following User Says Thank You to attila77 For This Useful Post: | ||
![]() |
2009-04-16
, 19:48
|
Posts: 4,556 |
Thanked: 1,624 times |
Joined on Dec 2007
|
#7
|
![]() |
2009-04-16
, 20:15
|
|
Posts: 1,648 |
Thanked: 2,122 times |
Joined on Mar 2007
@ UNKLE's Never Never Land
|
#8
|
sadly, apt-get purge gives me a error about missing command, or something like that, so i cant really tell it to purge any leftovers related to python-launcher...
### View orphan files: dpkg --list | grep ^rc | awk '{ print $2; }' ### Clean up the files: #dpkg --purge $(dpkg --list | grep ^rc | awk '{ print $2; }')
![]() |
2009-04-17
, 09:39
|
|
Posts: 4,783 |
Thanked: 1,253 times |
Joined on Aug 2007
@ norway
|
#9
|
The Following User Says Thank You to tso For This Useful Post: | ||
![]() |
2009-04-17
, 12:45
|
|
Posts: 739 |
Thanked: 159 times |
Joined on Sep 2007
@ Germany - Munich
|
#10
|
### View orphan files:
dpkg --list | grep ^rc | awk '{ print $2; }'
i have yet to figure out what the cause can be tho...
so, has anyone else seen this?