Hi,
I use FreeBSD 10.0-RELEASE-p7 and tried to install vim using pkg, which is now version 1.3.0, and got the following:
A new warning that comes with the new version of pkg seems to be that a metafile is missing.
But that aside, what explains the message in the last line of the code presented above? Why doesn't the installation work?
Thank you for any answer....
I use FreeBSD 10.0-RELEASE-p7 and tried to install vim using pkg, which is now version 1.3.0, and got the following:
Code:
fbsd_home:~ bernd$ sudo pkg install vim
Updating repository catalogue
pkg: http://pkg.FreeBSD.org/freebsd:10:x86:64/latest/meta.txz: Not Found
pkg: repository FreeBSD has no meta file, using default settings
FreeBSD repository catalogue is up-to-date, no need to fetch fresh copy
The following 4 packages will be affected (of 584 checked):
New packages to be INSTALLED:
vim: 7.4.364
lua52: 5.2.3_2
ctags: 5.8
cscope: 15.8a
The process will require 29 MB more space
6 MB to be downloaded
Proceed with this action [y/N]: y
Fetching vim-7.4.364.txz: 100% of 6 MB
pkg: cached package vim-7.4.364: size mismatch, fetching from remote
Fetching vim-7.4.364.txz: 100% of 6 MB
pkg: cached package vim-7.4.364: size mismatch, cannot continue
A new warning that comes with the new version of pkg seems to be that a metafile is missing.
But that aside, what explains the message in the last line of the code presented above? Why doesn't the installation work?
Thank you for any answer....