ufoffshore.blogg.se

Install teamviewer 11 on ubuntu 18 amd64
Install teamviewer 11 on ubuntu 18 amd64




install teamviewer 11 on ubuntu 18 amd64

var/cache/apt/archives/gcc-doc_4%3a5.3.1-1ubuntu1_amd64.Tried to install Teamviewer on AWS RHEL 7 and Ubuntu, with the fail result, note down the procedure, Subprocess installed post-installation script returned error exit status 1Įrrors were encountered while processing: There is no script in the new version of the package - giving up

install teamviewer 11 on ubuntu 18 amd64

ĭpkg: error processing archive /var/cache/apt/archives/gcc-doc_4%3a5.3.1-1ubuntu1_b (-unpack): Install-info: No dir file specified try -help for more information.ĭpkg: warning: subprocess old pre-removal script returned error exit status 1ĭpkg: trying script from the new package instead. 864713 files and directories currently installed.) The following additional packages will be installed:ġ upgraded, 0 newly installed, 0 to remove and 84 not upgraded.Īfter this operation, 10.2 kB disk space will be freed. Software-properties-common set to manually installed. Software-properties-common is already the newest version (0.96.20.10). N: Skipping acquire of configured file 'main/binary-i386/Packages' as repository ' stable InRelease' doesn't support architecture 'i386'īuild-essential is already the newest version (12.1ubuntu2). N: See apt-secure(8) manpage for repository creation and user configuration details. N: Data from such a repository can't be authenticated and is therefore potentially dangerous to use. W: The repository ' stable InRelease' is not signed. W: GPG error: stable InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 78BD65473CB3BD13 Sudo apt-get install gcc-4.8 g++-4.8 -y & Sudo update-alternatives -install /usr/bin/gcc gcc /usr/bin/gcc-6 60 -slave /usr/bin/g++ g++ /usr/bin/g++-6 & Sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y &

install teamviewer 11 on ubuntu 18 amd64

Sudo apt-get install build-essential software-properties-common -y & See my blog post at sudo apt-get update & \ If everything went fine you should see gcc 6.1.1 by the time I am writing this gist When completed, you must change to the gcc you want to work with by default. Sudo update-alternatives -install /usr/bin/gcc gcc /usr/bin/gcc-4.8 60 -slave /usr/bin/g++ g++ /usr/bin/g++-4.8

install teamviewer 11 on ubuntu 18 amd64

Sudo update-alternatives -install /usr/bin/gcc gcc /usr/bin/gcc-6 60 -slave /usr/bin/g++ g++ /usr/bin/g++-6 & \ Sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y & \ Sudo apt-get install build-essential software-properties-common -y & \ If you are still reading let's carry on with the code. To install gcc-6 (gcc-6.1.1), I had to do more stuff as shown below. These commands are based on a askubuntu answer






Install teamviewer 11 on ubuntu 18 amd64