Papatcher

Discussion in 'Mac and Linux' started by tatsujb, November 12, 2014.

  1. tatsujb

    tatsujb Post Master General

    Messages:
    12,902
    Likes Received:
    5,385
    I just need the command line for running stable patch.

    I just reinstalled ubuntu, i copied over the papatcher folder from my last ubuntu

    i cna't remember the command line from memory, it was something like go run paptacher.go stream --stable.

    I searched everywhere on google but for the life of me I can't find ****. I only have the bitbucket (wich doesn't have a damn readme!!! :mad::mad::mad::mad::mad::mad:)
  2. cola_colin

    cola_colin Moderator Alumni

    Messages:
    12,074
    Likes Received:
    16,221
    Code:
    wget https://bitbucket.org/papatcher/papatcher/raw/a7b8b4febb491d6fc6c45155b238fd42ee34fcc8/papatcher.go
    sudo add-apt-repository ppa:duh/golang
    sudo apt-get update
    sudo apt-get install golang
    go run papatcher.go (--stream stable ???)
    
  3. tatsujb

    tatsujb Post Master General

    Messages:
    12,902
    Likes Received:
    5,385
  4. SXX

    SXX Post Master General

    Messages:
    6,896
    Likes Received:
    1,812
    There really no reason to install golang from PPA except Ubuntu is older than 14.04
  5. DeathByDenim

    DeathByDenim Post Master General

    Messages:
    4,328
    Likes Received:
    2,125
    Or just use the Python one. :)
  6. cola_colin

    cola_colin Moderator Alumni

    Messages:
    12,074
    Likes Received:
    16,221
    the server I looked that up for was older than 14.04 indeed
    SXX likes this.
  7. tatsujb

    tatsujb Post Master General

    Messages:
    12,902
    Likes Received:
    5,385
    then what is the correct way?
    hmmmmm

    mebe :> ...we'll see
  8. SXX

    SXX Post Master General

    Messages:
    6,896
    Likes Received:
    1,812
    Don't add PPA and just use:
    Code:
    apt-get install golang-go golang-go-linux-amd64
  9. tatsujb

    tatsujb Post Master General

    Messages:
    12,902
    Likes Received:
    5,385
    well I'll use it for future reference thank you very much. btw I've reinstalled my ubuntu I'm ready the try KVM emulation with 100% to graphic card.

Share This Page