aclap-dev / vdhcoapp

Companion application for Video DownloadHelper browser add-on
GNU General Public License v2.0
1.72k stars 280 forks source link

Setup repositories for the Debian/Ubuntu packages #13

Closed Johann-Tree closed 3 years ago

Johann-Tree commented 6 years ago

Could you setup repositories for the Debian/ Ubuntu install packages, please? It's very annoying to download and install a new coapp-version so often manually, especially on slow internet connections, before you're able to download the actual file you wanted.

mi-g commented 6 years ago

Sorry, this is not the priority for now, but this will certainly happen. Note that coapp updates should happen less and less often while gaining in maturity.

Johann-Tree commented 6 years ago

Thanks!

ghost commented 6 years ago

Aptly makes it easy to set up a repository: https://www.aptly.info/

Using a PPA is even easier than that: https://help.launchpad.net/Packaging/PPA

bernayss commented 6 years ago

I am trying to install https://github.com/mi-g/vdhcoapp.git and it is how? How to install? Why is there no Sudo-Install lines for TERM? I have no idea how to install any 'SNAPS!"

mi-g commented 6 years ago

Generally users willing to install vdhcoapp come from this page and they see the install procedure:

targz user-wide install

# tar xf net.downloadhelper.coapp-1.2.4-1_amd64.tar.gz -C ~
# ~/net.downloadhelper.coapp-1.2.4/bin/net.downloadhelper.coapp-linux-64 install --user

targz system-wide install

# sudo tar xf net.downloadhelper.coapp-1.2.4-1_amd64.tar.gz -C /usr/local
# sudo /usr/local/net.downloadhelper.coapp-1.2.4/bin/net.downloadhelper.coapp-linux-64 install --system
bernayss commented 3 years ago

‐‐‐‐‐‐‐ Original Message ‐‐‐‐‐‐‐ On Friday, August 31, 2018 3:12 AM, Michel Gutierrez notifications@github.com wrote:

Generally users willing to install vdhcoapp come from this page and they see the install procedure:

targz user-wide install

tar xf net.downloadhelper.coapp-1.2.4-1_amd64.tar.gz -C ~

~/net.downloadhelper.coapp-1.2.4/bin/net.downloadhelper.coapp-linux-64 install --user

targz system-wide install

sudo tar xf net.downloadhelper.coapp-1.2.4-1_amd64.tar.gz -C /usr/local

sudo /usr/local/net.downloadhelper.coapp-1.2.4/bin/net.downloadhelper.coapp-linux-64 install --system

— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or mute the thread.

cyfex commented 1 year ago

Is it done yet?