I need help! I am having problems installing things that I've downloaded
Asked by
Brandy
#!/bin/sh
#
# The most complicated, convoluted, complex installation
# in the history of the Internet.
#
echo -n "Copying libnpfbook_1_0_3.so to $HOME/.
mkdir -p "$HOME"
cp libnpfbook_1_0_3.so "$HOME"
if [ $? -eq 0 ]; then
echo " done."
else
echo " failed."
fi
Question information
- Language:
- English Edit question
- Status:
- Answered
- For:
- Ubuntu Edit question
- Assignee:
- No assignee Edit question
- Last query:
- Last reply:
Can you help with this problem?
Provide an answer of your own, or ask Brandy for more information if necessary.
To post a message you must log in.