Raphendyr's Private Package Archive

This private package archive contains packages which I have been building for my purposes or I'm just packing or distributing to myself.

Some packages have sources on my GitHub page

Usage

To use this archive, you can

  1. download the archive keyring package below and then install it graphically or
  2. execute the following script in the shell
    sudo sh -ec 'f=$(mktemp /tmp/n-1-fi-XXXX.deb);
      trap "rm -vf $f" INT TERM EXIT;
      curl -sSLo $f $1 || wget -O $f $1;
      dpkg -E -i $f;' - https://deb.n-1.fi/archive-keyring.deb
    sudo apt-get update
The package will configure this archive as an apt source repository and add a keyring to validate digital signatures used by it.

Sections

Section: contrib

This section contains software maintained by me. Most notably

Section: non-free

I maintain edited versions of few non-free packages in my repo for my personal use. If you trust and like to use these, free to add non-free to source list file.

Descord canary with custom CSS

I have bundled CSS injection into Discord (external link) (discord-canary). With this it is possible to edit the user interface of tha application. Additionally, I have removed the discord repository injection from the post install script.

Original version can be downloaded from discordapp.com/…/discord.deb (external download link)

Skype

Fixed version of Skype (skypeforlinux), that does not inject source list into your system.

Original version can be downloaded from skype.com repo (external link)