Dear all,
Suppose i have a Debian distro, Debian considers all of files in packages, for example:
Yes, coreutils and net-tools.
Question :
ls, pwd , or any files you can see on FreeBSD machine after installation, are member of a package? if true , how can i see them ? such as dpkg -S?
if false, how can i upgrade them or when they destroy, how can i repair them such as? :
A philosophy question:
if false, Why FreeBSD want to copy a set of files without package nameing?
Suppose i have a Debian distro, Debian considers all of files in packages, for example:
Code:
root@debian:/home/mohsen/test# dpkg -S /bin/ls
coreutils: /bin/ls
root@debian:/home/mohsen/test# dpkg -S /bin/pwd
coreutils: /bin/pwd
root@debian:/home/mohsen/test# dpkg -S /sbin/ifconfig
net-tools: /sbin/ifconfig
Yes, coreutils and net-tools.
Question :
ls, pwd , or any files you can see on FreeBSD machine after installation, are member of a package? if true , how can i see them ? such as dpkg -S?
if false, how can i upgrade them or when they destroy, how can i repair them such as? :
Code:
apt-get --reinstall install coreutils
A philosophy question:
if false, Why FreeBSD want to copy a set of files without package nameing?