ubuntu skype problem

skype: error while loading shared libraries: libGL.so.1: wrong ELF class: ELFCLASS64

the solution to fix the problem:

Reinstalling the libgl1 library did help:

sudo apt-get install --reinstall libgl1-mesa-glx:i386

时间: 2024-08-29 09:38:50

ubuntu skype problem的相关文章

How to fix updating ubuntu apt-get problem

It's my new PC with a new os of ubuntu. every time when I want to install software or update apt-get, this error will appear: First, as the most usual functions the website given: to type these commands: sudo rm /var/lib/apt/lists/* -vf sudo apt-get

解决ubuntu invalid problem report

今天开机时出现如下对话框. 解决办法 sudo rm /var/lib/apt/lists/* -vf sudo apt-get update 参考: http://ubuntuforums.org/archive/index.php/t-1981033.html

GraphSAGE 代码解析

安装Docker与程序运行 1. requirements.txt Problem: Downloading https://files.pythonhosted.org/packages/69/cb/f5be453359271714c01b9bd06126eaf2e368f1fddfff30818754b5ac2328/funcsigs-1.0.2-py2.py3-none-any.whl Collecting futures==3.2.0 (from -r requirements.txt

关闭 ubuntu System program problem detected

关闭 ubuntu System program problem detected 小编使用的系统是Ubuntu 14.0.4,最近不知什么原因,每次开机都出现: System program problem detected 很麻烦,关闭方法: vim /etc/default/apport # set this to 0 to disable apport, or to 1 to enable it # you can temporarily override this with # sud

Remove “System Program Problem Detected” Messages From Ubuntu

One of my Ubuntu systems would pop up the following message multiple times after logging in: System program problem detected Do you want to report the problem now? It was really annoying as simply closing the messages would cause them to return after

Ubuntu 16.04出现:Problem executing scripts APT::Update::Post-Invoke-Success 'if /usr/bin/test -w /var/cache/app-info -a -e /usr/bin/appstreamcli; then appstreamcli refresh > /dev/null; fi'

错误: Reading package lists... Done E: Problem executing scripts APT::Update::Post-Invoke-Success 'if /usr/bin/test -w /var/cache/app-info -a -e /usr/bin/appstreamcli; then appstreamcli refresh > /dev/null; fi' E: Sub-process returned an error code 在运行

Ubuntu下android studio 编译报错A problem occurred starting process 'command '/Android/Sdk/build-tools/21.1.2/aapt''

此问题在stack  over flow 上找到答案. 原链接地址:http://stackoverflow.com/questions/27589844/android-studio-1-0-2-not-building-appmergedebugresources-error 解决方法: //在终端分别运行下面两条指令,安装lib32stdc++6 和lib32z1 sudo apt-get install lib32stdc++6 sudo apt-get install lib32z1

[转]ubuntu安装skype

Skype 4.3 Released, How to Install it in Ubuntu 14.04/12.04 June 19, 2014 — 107 Comments Skype for Linux has been updated to version 4.3.0.37 with updated UI, new cloud-based Group chat experience, and more. Microsoft finally announced Skype for Linu

ubuntu:solve the problem of 'E:Problem with MergeList /var/lib/apt/lists/'

just run this command: sudo rm /var/lib/apt/lists/* -vfR it will remove all the software package with the state of 'apt-get install' and no use to leave them, that's ok to just r.m. other conditons can refer to this article:http://blog.csdn.net/gopai