Divago
Group: Members
Posts: 83
Joined: April 2007 |
|
Posted: Jan. 11 2008,15:27 |
|
Hi all i'm using a dsl-n installed on HDD (well, a 1 giga flash disc but... similar to hdd ) i ever had problem with dpkg, problem resolving dependecies and installing something (ie i try to install libc6 and it says missed dependecy: need libc6 -_- )
now, i installed dsl-dpkg.dsl dsl package (the one found on ftp://ibiblio.org/pub/Linux/distributions/damnsmall/mydsl/ and auto-installed putting it into /mydsl folder) and it also installed apt-get
this "new dpkg" well (where new=newer than one i used before ) give some weird error:
Code Sample | # dpkg -i <one package i tried to install> dpkg: `install-info' not found on PATH. dpkg: 1 expected program(s) not found on PATH. NB: root's PATH should usually contain /usr/local/sbin, /usr/sbin and /sbin. |
googling here and there i found this is a path problem if i type # echo $PATH
Code Sample | # echo $PATH /sbin:/bin:/usr/sbin:/usr/bin:/usr/X11R6/bin:/usr/local/sbin:/usr/local/bin:/usr/games:/sbin/:/usr/sbin/:/usr/local/sbin/:/sbin:/usr/sbin:/usr/local/sbin | so seems there is NOT path problem
trying to install using apt-get i got problem too:
Code Sample | apt-get install cups Reading Package Lists... Done Building Dependency Tree... Done W: Couldn't stat source package list http://archive.debian.org woody/main Packages (/var/lib/apt/lists/archive.debian.org_debian-archive_dists_woody_main_binary-i386_Packages) - stat (2 No such file or directory) W: Couldn't stat source package list http://archive.debian.org woody/contrib Packages (/var/lib/apt/lists/archive.debian.org_debian-archive_dists_woody_contrib_binary-i386_Packages) - stat (2 No such file or directory) W: Couldn't stat source package list http://archive.debian.org woody/non-free Packages (/var/lib/apt/lists/archive.debian.org_debian-archive_dists_woody_non-free_binary-i386_Packages) - stat (2 No such file or directory) W: You may want to run apt-get update to correct these problems E: Couldn't find package cups | i already edited (well, created) sources.list; i created by mkdir and mkdirhier the directory apt-get need to use etc
but still does'nt work can you help me out for this?
|