marmarek / qubes-gentoo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

qubes-gentoo

This is the official ebuild repository for Qubes OS Gentoo template.

Note: This is an unofficial gentoo ebuild repository

List of Packages

  • app-emulation/qubes-core-agent-linux.

  • app-emulation/qubes-core-qrexec.

  • app-emulation/qubes-db.

  • app-emulation/qubes-gpg-split.

  • app-emulation/qubes-gui-agent.

  • app-emulation/qubes-gui-common.

  • app-emulation/qubes-img-converter.

  • app-emulation/qubes-input-proxy.

  • app-emulation/qubes-libvchan-xen.

  • app-emulation/qubes-pdf-converter.

  • app-emulation/qubes-thunderbird.

  • app-emulation/qubes-usb-proxy.

  • app-emulation/qubes-utils.

  • app-text/pandoc-bin. Compiling and updating app-text/pandoc can be tedious, particularly if you are not interested in other Haskell packages (see 1 and 2). This package provides a binary package for app-text/pandoc.

Installation

Add Qubes OS repository:

# mkdir /var/db/repos/qubes

Edit the file /etc/portage/repos.conf. For example:

    [qubes]
    location = /var/db/repos/qubes
    auto-sync = yes
    sync-type = git
    sync-uri = https://github.com/fepitre/qubes-gentoo

# emaint sync --repo qubes

Emerge package

For example, to install app-text/pandoc-bin:

# echo "app-text/pandoc-bin ~amd64" >> /etc/portage/package.accept_keywords/pandoc-bin

# emerge -av app-text/pandoc-bin

About


Languages

Language:Shell 56.7%Language:Ruby 43.3%