agt-get

UNC

B1G-Software-Kunde
#1
Hallo
Bis jetzt konnte ich meine "Pakete" immer mit "agt-get" installieren... Nun aber das:
root@server1:~# apt-get install tcl8.3-dev tcl8.3
Reading Package Lists... Done
Building Dependency Tree... Done
The following NEW packages will be installed:
tcl8.3 tcl8.3-dev
0 packages upgraded, 2 newly installed, 0 to remove and 7 not upgraded.
Need to get 1219kB of archives. After unpacking 4166kB will be used.
Get:1 ftp://ftp.freenet.de stable/main tcl8.3 8.3.3-7 [755kB]
Get:2 ftp://ftp.freenet.de stable/main tcl8.3-dev 8.3.3-7 [464kB]
Fetched 1219kB in 1s (766kB/s)
dpkg: `ldconfig' not found on PATH.
dpkg: `start-stop-daemon' not found on PATH.
dpkg: `install-info' not found on PATH.
dpkg: `update-rc.d' not found on PATH.
dpkg: 4 expected program(s) not found on PATH.
NB: root's PATH should usually contain /usr/local/sbin, /usr/sbin and /sbin.
E: Sub-process /usr/bin/dpkg returned an error code (2)
Das selbe auch bei "apt-get install php5" :(

Edit: Erledigt... Das half:
export PATH=/sbin:/usr/sbin:/usr/local/sbin:$PATH
 
Last edited:
Top