def repository_all(os):
    print os
    if os == 'Ubuntu' or os == 'Raspbian':
        command = "apt-cache search ."
    elif os == 'Gentoo':