Giter Site home page Giter Site logo

teamviewer-debian's Introduction

$Id$

This document describes the steps required in order to prevent TeamViewer packaged for Debian Linux from silently auto-updating itself.

It is assumed that all commands are run as root.

  1. Add the necessary diversions (will affect package files once those are installed):
    mkdir -p /etc/apt/sources.list.d.disabled
    dpkg-divert --local --rename --divert /etc/apt/sources.list.d.disabled/teamviewer.list /etc/apt/sources.list.d/teamviewer.list
    There's an alternative method to prevent packages from installing new sources under /etc/apt/sources.list.d: one needs to add a file to /etc/dpkg/dpkg.cfg.d/ (named, let's say, no-new-sources), with the following contents:
    #
    # /etc/dpkg/dpkg.cfg.d/no-new-sources
    #
    # vim:ft=conf:
    #
    # Prevent packages from installing new sources under /etc/apt/sources.list.d
    #
    
    path-exclude=/etc/apt/sources.list.d/*
    
  2. Install the package as usual:
    dpkg -i teamviewer_13.2.26559_amd64.deb
  3. Apt may still have TeamViewer's GPG key present in its trusted database (/etc/apt/trusted.gpg):
    $ apt-key list
    ...
    pub   rsa4096 2017-03-13 [SC]
          8CAE 012E BFAC 38B1 7A93  7CD8 C5E2 2450 0C12 89C0
    uid           [ unknown] TeamViewer GmbH (TeamViewer Linux 2017) <[email protected]>
    sub   rsa4096 2017-03-13 [E]
    ...
    
    If this is the case, delete the key:
    apt-key del 0C1289C0
  4. That's it.

teamviewer-debian's People

Contributors

0x6675636b796f75676974687562 avatar unix-junkie avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.