• Login
  • Register
  • Dolphin Forums
  • Home
  • FAQ
  • Download
  • Wiki
  • Code


Dolphin, the GameCube and Wii emulator - Forums › Dolphin Emulator Discussion and Support › Development Discussion v
« Previous 1 ... 45 46 47 48 49 ... 117 Next »

Uninstall dolphin-emu on Debian 7 after make install
View New Posts | View Today's Posts

Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Thread Modes
Uninstall dolphin-emu on Debian 7 after make install
11-08-2013, 07:22 AM
#4
SkySkimmer
Unregistered
 
Actually that wouldn't work. First you would need to use rm -r (or rmdir or similar) to remove the directories (although you might not care about leaving empty directories).
Second and more important it would give weird results if there's a space in a filename. For example testing on my install without being root produces
Quote:....
rm: cannot remove ‘/usr/local/share/dolphin-emu/sys/Themes/Clean’: Is a directory
rm: cannot remove ‘Lite/play@2x.png’: No such file or directory
...
If using rm -r this might be dangerous if you're using the command from somewhere with eg a subdirectory named "Lite".

Using
Quote: cat install_manifest.txt | xargs -d '\n' rm
should solve that problem.
Reply
« Next Oldest | Next Newest »


Messages In This Thread
Uninstall dolphin-emu on Debian 7 after make install - RyDroid - 11-03-2013, 03:52 AM
RE: Uninstall dolphin-emu on Debian 7 after amke install - neobrain - 11-03-2013, 03:56 AM
RE: Uninstall dolphin-emu on Debian 7 after make install - RyDroid - 11-03-2013, 09:30 AM
RE: Uninstall dolphin-emu on Debian 7 after make install - SkySkimmer - 11-08-2013, 07:22 AM

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:


Users browsing this thread:



Powered By MyBB | Theme by Fragma

Linear Mode
Threaded Mode