Sailfish OS: Difference between revisions

From www.deloptes.org
Jump to navigation Jump to search
(Created page with " =PKGCON= pkcon is the command line client for PackageKit. COMMANDS pkcon knows about the following commands. Depending on the backend in use, not a...")
 
No edit summary
Line 1: Line 1:
=RELEASES=
* [https://together.jolla.com/question/172002/release-notes-213-kymijoki/?sort=votes&page=1 Sailfish X 2.1.3]
=LINKS=
==OS related==
* [https://sailfishos.org/wiki/Sailfish_OS_Cheat_Sheet Sailfish OS Cheet sheet]
* [https://together.jolla.com/question/139540/how-to-removing-intex-content-from-aqua-fish/?sort=votes&page=1 Removing Intex content from Aqua Fish]
* [https://www.learn2crack.com/2013/08/run-sailfishos-pc.html Sailfish VirtualBox Howto]
==SDK Related==
* [https://sailfishos.org/wiki/Application_SDK#Latest_SDK_Release Latest_SDK_Release]
* [https://sailfishos.org/wiki/Application_SDK_Installation Application_SDK_Installation]
* [https://sailfishos.org/develop/tutorials/building-sailfish-os-packages-manually/ Building Sailfish OS packages manually]
* [https://wiki.merproject.org/wiki/Platform_SDK Platform_SDK] [http://talk.maemo.org/showthread.php?s=78f94901c280a28d56344f03931a6211&t=90761&page=2 On Maemo]
==Bluetooth and Syncing==
* [https://wiki.archlinux.org/index.php/Bluetooth_headset BlueTooth@ArchLinux]
* [https://wiki.merproject.org/wiki/Sync_plugins Buteo SyncML] [http://talk.maemo.com/showthread.php?t=81712 On maemo.com]
* [https://git.merproject.org/mer-core/buteo-sync-plugins/merge_requests/1 Calendar patch]
* [https://together.jolla.com/question/2357/syncevolution-for-jolla/ SyncEvolution] [https://www.mail-archive.com/syncevolution@syncevolution.org/msg05231.html Thread]
* [https://together.jolla.com/question/22198/sync-sailfish-addresses-and-calendar-with-memotoo/ Address and Calendar with Maemo]
* [https://together.jolla.com/question/46789/when-can-we-get-pim-functionality-on-par-with-n9/?sort=votes&page=1#151321 PIM thread]
=Tricks and Tipps=
==Bring up usb interface up==
* on Debian Jessie
  <nowiki># ifconfig usb0 192.168.2.14 up</nowiki>
* on Debian Stretch use your interface:
  <nowiki># ip link
  # ifconfig enp0s26u1u3 192.168.2.14 up</nowiki>
* on Intex AquaFish (2.0.x):
  <nowiki># systemctl sshd restart</nowiki>
* on pc :
  <nowiki># ssh nemo@192.168.2.15</nowiki>


=PKGCON=
=PKGCON=




      
     <nowiki> 
    pkcon is the command line client for PackageKit.
    PKCON(1)                                        User Commands                                            PKCON(1)
 
    NAME
          pkcon - PackageKit console client
 
    SYNOPSIS
          pkcon [OPTION...] [COMMAND]
 
    DESCRIPTION
          This manual page documents briefly the pkcon command.
 
          pkcon is the command line client for PackageKit.
 
     COMMANDS
     COMMANDS
   
          pkcon knows about the following commands. Depending on the backend in use, not all of them may be available.
    pkcon knows about the following commands. Depending on the backend in use, not all of them may be available.
 
   
          backend-details
    backend-details
          Print information about the PackageKit backend in use.
   
 
        Print information about the PackageKit backend in use.  
          get-roles
   
          List the roles that a transaction can have.
    get-roles
 
   
          get-groups
        List the roles that a transaction can have.  
          List the available package groups.
   
 
    get-groups
          get-filters
   
          List the available filters.
        List the available package groups.  
 
   
          get-transactions
    get-filters
          List known transactions.
   
 
        List the available filters.  
          get-time ROLE
   
          Print the time that has passed since the last transaction with the given role.
    get-transactions
 
   
          search [name|details|group|file] DATA
        List known transactions.  
          Search for a package matching the given data. The search is performed in the package information that is
   
          indicated by the first argument: name, details, group or files.
    get-time ROLE
 
   
          install PACKAGES
        Print the time that has passed since the last transaction with the given role.  
          Install the given packages from repositories.
   
 
    search [name|details|group|file] DATA
          install-local FILES
   
          Install the given packages from the local filesystem.
        Search for a package matching the given data. The search is performed in the package information that is indicated by the first argument: name, details, group or files.  
 
   
          download DIRECTORY PACKAGES
    install PACKAGES
          Download the given packages from repositories, and store them in the given directory.
   
 
        Install the given packages from repositories.  
          install-sig TYPE KEY_ID PACKAGE
   
          Install a package signature. Only GPG signatures are supported at this time.
    install-local FILES
 
   
          remove PACKAGE
        Install the given packages from the local filesystem.  
          Remove the given package.
   
 
    download DIRECTORY PACKAGES
          update [PACKAGES]
   
          Update the system by installing available updates. If a list of packages is specified, only install
        Download the given packages from repositories, and store them in the given directory.  
          updates for these packages.
   
 
    install-sig TYPE KEY_ID PACKAGE
          refresh [force]
   
          Refresh the cached information about available updates.
        Install a package signature. Only GPG signatures are supported at this time.  
 
   
          resolve PACKAGE
    remove PACKAGE
          Resolve the given package name and print information about installed or available packages and updates.
   
 
        Remove the given package.  
          upgrade-system DISTRIBUTION [minimal|default|complete]
   
          Upgrade the system to the given distribution.
    update [PACKAGES]
 
   
          get-updates
        Update the system by installing available updates. If a list of packages is specified, only install updates for these packages.  
          List available updates.
   
 
    refresh [force]
          get-distro-upgrades
   
          List available distribution upgrades.
        Refresh the cached information about available updates.  
 
   
          get-depends PACKAGE
    resolve PACKAGE
          List dependencies fo the given package.
   
 
        Resolve the given package name and print information about installed or available packages and updates.  
          get-requires PACKAGE
   
          List packages that require the given package.
    upgrade-system DISTRIBUTION [minimal|default|complete]
 
   
          get-details PACKAGE
        Upgrade the system to the given distribution.  
          Print details about the available or installed package with the given name.
   
 
    get-updates
          get-files PACKAGE
   
          List the files contained in the given package.
        List available updates.  
 
   
          get-update-detail PACKAGE
    get-distro-upgrades
          Print the package changelog for the given package.
   
 
        List available distribution upgrades.  
          get-packages
   
          List all available and installed packages.
    depends-on PACKAGE
 
   
          repo-list
        List dependencies fo the given package.  
          List all configured package repositories.
   
 
    required-by PACKAGE
          repo-enable REPOSITORY
   
          Enable the given repository.
        List packages that require the given package.  
 
   
          repo-disable REPOSITORY
    get-details PACKAGE
          Disable the given repository.
   
 
        Print details about the available or installed package with the given name.  
          repo-set-data REPOSITORY PARAMETER DATA
   
          Set the given parameter to the given value for the repository.
    get-details-local FILE
 
   
          what-provides STRING
        Print details about the local package.
          List packages that provide the given string.
   
 
    get-files PACKAGE
          accept-eula EULA_ID
   
          Accept the EULA with the given id.
        List the files contained in the given package.  
 
   
          get-categories
    get-files-local FILE
          List available categories.
   
 
        List the files contained in the local package.
          repair
   
          Attempt to repair the system package database.
    get-update-detail PACKAGE
 
   
          offline-get-prepared
        Print the package changelog for the given package.  
          Print information about the prepared offline update. If no offline update is prepared, exit with an exit
   
          code of 1.
    get-packages
 
   
          offline-trigger
        List all available and installed packages.  
          Trigger an offline update.
   
 
    repo-list
          offline-status
   
          Print information about the result of the last offline update.
        List all configured package repositories.  
 
   
    repo-enable REPOSITORY
   
        Enable the given repository.  
   
    repo-disable REPOSITORY
   
        Disable the given repository.  
   
    repo-set-data REPOSITORY PARAMETER DATA
   
        Set the given parameter to the given value for the repository.  
   
    repo-remove REPOSITORY PARAMETER
   
        Removes the repository and optionally any packages installed from it.
   
    what-provides STRING
   
        List packages that provide the given string.  
   
    accept-eula EULA_ID
   
        Accept the EULA with the given id.  
   
    get-categories
   
        List available categories.  
   
    repair
   
        Attempt to repair the system package database.  
   
    offline-get-prepared
   
        Print information about the prepared offline update. If no offline update is prepared, exit with an exit code of 1.  
   
    offline-trigger
   
        Trigger an offline update.  
   
    offline-status
   
        Print information about the result of the last offline update.  
   
   
     OPTIONS
     OPTIONS
   
          The following options can be used to influence the behavior of pkcon.
    The following options can be used to influence the behavior of pkcon.
 
   
          --version
    --version
          Print the program version and exit.
   
 
        Print the program version and exit.  
          -h, --help
   
          Show help options.
    -h, --help
 
   
          --help-all
        Show help options.  
          Show all help options.
   
 
    --help-all
          --filter FILTER
   
          Set the filter to use.
        Show all help options.  
 
   
          -y, --noninteractive
    --filter FILTER
          Install packages without asking for confirmation.
   
 
        Set the filter to use.  
          --only-download
   
          Prepare the transaction by downloading packages only.
    -y, --noninteractive
 
   
          -n, --background
        Install packages without asking for confirmation.  
          Run the command using idle network bandwidth and also using less power.
   
 
    --only-download
          -p, --plain
   
          Print to screen a machine-readable output, rather than using animated widgets.
        Prepare the transaction by downloading packages only.  
 
   
          -v, --verbose
    -n, --background
          Show debugging information.
   
 
        Run the command using idle network bandwidth and also using less power.  
          -c, --cache-age AGE
   
          Set the maximum acceptable age for cached metadata, in seconds. Use -1 for 'never'.
    -p, --plain
 
   
          --allow-untrusted
        Print to screen a machine-readable output, rather than using animated widgets.  
          Allow untrusted packages to be installed.
   
 
    -v, --verbose
   
        Show debugging information.  
   
    -c, --cache-age AGE
   
        Set the maximum acceptable age for cached metadata, in seconds. Use -1 for 'never'.  
   
    --allow-untrusted
   
        Allow untrusted packages to be installed.  
   
    --allow-downgrade
   
        Allow packages to be downgraded during transaction.
   
    --allow-reinstall
   
        Allow packages to be reinstalled during transaction.
   
   
     RETURN VALUES
     RETURN VALUES
   
          0
    0
          Success
   
 
        Success  
          1
   
          Failed with miscellaneous internal error.
    1
 
   
          3
        Failed with miscellaneous internal error.  
          Failed with syntax error, or failed to parse command.
   
 
    3
          4
   
          Failed as a file or directory was not found.
        Failed with syntax error, or failed to parse command.  
 
   
          5
    4
          Nothing useful was done.
   
 
        Failed as a file or directory was not found.  
          6
   
          The initial setup failed, e.g. setting the network proxy.
    5
 
   
          7
        Nothing useful was done.  
          The transaction failed, see the detailed error for more information.
   
 
    6
    SEE ALSO
   
          pkmon (1).
        The initial setup failed, e.g. setting the network proxy.  
 
   
          The programs are documented fully on http://www.packagekit.org.
    7
 
   
    AUTHOR
        The transaction failed, see the detailed error for more information.
          This manual page was written by Richard Hughes <richard@hughsie.com>.
 
    AUTHOR
          Richard Hughes
          Author.
 
    COPYRIGHT
          Copyright © 2007 - 2013 Richard Hughes
 
    PackageKit                                      July 29, 2013                                            PKCON(1)</nowiki>

Revision as of 23:34, 3 November 2017

RELEASES

LINKS

OS related

SDK Related

Bluetooth and Syncing

Tricks and Tipps

Bring up usb interface up

  • on Debian Jessie
 # ifconfig usb0 192.168.2.14 up
  • on Debian Stretch use your interface:
 # ip link
  # ifconfig enp0s26u1u3 192.168.2.14 up
  • on Intex AquaFish (2.0.x):
 # systemctl sshd restart
  • on pc :
 # ssh nemo@192.168.2.15


PKGCON

     
    PKCON(1)                                        User Commands                                            PKCON(1)

    NAME
           pkcon - PackageKit console client

    SYNOPSIS
           pkcon [OPTION...] [COMMAND]

    DESCRIPTION
           This manual page documents briefly the pkcon command.

           pkcon is the command line client for PackageKit.

    COMMANDS
           pkcon knows about the following commands. Depending on the backend in use, not all of them may be available.

           backend-details
           Print information about the PackageKit backend in use.

           get-roles
           List the roles that a transaction can have.

           get-groups
           List the available package groups.

           get-filters
           List the available filters.

           get-transactions
           List known transactions.

           get-time ROLE
           Print the time that has passed since the last transaction with the given role.

           search [name|details|group|file] DATA
           Search for a package matching the given data. The search is performed in the package information that is
           indicated by the first argument: name, details, group or files.

           install PACKAGES
           Install the given packages from repositories.

           install-local FILES
           Install the given packages from the local filesystem.

           download DIRECTORY PACKAGES
           Download the given packages from repositories, and store them in the given directory.

           install-sig TYPE KEY_ID PACKAGE
           Install a package signature. Only GPG signatures are supported at this time.

           remove PACKAGE
           Remove the given package.

           update [PACKAGES]
           Update the system by installing available updates. If a list of packages is specified, only install
           updates for these packages.

           refresh [force]
           Refresh the cached information about available updates.

           resolve PACKAGE
           Resolve the given package name and print information about installed or available packages and updates.

           upgrade-system DISTRIBUTION [minimal|default|complete]
           Upgrade the system to the given distribution.

           get-updates
           List available updates.

           get-distro-upgrades
           List available distribution upgrades.

           get-depends PACKAGE
           List dependencies fo the given package.

           get-requires PACKAGE
           List packages that require the given package.

           get-details PACKAGE
           Print details about the available or installed package with the given name.

           get-files PACKAGE
           List the files contained in the given package.

           get-update-detail PACKAGE
           Print the package changelog for the given package.

           get-packages
           List all available and installed packages.

           repo-list
           List all configured package repositories.

           repo-enable REPOSITORY
           Enable the given repository.

           repo-disable REPOSITORY
           Disable the given repository.

           repo-set-data REPOSITORY PARAMETER DATA
           Set the given parameter to the given value for the repository.

           what-provides STRING
           List packages that provide the given string.

           accept-eula EULA_ID
           Accept the EULA with the given id.

           get-categories
           List available categories.

           repair
           Attempt to repair the system package database.

           offline-get-prepared
           Print information about the prepared offline update. If no offline update is prepared, exit with an exit
           code of 1.

           offline-trigger
           Trigger an offline update.

           offline-status
           Print information about the result of the last offline update.

    OPTIONS
           The following options can be used to influence the behavior of pkcon.

           --version
           Print the program version and exit.

           -h, --help
           Show help options.

           --help-all
           Show all help options.

           --filter FILTER
           Set the filter to use.

           -y, --noninteractive
           Install packages without asking for confirmation.

           --only-download
           Prepare the transaction by downloading packages only.

           -n, --background
           Run the command using idle network bandwidth and also using less power.

           -p, --plain
           Print to screen a machine-readable output, rather than using animated widgets.

           -v, --verbose
           Show debugging information.

           -c, --cache-age AGE
           Set the maximum acceptable age for cached metadata, in seconds. Use -1 for 'never'.

           --allow-untrusted
           Allow untrusted packages to be installed.

    RETURN VALUES
           0
           Success

           1
           Failed with miscellaneous internal error.

           3
           Failed with syntax error, or failed to parse command.

           4
           Failed as a file or directory was not found.

           5
           Nothing useful was done.

           6
           The initial setup failed, e.g. setting the network proxy.

           7
           The transaction failed, see the detailed error for more information.

    SEE ALSO
           pkmon (1).

           The programs are documented fully on http://www.packagekit.org.

    AUTHOR
           This manual page was written by Richard Hughes <richard@hughsie.com>.

    AUTHOR
           Richard Hughes
           Author.

    COPYRIGHT
           Copyright © 2007 - 2013 Richard Hughes

    PackageKit                                      July 29, 2013                                            PKCON(1)