netBSD бинарные пакеты
Добавлено: 2011-03-01 17:31:11
Кто пробовал ставить
в Документашке сказано
Делаю так же типа только путь другой
И работает до первой перезагрузки
Прописал в
/root/.profile
Та же хрень
Перегружаюсь и все
При попытке что - то поставить будет писат
в Документашке сказано
Код: Выделить всё
Installing third party packages
If you wish to install any of the software freely available for UNIX-like systems you are strongly advised to first check the NetBSD package system. This automatically handles any changes necessary to make the software run on NetBSD, retrieval and installation of any other packages on which the software may depend, and simplifies installation (and deinstallation), both from source and precompiled binaries.
* More information on the package system is at http://www.NetBSD.org/docs/software/packages.html
* A list of available packages suitable for browsing is at ftp://ftp.NetBSD.org/pub/NetBSD/packages/pkgsrc/README.html
* Precompiled binaries can be found at ftp://ftp.NetBSD.org/pub/pkgsrc/packages/NetBSD/ usually in the sparc/4.0/All subdir. You can install them with the following commands under sh(1):
# PKG_PATH=ftp://ftp.NetBSD.org/pub/pkgsrc/packages/NetBSD/sparc/4.0/All
# export PKG_PATH
...
If you are using csh(1) then replace the first two lines with the following:
# setenv PKG_PATH ftp://ftp.NetBSD.org/pub/pkgsrc/packages/NetBSD/sparc/4.0/All
...
Код: Выделить всё
http://ftp.netbsd.org/pub/NetBSD/packages/5.1/i386/All/
Прописал в
/root/.profile
Код: Выделить всё
export PKG_PATH=ftp://ftp.netbsd.org/pub/NetBSD/packages/5.1/i386/All
Перегружаюсь и все
При попытке что - то поставить будет писат
Код: Выделить всё
pkg_add vsftpd
pkg_add: no pkg found for 'vsftpd', sorry.
pkg_add: 1 package addition failed
bash-4.1#