Thread Rating:
- 0 Votes - 0 Average
- 1
- 2
- 3
- 4
- 5
Installation resp. aptitude install
|
Author |
Message |
juerg
Junior Member
Posts: 95
Joined: Aug 2007
Reputation: 0
|
Installation resp. aptitude install
Diese Zeile in der offiziellen Alneitung
aptitude install $ (cat ./docs/Debian/debian-packages-`lsb_release -cs`)
ergibt folgenden Fehler bei mir (lenny)
ispcp1:/usr/local/src/ispcp/ispcp-omega-1.0.2# aptitude install $ (cat ./docs/Debian/debian-packeges-`lsb_release -cs`)
-bash: syntax error near unexpected token `('
ispcp1:/usr/local/src/ispcp/ispcp-omega-1.0.2#
Irgend eine Idee??
Ok gelöst. Muss
aptitude install $(cat ./docs/Debian/debian-packages-`lsb_release -cs`)
lauten. Also kein Abstand nach dem $ !!
(This post was last modified: 09-16-2009 09:34 PM by juerg.)
|
|
09-16-2009 09:24 PM |
|
User(s) browsing this thread: 1 Guest(s)