WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: dCore Ubuntu ppa queries...  (Read 1970 times)

Offline nitram

  • Hero Member
  • *****
  • Posts: 1054
dCore Ubuntu ppa queries...
« on: January 15, 2016, 09:49:53 PM »
Does the new DEBINX quick update check also flag potential Ubuntu ppa updates? If not how does one update a ppa? I do not use Ubuntu, would be great if a dCore Ubuntu user could review and/or submit --help usage for any specific commands. The only one i'm aware of is ppa-add. Thanks.

Offline Jason W

  • Retired Admins
  • Hero Member
  • *****
  • Posts: 9730
Re: dCore Ubuntu ppa queries...
« Reply #1 on: January 15, 2016, 10:20:56 PM »
The quick update does check PPA repos.  The ppa-add command simply creates an entry in /opt/debextra with the same familiar syntax as the Ubuntu ppa-add tool.  And entries in /opt/debextra are part of the quick check.

Offline nitram

  • Hero Member
  • *****
  • Posts: 1054
Re: dCore Ubuntu ppa queries...
« Reply #2 on: January 16, 2016, 09:36:51 AM »
Thanks for confirming, /opt/debextra is new to me. Will explore Extra Repositories child board and get something into FAQ. Which dCore commands are Ubuntu specific, or is it just ppa-add?

Offline Jason W

  • Retired Admins
  • Hero Member
  • *****
  • Posts: 9730
Re: dCore Ubuntu ppa queries...
« Reply #3 on: January 16, 2016, 10:32:02 AM »
Just ppa-add.

Offline nitram

  • Hero Member
  • *****
  • Posts: 1054
Re: dCore Ubuntu ppa queries...
« Reply #4 on: January 16, 2016, 11:19:43 AM »
Simple enough, i will submit --help usage for ppa-add, thanks.

Offline sm8ps

  • Sr. Member
  • ****
  • Posts: 338
Re: dCore Ubuntu ppa queries...
« Reply #5 on: January 17, 2016, 05:45:25 PM »
You may want to compare the section about ppa-add in the wiki if you have not already:
http://wiki.tinycorelinux.net/dcore:handling_extensions#additional_repositories

Offline nitram

  • Hero Member
  • *****
  • Posts: 1054
Re: dCore Ubuntu ppa queries...
« Reply #6 on: January 17, 2016, 09:14:20 PM »
The  ppa-add ppa:midori/ppa  example was utilized from the wiki. This --help was already submitted to Jason. Hopefully adequate, if not let me know and i will amend.
Code: [Select]
tc@box:~/HELP$ ./ppa-add --help

ppa-add - add a PPA (Personal Package Archive) entry in /opt/debextra,
          for use with Ubuntu based dCore ports.

Ubuntu warning: PPAs do not undergo the same validation process as packages in
the main Ubuntu repositories. PPA keys are cryptographically signed but are
still a lower security alternative to the main repository. The user will
be installing software at their own risk.

Usage:

'ppa-add PPA_NAME'  create a PPA entry in /opt/debextra, use exact PPA_NAME
                    provided by the PPA, eg. ppa-add ppa:midori/ppa, re-run
                    command for each PPA added, manually remove PPA entry
                    from /opt/debextra as desired, use sce-import to
                    install the actual extension and create an SCE,
                    for more information on available PPA archives
                    see https://launchpad.net/ubuntu/+ppas.

The dCore FAQ were also updated with your wiki link, thanks sm8ps:
http://wiki.tinycorelinux.net/dcore:faq#can_i_add_a_ppa