descriptionnone
repository URLhttps://codeberg.org/oSoWoSo/vpm
ownerzenobit@protonmail.com
last changeThu, 12 Nov 2020 19:59:32 +0000 (12 20:59 +0100)
last refreshSat, 27 Apr 2024 04:43:02 +0000 (27 06:43 +0200)
content tags
add:
README.md

vpm - An XBPS package management helper for VoidLinux

Copyright (c) 2016: Armin Jenewein <vpm@m2m.pm>

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>.

License

vpm is released under the terms of the GNU General Public License, Version 3. See the LICENSE file for further information.

About (What is vpm?)

vpm is a simple to use, daily-driver enhancement to the awesome XBPS (X Binary Package System), initially designed as a helper tool for use with VoidLinux. Feel free to think "Void Package Management" or something if it helps you remember its name, but please note that it's NOT a "package manager" in the nitpickers understanding of the word - especially vpm shouldn't be confused with XBPS - vpm is just an addon helper tool for XBPS to make your life easier. That's it.

Screenshots

Screenshot of a (not so) recent (anymore) vpm release:

alt tag

Screenshot of vpm in full effect:

alt tag

Motivation to write vpm

I initially found XBPS to have a steep learning-curve, so I wanted to ease the life of new VoidLinux users, and XBPS users in general. Please don't feel afraid to look up the corresponding XBPS commands it translates to, or use vpm --show-translations so you even see the translations already when using vpm help. It has been said that vpm will ease the transition from Debian's APT, and some other user-friendly repository/package-managers.

ZOMG! PONIES!!111

Rainbows and unicorns, indeed. If you like colorized output, please see the --color=true option, too! All vpm options try to have human readable and easy to remember syntax, no --long-option-with-multiple-complex-words, no need to even prefix arguments with --, vpm just tries to do its best it can to understand the user (there are some command-line-switches, though, see vpm help).

Dependencies

vpm requires BASH, the Bourne Again SHell, which should be installed by default on a new VoidLinux system. You also will need git to obtain a clone of the vpm GitHub repository (see "Installation" section, below).

Installation

Installing vpm should be as easy as following the simple following steps:

  1. Install git via xbps-install

    $ xbps-install -S git
    
  2. Clone vpm repository

    $ git clone git@github.com:netzverweigerer/vpm.git
    

I'm not covering how to put vpm into a place that is in your $PATH as I can't give general UNIX administration support in this README.

Author

vpm was written by Armin Jenewein (GitHub: @netzverweigerer) <vpm@m2m.pm>

shortlog
2020-11-12 ArminMerge pull request #7 from duckwork/mastermain
2020-11-12 ArminMerge pull request #10 from keshto/patch-3
2020-11-12 ArminMerge pull request #11 from keshto/patch-4
2020-04-20 Krsna MahapatraHandle short codes in bash completion
2020-04-20 Krsna MahapatraAdd shortcodes for remove etc in the usage/help
2020-04-17 Armin JeneweinFix version header
2020-04-12 ArminMerge pull request #6 from rainyuu/master
2020-04-12 ArminMerge pull request #9 from keshto/patch-2
2020-04-09 Krsna MahapatraAdd bash-completion
2020-02-22 rainyuumake update function call "xbps-install -u xbps" when...
2019-07-20 Case DuckworthRemove dumb confirmation on sudo
2019-07-16 Case DuckworthChange rootcheck
2019-05-13 Your NameBugfix: parameters for "autoremove" function (Thanks...
2019-05-13 ArminMerge pull request #3 from bahamas10/dave-1535478751
2018-08-28 Dave Eddycache colors for speed
2017-07-20 root@nirvanaCode cleanup.
...
tags
2 years ago 1.0 1.0
heads
2 years ago vbm
2 years ago patch2
2 years ago pages
2 years ago zenobit-patch-1
3 years ago main