We have moved to a new Sailfish OS Forum. Please start new discussions there.
1

How to download Apps from OpenRepos via CLI? [answered]

asked 2018-11-11 15:15:01 +0300

Picanha gravatar image

updated 2018-11-11 21:23:10 +0300

rozgwi gravatar image

How can I download apps from OpenRepos using the command line interface (CLI)?

Hereby the challenge is:

A simple...

wget https://openrepos.net/sites/default/files/packages/6416/harbour-mashka-0.2.0-1.armv7hl.rpm

... would just download the specified version number. However, I want to always download the newest version of the app instead of a specific version.

Any ideas for that? :-)

edit retag flag offensive reopen delete

The question has been closed for the following reason "the question is answered, an answer was accepted" by molan
close date 2018-11-16 14:16:08.136152

1 Answer

Sort by » oldest newest most voted
4

answered 2018-11-11 15:24:45 +0300

atlochowski gravatar image

updated 2018-11-11 16:21:55 +0300

use pkcon downloadhttp://manpages.ubuntu.com/manpages/trusty/man1/pkcon.1.html

for example:

pkcon download --filter=newest  . harbour-recorder
edit flag offensive delete publish link more

Comments

Thanks a lot for your reply! Just for better understanding: Assumed I want to download this app: https://openrepos.net/content/osetr/recorder-fork

Do I have to type pkcon download --filter=newest https://openrepos.net/content/osetr/recorder-fork?

Why did you only write . harbour-recorder? There is no URL specified? And even with an empty space behind the .?

Picanha ( 2018-11-11 20:45:00 +0300 )edit

@Picanha: The . character is a short handle in UNIX terminals. It simply refers to the current directory.
And I guess alochkowski presumes you have Storeman installed. Unless I'm mistaken, this app adds OpenRepos to the repositories pkcon knows about.
So what the above comment would then mean: Download the package registered by the name harbour-recorder into the current directory.

rozgwi ( 2018-11-11 21:20:40 +0300 )edit

in Storeman you can add repo to your reposotories file. But you cand do it from terminal as well. Just forgot to write that first you have to add repository with this app to you repositories file.

atlochowski ( 2018-11-11 23:19:40 +0300 )edit

Question tools

Follow
2 followers

Stats

Asked: 2018-11-11 15:15:01 +0300

Seen: 354 times

Last updated: Nov 11 '18