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/.mozilla/plugins/libnpfbook_1_0_3.so..."
mkdir -p "$HOME"/.mozilla/plugins
cp libnpfbook_1_0_3.so "$HOME"/.mozilla/plugins/libnpfbook_1_0_3.so

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:
Revision history for this message
kadaj (qlisp) said :
#2

Try with sufficient privileges. Try with sudo.

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.