File: uninstall.sh

package info (click to toggle)
python-transliterate 1.10.2-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 812 kB
  • sloc: python: 1,973; makefile: 224; sh: 36
file content (4 lines) | stat: -rwxr-xr-x 90 bytes parent folder | download | duplicates (4)
1
2
3
4
pip uninstall transliterate -y
rm build -rf
rm dist -rf
rm src/transliterate.egg-info -rf