Line 1:
Line 1:
It would be great if the link to the RPM could be retrieved from within the shell on the SME server. Now I have to download via Windows, move via a Samba drive before I can install..
It would be great if the link to the RPM could be retrieved from within the shell on the SME server. Now I have to download via Windows, move via a Samba drive before I can install..
+
+
+
You can use <code>- O <outputfilename></code> and surround the URL with quotes (as shown below), but I suspect the URL will change if the contrib is updated.
+
<nowiki>wget -O smeserver-saco-qmHandle-1.3.4-3.noarch.rpm \
+
"http://www.saco-support.de/index.php?_m=downloads&_a=downloadfile&downloaditemid=13"</nowiki>
+
Use <code>rpm -qlp smeserver-saco-qmHandle-1.3.4-3.noarch.rpm</code> to displays a list of files in the output file after download. [[User:Mmccarn|Mmccarn]] 12:07, 2 September 2009 (UTC)