libXp.so.6怎么用apt-get安装
版面规则
我们都知道新人的确很菜,也喜欢抱怨,并且带有浓厚的Windows习惯,但既然在这里询问,我们就应该有责任帮助他们解决问题,而不是直接泼冷水、简单的否定或发表对解决问题没有任何帮助的帖子。乐于分享,以人为本,这正是Ubuntu的精神所在。
我们都知道新人的确很菜,也喜欢抱怨,并且带有浓厚的Windows习惯,但既然在这里询问,我们就应该有责任帮助他们解决问题,而不是直接泼冷水、简单的否定或发表对解决问题没有任何帮助的帖子。乐于分享,以人为本,这正是Ubuntu的精神所在。
-
- 帖子: 33
- 注册时间: 2015-05-23 20:14
- 系统: window
libXp.so.6怎么用apt-get安装
有报错error while loading shared libraries: libXp.so.6
所以在网上搜索如何安装去这个网站看了
http://www.linuxdiyf.com/viewarticle.php?id=108903
现在是已经有了这个文件,但系统就是找不到,如图所示
谁能告诉我怎么用 apt-get install 来装啊,
就是install后面加什么有这个库呢
所以在网上搜索如何安装去这个网站看了
http://www.linuxdiyf.com/viewarticle.php?id=108903
现在是已经有了这个文件,但系统就是找不到,如图所示
谁能告诉我怎么用 apt-get install 来装啊,
就是install后面加什么有这个库呢
上次由 ys38079456 在 2017-03-27 9:25,总共编辑 2 次。
- qy117121
- 论坛版主
- 帖子: 50587
- 注册时间: 2007-12-14 13:40
- 系统: Winbuntu
- 来自: 志虚国乌由市
- 联系:
Re: libXp.so.6怎么用apt-get安装
sudo apt install libxp6
-
- 帖子: 33
- 注册时间: 2015-05-23 20:14
- 系统: window
- qy117121
- 论坛版主
- 帖子: 50587
- 注册时间: 2007-12-14 13:40
- 系统: Winbuntu
- 来自: 志虚国乌由市
- 联系:
Re: libXp.so.6怎么用apt-get安装
sudo apt update了没
-
- 帖子: 33
- 注册时间: 2015-05-23 20:14
- 系统: window
Re: libXp.so.6怎么用apt-get安装
这个还没有,我正在运行,好长时间了qy117121 写了:sudo apt update了没
获取:143 http://security.ubuntu.com wily-security/main Translation-en [279 kB]
这个有好多
-
- 帖子: 33
- 注册时间: 2015-05-23 20:14
- 系统: window
- qy117121
- 论坛版主
- 帖子: 50587
- 注册时间: 2007-12-14 13:40
- 系统: Winbuntu
- 来自: 志虚国乌由市
- 联系:
Re: libXp.so.6怎么用apt-get安装
怎么会那么多。。。。
/etc/apt/sources.list文件内容复制上来看看
/etc/apt/sources.list文件内容复制上来看看
-
- 帖子: 33
- 注册时间: 2015-05-23 20:14
- 系统: window
Re: libXp.so.6怎么用apt-get安装
# deb cdrom:[Ubuntu 15.10 _Wily Werewolf_ - Release amd64 (20151021)]/ wily main restrictedqy117121 写了:怎么会那么多。。。。
/etc/apt/sources.list文件内容复制上来看看
# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.
deb http://cn.archive.ubuntu.com/ubuntu/ wily main restricted
deb-src http://cn.archive.ubuntu.com/ubuntu/ wily main restricted
## Major bug fix updates produced after the final release of the
## distribution.
## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team. Also, please note that software in universe WILL NOT receive any
## review or updates from the Ubuntu security team.
deb http://cn.archive.ubuntu.com/ubuntu/ wily universe
deb-src http://cn.archive.ubuntu.com/ubuntu/ wily universe
## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team, and may not be under a free licence. Please satisfy yourself as to
## your rights to use the software. Also, please note that software in
## multiverse WILL NOT receive any review or updates from the Ubuntu
## security team.
deb http://cn.archive.ubuntu.com/ubuntu/ wily multiverse
deb-src http://cn.archive.ubuntu.com/ubuntu/ wily multiverse
## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any review
## or updates from the Ubuntu security team.
deb http://cn.archive.ubuntu.com/ubuntu/ wily-backports main restricted universe multiverse
deb-src http://cn.archive.ubuntu.com/ubuntu/ wily-backports main restricted universe multiverse
## Uncomment the following two lines to add software from Canonical's
## 'partner' repository.
## This software is not part of Ubuntu, but is offered by Canonical and the
## respective vendors as a service to Ubuntu users.
# deb http://archive.canonical.com/ubuntu wily partner
# deb-src http://archive.canonical.com/ubuntu wily partner
deb http://security.ubuntu.com/ubuntu/ wily-security multiverse universe main restricted
deb http://cn.archive.ubuntu.com/ubuntu/ wily-updates multiverse universe main restricted
-
- 帖子: 33
- 注册时间: 2015-05-23 20:14
- 系统: window
Re: libXp.so.6怎么用apt-get安装
是不是要注释掉哪个
-
- 帖子: 33
- 注册时间: 2015-05-23 20:14
- 系统: window
Re: libXp.so.6怎么用apt-get安装
我注释了那个网站,跳过了那几千个qy117121 写了:怎么会那么多。。。。
/etc/apt/sources.list文件内容复制上来看看
现在变成这样了
- qy117121
- 论坛版主
- 帖子: 50587
- 注册时间: 2007-12-14 13:40
- 系统: Winbuntu
- 来自: 志虚国乌由市
- 联系:
Re: libXp.so.6怎么用apt-get安装
sources文件没什么问题,那就安装libxp6吧
-
- 帖子: 33
- 注册时间: 2015-05-23 20:14
- 系统: window
- qy117121
- 论坛版主
- 帖子: 50587
- 注册时间: 2007-12-14 13:40
- 系统: Winbuntu
- 来自: 志虚国乌由市
- 联系:
Re: libXp.so.6怎么用apt-get安装
额,貌似是个bug? https://bugs.launchpad.net/ubuntu/+sour ... ug/1517884
http://mirrors.ustc.edu.cn/ubuntu/pool/main/libx/libxp/ 去这里下载deb安装试试
也可以试试sudo apt install libxp-dev
http://mirrors.ustc.edu.cn/ubuntu/pool/main/libx/libxp/ 去这里下载deb安装试试
也可以试试sudo apt install libxp-dev
-
- 帖子: 33
- 注册时间: 2015-05-23 20:14
- 系统: window
Re: libXp.so.6怎么用apt-get安装
跪谢,deb就ok了,qy117121 写了:额,貌似是个bug? https://bugs.launchpad.net/ubuntu/+sour ... ug/1517884
http://mirrors.ustc.edu.cn/ubuntu/pool/main/libx/libxp/ 去这里下载deb安装试试
也可以试试sudo apt install libxp-dev
再顺便问一下,如果报错缺少哪个库,我咋知道apt get install 后面加什么呢
有没有搜索软件包的指令,还有就是我按一开始那个教程,算是源码安装吗,安装好电脑里有libxp6的库了已经(如一楼所示),但系统仍提示找不到,怎么给系统添加路径呢
- qy117121
- 论坛版主
- 帖子: 50587
- 注册时间: 2007-12-14 13:40
- 系统: Winbuntu
- 来自: 志虚国乌由市
- 联系:
Re: libXp.so.6怎么用apt-get安装
apt-file 可以查找 viewtopic.php?f=120&t=188146
那个教程不是源码安装,系统安装的库文件要放在合适的目录下才行,可能是你放的位置不对也可能是别的问题,不太了解
添加路径是说系统库文件路径?不了解
那个教程不是源码安装,系统安装的库文件要放在合适的目录下才行,可能是你放的位置不对也可能是别的问题,不太了解
添加路径是说系统库文件路径?不了解