libXp.so.6怎么用apt-get安装

系统安装、升级讨论
版面规则
我们都知道新人的确很菜,也喜欢抱怨,并且带有浓厚的Windows习惯,但既然在这里询问,我们就应该有责任帮助他们解决问题,而不是直接泼冷水、简单的否定或发表对解决问题没有任何帮助的帖子。乐于分享,以人为本,这正是Ubuntu的精神所在。
ys38079456
帖子: 33
注册时间: 2015-05-23 20:14
系统: window

libXp.so.6怎么用apt-get安装

#1

帖子 ys38079456 » 2017-03-27 9:13

有报错error while loading shared libraries: libXp.so.6

所以在网上搜索如何安装去这个网站看了
http://www.linuxdiyf.com/viewarticle.php?id=108903

现在是已经有了这个文件,但系统就是找不到,如图所示

谁能告诉我怎么用 apt-get install 来装啊,

就是install后面加什么有这个库呢
附件
2017-03-27 09-17-32屏幕截图.png
上次由 ys38079456 在 2017-03-27 9:25,总共编辑 2 次。
头像
qy117121
论坛版主
帖子: 50587
注册时间: 2007-12-14 13:40
系统: Winbuntu
来自: 志虚国乌由市
联系:

Re: libXp.so.6怎么用apt-get安装

#2

帖子 qy117121 » 2017-03-27 9:18

sudo apt install libxp6
渠月 · QY   
本人只会灌水,不负责回答问题
无聊可以点一下→ http://u.nu/ubuntu

邮箱 [email protected]
ys38079456
帖子: 33
注册时间: 2015-05-23 20:14
系统: window

Re: libXp.so.6怎么用apt-get安装

#3

帖子 ys38079456 » 2017-03-27 9:21

qy117121 写了:sudo apt install libxp6

显示无法定位软件包
附件
2017-03-27 09-20-12屏幕截图.png
头像
qy117121
论坛版主
帖子: 50587
注册时间: 2007-12-14 13:40
系统: Winbuntu
来自: 志虚国乌由市
联系:

Re: libXp.so.6怎么用apt-get安装

#4

帖子 qy117121 » 2017-03-27 9:24

sudo apt update了没
渠月 · QY   
本人只会灌水,不负责回答问题
无聊可以点一下→ http://u.nu/ubuntu

邮箱 [email protected]
ys38079456
帖子: 33
注册时间: 2015-05-23 20:14
系统: window

Re: libXp.so.6怎么用apt-get安装

#5

帖子 ys38079456 » 2017-03-27 9:34

qy117121 写了:sudo apt update了没
这个还没有,我正在运行,好长时间了

获取:143 http://security.ubuntu.com wily-security/main Translation-en [279 kB]
这个有好多
ys38079456
帖子: 33
注册时间: 2015-05-23 20:14
系统: window

Re: libXp.so.6怎么用apt-get安装

#6

帖子 ys38079456 » 2017-03-27 11:22

qy117121 写了:sudo apt update了没
都4000多了,这是个啥,update还没完
附件
2017-03-27 11-21-58屏幕截图.png
头像
qy117121
论坛版主
帖子: 50587
注册时间: 2007-12-14 13:40
系统: Winbuntu
来自: 志虚国乌由市
联系:

Re: libXp.so.6怎么用apt-get安装

#7

帖子 qy117121 » 2017-03-27 11:30

怎么会那么多。。。。
/etc/apt/sources.list文件内容复制上来看看
渠月 · QY   
本人只会灌水,不负责回答问题
无聊可以点一下→ http://u.nu/ubuntu

邮箱 [email protected]
ys38079456
帖子: 33
注册时间: 2015-05-23 20:14
系统: window

Re: libXp.so.6怎么用apt-get安装

#8

帖子 ys38079456 » 2017-03-27 11:32

qy117121 写了:怎么会那么多。。。。
/etc/apt/sources.list文件内容复制上来看看
# deb cdrom:[Ubuntu 15.10 _Wily Werewolf_ - Release amd64 (20151021)]/ wily main restricted

# 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
ys38079456
帖子: 33
注册时间: 2015-05-23 20:14
系统: window

Re: libXp.so.6怎么用apt-get安装

#9

帖子 ys38079456 » 2017-03-27 11:33

是不是要注释掉哪个
ys38079456
帖子: 33
注册时间: 2015-05-23 20:14
系统: window

Re: libXp.so.6怎么用apt-get安装

#10

帖子 ys38079456 » 2017-03-27 11:46

qy117121 写了:怎么会那么多。。。。
/etc/apt/sources.list文件内容复制上来看看
我注释了那个网站,跳过了那几千个

现在变成这样了
附件
2017-03-27 11-44-58屏幕截图.png
头像
qy117121
论坛版主
帖子: 50587
注册时间: 2007-12-14 13:40
系统: Winbuntu
来自: 志虚国乌由市
联系:

Re: libXp.so.6怎么用apt-get安装

#11

帖子 qy117121 » 2017-03-27 11:54

sources文件没什么问题,那就安装libxp6吧
渠月 · QY   
本人只会灌水,不负责回答问题
无聊可以点一下→ http://u.nu/ubuntu

邮箱 [email protected]
ys38079456
帖子: 33
注册时间: 2015-05-23 20:14
系统: window

Re: libXp.so.6怎么用apt-get安装

#12

帖子 ys38079456 » 2017-03-27 12:31

qy117121 写了:sources文件没什么问题,那就安装libxp6吧
兄弟,依然无法定位软件包
附件
2017-03-27 12-28-21屏幕截图.png
头像
qy117121
论坛版主
帖子: 50587
注册时间: 2007-12-14 13:40
系统: Winbuntu
来自: 志虚国乌由市
联系:

Re: libXp.so.6怎么用apt-get安装

#13

帖子 qy117121 » 2017-03-27 12:47

额,貌似是个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
渠月 · QY   
本人只会灌水,不负责回答问题
无聊可以点一下→ http://u.nu/ubuntu

邮箱 [email protected]
ys38079456
帖子: 33
注册时间: 2015-05-23 20:14
系统: window

Re: libXp.so.6怎么用apt-get安装

#14

帖子 ys38079456 » 2017-03-27 13:05

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
跪谢,deb就ok了,

再顺便问一下,如果报错缺少哪个库,我咋知道apt get install 后面加什么呢

有没有搜索软件包的指令,还有就是我按一开始那个教程,算是源码安装吗,安装好电脑里有libxp6的库了已经(如一楼所示),但系统仍提示找不到,怎么给系统添加路径呢
头像
qy117121
论坛版主
帖子: 50587
注册时间: 2007-12-14 13:40
系统: Winbuntu
来自: 志虚国乌由市
联系:

Re: libXp.so.6怎么用apt-get安装

#15

帖子 qy117121 » 2017-03-27 13:38

apt-file 可以查找 viewtopic.php?f=120&t=188146
那个教程不是源码安装,系统安装的库文件要放在合适的目录下才行,可能是你放的位置不对也可能是别的问题,不太了解
添加路径是说系统库文件路径?不了解
渠月 · QY   
本人只会灌水,不负责回答问题
无聊可以点一下→ http://u.nu/ubuntu

邮箱 [email protected]
回复