added note on Ubuntu 14.04 apt-get

This commit is contained in:
ahrenholz@gmail.com 2014-10-23 14:01:54 +00:00
parent 12b624bf0a
commit d3326b0326

View file

@ -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\*
}}}