|
|
现在只要使用APT相关的命令都只会提示
command not found
请问这个怎么回事呢?有没有办法恢复的.郁闷死了啊.....
好像确实是APT被卸载了.我从DEBIAN的官方下载了apt_0.6.46.4-0.1.tar.gz 但是里面又没有安装说明,实在是不知道怎么安装啊.装了好几次都是失败
有没有谁能帮个忙呢?谢谢了
我安装的时候
debian:~/apt-0.6.46.4.1# ./configure
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for library containing strerror... none required
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking how to run the C preprocessor... gcc -E
checking for ranlib... ranlib
checking for ar... ar
checking for library containing gethostbyname... none required
checking for library containing connect... none required
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... no
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking db.h usability... no
checking db.h presence... no
checking for db.h... no
checking system architecture... i386
checking system OS... linux
checking for C99 integer types... yes
checking for statvfs... yes
checking for timegm... yes
checking whether byte ordering is bigendian... (cached) no
checking for missing socklen_t... no
checking for h_errno... normal
checking for debiandoc2html... no
checking for debiandoc2text... no
checking for docbook2man... no
checking for xmlto... no
checking for getconf... /usr/bin/getconf
checking number of cpus... 2
checking processor multiplier... 2
checking number of processes to run during make... 4
checking glibc version... libc6.7
checking libstdc++ version... 6
checking if g++ -MD works... yes, for output
checking whether make sets $(MAKE)... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
checking for ld used by GCC... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for shared library run path origin... /bin/sh: buildlib/config.rpath: No such file or directory
done
checking for CFPreferencesCopyAppValue... no
checking for CFLocaleCopyCurrent... no
checking for GNU gettext in libc... yes
checking whether to use NLS... yes
checking where the gettext function comes from... libc
checking for bash... /bin/sh
configure: creating ./config.status
config.status: creating environment.mak
config.status: creating makefile
config.status: creating include/config.h
config.status: creating include/apti18n.h
config.status: executing po-directories commands
config.status: executing default commands
debian:~/apt-0.6.46.4.1#
MAKE也能通过,没有什么意外的情况.但是
debian:~/apt-0.6.46.4.1# make install
make: *** No rule to make target `install'. Stop.
debian:~/apt-0.6.46.4.1#
请大家帮帮忙,谢谢了 |
|