Eu estava seguindo esta postagem para instalar o R e o Rstudio, Eu poderia instalar o R muito bem, mas na preparação da instalação do RSTUDIO eu tentei instalar o libjpeg62 fazendo
sudo apt install libjpeg62
mas eu tenho:
Reading package lists... Done
Building dependency tree
Reading state information... Done
libjpeg62 is already the newest version (1:6b2-2).
You might want to run 'apt-get -f install' to correct these:
The following packages have unmet dependencies:
libgstreamer-plugins-base0.10-0 : Breaks: libgstreamer-plugins-base0.10-0:i386 (!= 0.10.36-2ubuntu0.1) but 0.10.36-2 is to be installed
libgstreamer-plugins-base0.10-0:i386 : Breaks: libgstreamer-plugins-base0.10-0 (!= 0.10.36-2) but 0.10.36-2ubuntu0.1 is to be installed
libgstreamer0.10-0 : Breaks: libgstreamer0.10-0:i386 (!= 0.10.36-1.5ubuntu1) but 0.10.36-1.5 is to be installed
libgstreamer0.10-0:i386 : Breaks: libgstreamer0.10-0 (!= 0.10.36-1.5) but 0.10.36-1.5ubuntu1 is to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
Então eu tentei fazer isso:
sudo apt-get -f install
mas no final do processo eu cheguei
Preparing to unpack .../libgstreamer0.10-0_0.10.36-1.5ubuntu1_i386.deb ...
Unpacking libgstreamer0.10-0:i386 (0.10.36-1.5ubuntu1) over (0.10.36-1.5) ...
dpkg: error processing archive /var/cache/apt/archives/libgstreamer0.10-0_0.10.36-1.5ubuntu1_i386.deb (--unpack):
trying to overwrite shared '/usr/share/doc/libgstreamer0.10-0/changelog.Debian.gz', which is different from other instances of package libgstreamer0.10-0:i386
dpkg-deb: error: subprocess paste was killed by signal (Broken pipe)
Preparing to unpack .../libgstreamer-plugins- base0.10-0_0.10.36-2ubuntu0.1_i386.deb ...
Unpacking libgstreamer-plugins-base0.10-0:i386 (0.10.36-2ubuntu0.1) over (0.10.36-2) ...
dpkg: error processing archive /var/cache/apt/archives/libgstreamer-plugins-base0.10-0_0.10.36-2ubuntu0.1_i386.deb (--unpack):
trying to overwrite shared '/usr/share/doc/libgstreamer-plugins-base0.10-0/changelog.Debian.gz', which is different from other instances of package libgstreamer-plugins-base0.10-0:i386
dpkg-deb: error: subprocess paste was killed by signal (Broken pipe)
Processing triggers for libc-bin (2.23-0ubuntu9) ...
Errors were encountered while processing:
/var/cache/apt/archives/libgstreamer0.10-0_0.10.36-1.5ubuntu1_i386.deb
/var/cache/apt/archives/libgstreamer-plugins-base0.10-0_0.10.36-2ubuntu0.1_i386.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
O que devo fazer