
xbps - issue #7
xbps-bin should be able to install a binary package from a single file
by specifying the full path of the package file, ie:
$ xbps-bin install ../some/path/pkgfile.x86_64.xbps
Comment #1
Posted on Jul 24, 2011 by Helpful ElephantComment deleted
Comment #2
Posted on Jul 24, 2011 by Helpful ElephantI see that you would have to have a default 'user installed' package repo for the system.
What I mean is, so when somebody installs a single package, it should cache it in some systemwide repo that's meant only for those kinds of installs.
That way a user can keep track of what he's installed that way.
Comment #3
Posted on Jul 24, 2011 by Helpful ElephantComment deleted
Comment #4
Posted on Oct 18, 2011 by Helpful ElephantI realized this is useless because one can just create a repo using xbps-src:
mkdir ~/some_repo_dir
And put pkgs into the corresponding arch subdirs: i686/, x86_64/, noarch/
Then run xbps-src make-repoidx
Then those individual pkgs will be available for the user to install/remove, etc.
Comment #5
Posted on Oct 20, 2011 by Quick HippoYes, that's what I thought too... that's why I haven't implemented it.
Status: WontFix
Labels:
Type-Enhancement
Priority-Low