Thread
:
How do I completely remove Thunderbird 10
View Single Post
#
2
21st February 2012, 09:36 AM
ErikLehnsherr
Offline
Registered User
Join Date: Feb 2012
Location: Brazil
Posts: 12
Re: How do I completely remove Thunderbird 10
Strange.
Try:
Code:
yum remove thunderbird-10.0.1-1.fc16
If theres an process running kill it first (at terminal)
Code:
TOP
see the process ID then:
Code:
kill PID
If is an root process:
Code:
su kill PID
ErikLehnsherr
View Public Profile
Find all posts by ErikLehnsherr