Created
January 21, 2017 23:34
-
-
Save bse666/83ea725e506687d911bb39622c507ff2 to your computer and use it in GitHub Desktop.
fix for archlinux net rpc
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
#misha@mishap2:~$ pacman -Q smbclient | |
#smbclient 4.5.1-1 | |
#without "gamin" attempt to run "net" throws up "net: error while loading shared libraries: libfam.so.0: cannot open shared object file: No such file or directory". with gamin installed net seems to work. | |
sudo pacman -S gamin smbclient |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment