Page 2 of 2 FirstFirst 12
Results 11 to 15 of 15

Thread: Package Management from the Command Line

  1. #11
    Join Date
    Mar 2007
    Beans
    69

    Re: Package Management from the Command Line

    First of all, thanks for trying and making life on the command line more convenient for all of us

    I won't be using your script though, as I already use these options by adding aliases in my .bashrc
    To be honest, I prefer it this way, as I keep a central point where I can change the terminal behaviour (I also like fancy colors in my terminal

    Anyway, keep the good work going!

  2. #12
    Join Date
    Nov 2006
    Location
    There and back again
    Beans
    1,097

    Re: Package Management from the Command Line

    Updated script. Was using on a Debian system earlier and am now using Ubuntu. Change log:

    - 'sudo' prepended for the the commands I thing that need it (pretty sure I got all of them)
    - Added removing repository information and downloading new repository information to the clean command as this can sometimes become corrupted.
    - Changed to gdebi to install local packages (.debs already downloaded) as it is supposedly able to check for dependencies (untested).

  3. #13
    Join Date
    Nov 2006
    Location
    There and back again
    Beans
    1,097

    Re: Package Management from the Command Line

    Another script update. Change log:

    Code:
    Re-ordered to better group similar tasks
    Rename ppa adding and subtracting options
    Fixed ppa add and subtract not always getting recognized.

  4. #14
    Join Date
    Nov 2006
    Location
    There and back again
    Beans
    1,097

    Re: Package Management from the Command Line

    Script updated. Change log:

    Code:
    Query option now only returns if package is installed; added additional 'Q | Query' option to get version information along with package name.
    Reordered help description

  5. #15
    Join Date
    Nov 2006
    Location
    There and back again
    Beans
    1,097

    Re: Package Management from the Command Line

    Bunch of updates: added fix package manager option, pinning, a couple bug fixes and general cleanup. Should be good to go for about anything.

Page 2 of 2 FirstFirst 12

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •