added note on Ubuntu 14.04 apt-get
This commit is contained in:
parent
12b624bf0a
commit
d3326b0326
1 changed files with 3 additions and 0 deletions
|
@ -72,6 +72,9 @@ rpm -e ace-devel ace-gperf ace
|
|||
|
||||
{{{
|
||||
sudo dpkg -r emane\* python-emane\* libemane\* ace\*
|
||||
# for Ubuntu 14.04+, dpkg doesn't support wildcards, so use this
|
||||
# this will prompt to confirm
|
||||
sudo apt-get purge ^emane\*
|
||||
}}}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue