WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Where is the listing of all Core packages?  (Read 7821 times)

Offline Holmes.Sherlock

  • Newbie
  • *
  • Posts: 25
    • Team Reboot
Where is the listing of all Core packages?
« on: May 20, 2012, 10:53:45 PM »
I wanted to install SSH to my Core installation. I issued

Code: [Select]
tcs-load -wi ssh.tcz

which return an error that no such TCZ package exists.

  • How do I know the EXACT names of the packages beforehand? Is there any such listing anywhere?
  • Can I build my own TCZ package if one does not exist?

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14535
Re: Where is the listing of all Core packages?
« Reply #1 on: May 20, 2012, 10:59:32 PM »
How do I know the EXACT names of the packages beforehand?
Use the terminal command "ab"

Quote
Can I build my own TCZ package if one does not exist?
Yes, please see the extensions section of the wiki

..and I guess you're looking for openssh.tcz

Offline Holmes.Sherlock

  • Newbie
  • *
  • Posts: 25
    • Team Reboot
Re: Where is the listing of all Core packages?
« Reply #2 on: May 20, 2012, 11:03:54 PM »
How do I know the EXACT names of the packages beforehand?
Use the terminal command "ab"

When I search for the package using the search keyword as 'ssh', other two modules are listed but not 'openssh'.

Quote
Quote
Can I build my own TCZ package if one does not exist?
Yes, please see the extensions section of the wiki

Thanks :)

Quote
..and I guess you're looking for openssh.tcz

Correct you are.

Offline Holmes.Sherlock

  • Newbie
  • *
  • Posts: 25
    • Team Reboot
Re: Where is the listing of all Core packages?
« Reply #3 on: May 20, 2012, 11:09:06 PM »
When I search for the package using the search keyword as 'ssh', other two modules are listed but not 'openssh'.
Quote

Sorry, when I "Searched" using 'ssh', 2 packages were listed, but using the "Keywords" options, 11 packages were listed.

What is the difference between 'ab' options:

  • Search
  • Provides
  • Keyword

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14535
Re: Where is the listing of all Core packages?
« Reply #4 on: May 21, 2012, 12:08:26 AM »
    What is the difference between 'ab' options:

    • Search
    • Provides
    • Keyword

    Search looks for extension names
    Provides looks for files contained in extensions
    Keyword looks for tags the extension maker put in the info file

    Offline Holmes.Sherlock

    • Newbie
    • *
    • Posts: 25
      • Team Reboot
    Re: Where is the listing of all Core packages?
    « Reply #5 on: May 21, 2012, 12:10:00 AM »
    Search looks for extension names
    Provides looks for files contained in extensions
    Keyword looks for tags the extension maker put in the info file

    Thanks Juanito.

    Offline mocore

    • Hero Member
    • *****
    • Posts: 508
    • ~.~
    Re: Where is the listing of all Core packages?
    « Reply #6 on: May 21, 2012, 01:26:37 AM »
    • How do I know the EXACT names of the packages beforehand? Is there any such listing anywhere?

    the file
    http://distro.ibiblio.org/tinycorelinux/4.x/x86/tcz/info.lst
    has extension names within it 

    Offline Holmes.Sherlock

    • Newbie
    • *
    • Posts: 25
      • Team Reboot
    Re: Where is the listing of all Core packages?
    « Reply #7 on: May 21, 2012, 01:42:03 AM »
    the file
    http://distro.ibiblio.org/tinycorelinux/4.x/x86/tcz/info.lst
    has extension names within it


    Probably the command line tool 'ab' queries this file or files like this.