# Overview
An install helper program for items served via OpenCollaborationServices (OCS).
## How to Install the ocs-url
Download Linux package under "Files" tab, then install the package with your distros package manager.
Or install the downloaded package manually via terminal:
Ubuntu 14.04
$ sudo apt install libqt5svg5 qtdeclarative5-qtquick2-plugin qtdeclarative5-window-plugin qtdeclarative5-controls-plugin
$ sudo dpkg -i /path/to/ocs-url*.deb
Ubuntu 16.04
$ sudo apt install libqt5svg5 qml-module-qtquick-controls
$ sudo dpkg -i /path/to/ocs-url*.deb
Fedora 20
# yum install qt5-qtbase qt5-qtbase-gui qt5-qtsvg qt5-qtdeclarative qt5-qtquickcontrols
# rpm -i /path/to/ocs-url*.rpm
Fedora 22
# dnf install qt5-qtbase qt5-qtbase-gui qt5-qtsvg qt5-qtdeclarative qt5-qtquickcontrols
# rpm -i /path/to/ocs-url*.rpm
openSUSE 42.1
# zypper install libQt5Svg5 libqt5-qtquickcontrols
# rpm -i /path/to/ocs-url*.rpm
Arch Linux
# pacman -S qt5-base qt5-svg qt5-declarative qt5-quickcontrols
# pacman -U /path/to/ocs-url*.pkg.tar.xz
3.0.2 5 months ago
* Add zh_TW translations (by s8321414)
3.0.2 5 months ago
* Add zh_TW translations (by s8321414)
3.0.1 5 months ago
* Update qtlib
* Fix for C++11
* Fix installation/download destination
* Fix translation messages (by otsoga)
3.0.0 5 months ago
* Rename xdgurl to ocs-url
* Add ocs:// and ocss:// schemes
* xdg:// and xdgs:// schemes still available for backward compatibile
* New app icon
* New dialog window
* Labels and messages are translatable
* Qt 5.2 support
* Use the same configs of install-types with ocsstore
* Add en_US translation
* Add ja_JP translation
* Add tr_TR translation (by tarakbumba)
openDesktop.org :
tatersandeggs
6 months ago
Report
Soyasi
7 months ago
Thank you
Report
akiraohgaki
7 months ago
Currently, we fixed the download server, so the package is downloadable correctly.
Report
pavka
7 months ago
ocs-url_3.0.0-0ubuntu1_amd64.deb is not working
Report
eliiuslzr
1 year ago
Report