我使用的是64位的crunnchbang linux。我安装了atom文本编辑器,但当我试图启动它时,它给出了错误。输出如下:
shunya@crunchbang:~$ atom
shunya@crunchbang:~$ /usr/share/atom/atom: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.14' not found (required by /usr/share/atom/atom)
/usr/share/atom/atom: /lib/x86_64-linux-gnu/libc.so.6: version
我尝试从18.04的默认存储库安装FFmpeg。
ffmpeg: relocation error: /usr/lib/x86_64-linux-gnu/libswresample.so.2:
symbol av_calloc version LIBAVUTIL_55 not defined in file
libavutil.so.55 with link time reference
我相信,当我试图从源代码编译ffmpeg,然后放弃时,我可能在过去破坏了共享库。
查看有问题的文件,/usr/lib/x86_64-linux-gnu/libswresample.so.2是由包lib
我刚刚安装了build-essential,它安装了gcc-8,但是手册页似乎是不可用的。
$ man gcc
No manual entry for gcc
See 'man 7 undocumented' for help when manual pages are not available.
而且,我可以看到手册页不是由gcc-8 (或gcc-7)提供的,
# dpkg -L gcc-8 | grep -i man
/usr/share/man
/usr/share/man/man1
/usr/share/man/man1/x86_64-linux-gnu-gcc-ar
Can't locate scripts/Config.pm in @INC
(you may need to install the scripts::Config module)
(@INC contains:
/etc/perl
/usr/local/lib/x86_64-linux-gnu/perl/5.24.1
/usr/local/share/perl/5.24.1
/usr/lib/x86_64-linux-gnu/perl5/5.24
/usr/share/perl5
/usr/lib/x86_64-linux-gnu/p
我正在运行Docker桌面社区2.0.3。我从码头中心(hub.docker.com)运行官方的nginx和Apache服务器容器。容器映像基于Debian 9。然后,我尝试使用tasksel安装Debian标准系统实用程序。我在集装箱中打开了一个码头,使用:
docker exec -ti container_id bash
我试图运行tasksel安装程序。
# tasksel install standard
debconf: unable to initialize frontend: Dialog
debconf: (No usable dialog-like program is
我刚刚安装了CentOS Linux,然后下载了MySQL tar文件来安装MySQL。我提取了6个封闭的rpm文件,并点击-server rpm文件来安装它。但是,我得到了以下对话框错误:
Failed to install file
Two packages provide the same name.
This is usually due to mixing packages from different software sources.
当我试图从Linux终端运行安装它时,我会得到以下更具体的日志,这似乎表明了与mariadb的冲突:
[root@localhost
在使用cpanm安装perl模块时,我的计算机崩溃了(我想是在将Carp作为Moose的依赖项安装时)。现在,当我尝试使用我想要使用的模块时,我会得到以下错误:
user@linux:~$ ./script_using_moose.pl
Carp.pm did not return a true value at /usr/share/perl/5.14/diagnostics.pm line 185.
BEGIN failed--compilation aborted at /usr/share/perl/5.14/diagnostics.pm line 185.
Compilation
我是Linux新手,我想知道从这里安装爆米花时间是否安全?
popcorn/install后
我看到:
Popcorn Time 0.3.8-0 - Linux 32 bits
==================================
Please read our Terms of service:
https://popcorntime.io/tos
This installer will install Popcorn Time in:
~/.Popcorn-Time
~/.local/share/applications
试图编译pymini,埃克勒软件 on RPI3,Ubuntu 16.04我获得了以下输出./配置与错误:配置:错误:找不到libusb-devel 1.0支持
tim@tim-desktop:~/pymini-1.16$ ./configure
checking build system type... armv7l-unknown-linux-gnueabi
checking host system type... armv7l-unknown-linux-gnueabi
checking for gcc... gcc
checking whether t
我是Linux新手,很难更新应用程序和软件。
今天我需要安装atom。这很容易,但事实证明它需要GLIBC 2.28。
当我继续更改atom主题时,它将不会运行并得到以下错误消息:
/usr/share/atom/resources/app/apm/bin/node:
/lib/i386-linux-gnu/libc.so.6: version `GLIBC_2.28' not found
(required by /usr/share/atom/resources/app/apm/bin/node)
我的薄荷安装是完全最新的,但它只有一个旧版本的GLIBC。
请帮助
我目前正在为一个计划参加的学校项目团队工作,为此,我需要在Linux上安装一个名为的程序。我按照的要求安装了所有的依赖项,但是当我尝试运行cmake ..时,grSim包会显示错误:
-- Found OpenGL: /usr/lib/x86_64-linux-gnu/libOpenGL.so
CMake Error at /usr/share/cmake-3.13/Modules/FindPackageHandleStandardArgs.cmake:137 (message):
Could NOT find ODE (missing: ODE_LIBRARIES ODE_PREC
蒸汽不会启动
Repairing installation, linking /home/brent/.steam/steam to /home/brent /.local/share/Steam
Running Steam on ubuntu 12.04 64-bit
STEAM_RUNTIME is enabled automatically
/home/brent/.local/share/Steam/steam.sh: line 431: realpath: command not found
/home/brent/.local/share/Steam/ubuntu12_32/ste
我正试图在Debian上安装hidapi。我已经安装了libudev-dev和libusb-1.0-0-dev,但是当我在hidapi-master中运行./配置时,它说我没有libudev,可以安装它并重试。我不知道怎么解决这个问题。任何有关这方面的帮助都将不胜感激。谢谢。
精确误差
checking for libudev... no
Library libudev was not found on this system.
Please install it and re-run ./configure
定位libudev
/lib/i386-linux-gnu/libudev.so.0
我尝试在一个租用的专用服务器上修复一个损坏的autodl irssi安装,运行Ubuntu18.04.1LTS(GNU/Linux4.9.0-15-AMD 64 x86_64)和Swizzin,方法是删除和重新安装Box autodl包。
移除autodl :-
SUCCESS autodl removed
ERROR dpkg database is locked by apt-get. Please try again later
试着重新安装它:-
INFO Installing autodl
E: Unable to correct problems, you have held
我试着用这个小剧本,因为我的猫喜欢在我的键盘上行走。http://linux.softpedia.com/get/Utilities/Lock-keyboard-for-Baby-23745.shtml
我刚刚安装了Ubuntu16.04,没有太多的经验。因此,我想我应该使用终端导航到我下载了脚本的文件夹,然后
perl scriptname.pl
它的输出如下:
Can't locate Gtk2.pm in @INC (you may need to install the Gtk2 module) (@INC contains: /etc/perl /usr/local/lib/
我想使用CPAN安装一些Perl包,但在尝试启动CPAN shell时得到以下错误:
paulzierep@naproxen:~$ cpan
Can't locate B.pm in @INC (you may need to install the B module) (@INC contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.22.1 /usr/local/share/perl/5.22.1 /usr/lib/x86_64-linux-gnu/perl5/5.22 /usr/share/perl5 /usr/li