No package 'pygobject-3.0' found [closed] - linux

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
The community reviewed whether to reopen this question 1 year ago and left it closed:
Not suitable for this site This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Improve this question
I want to install Accerciser
my OS is fedora 16
I downloaded the package,
'cd' into the folder
and run './configure'
and get
checking for PYGOBJECT... no
configure: error: Package requirements (pygobject-3.0 >= PYGOBJECT_REQUIRED) were not met:
No package 'pygobject-3.0' found
Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.
Alternatively, you may set the environment variables PYGOBJECT_CFLAGS and PYGOBJECT_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
however, I checked
it seems I have installed pygobject 3
how to deal with this problem?
thanks!
[root#kit accerciser-3.5.3]# rpm -qa|grep "pygobject"
pygobject2-codegen-2.28.6-2.fc16.x86_64
pygobject3-3.0.3-1.fc16.x86_64
pygobject2-devel-2.28.6-2.fc16.x86_64
pygobject2-2.28.6-2.fc16.x86_64
pygobject2-doc-2.28.6-2.fc16.x86_64

Install the pygobject3-devel package.

Related

How to start nethack on solaris 11.3? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 6 years ago.
Improve this question
I downloaded this package from the package manager: http://pkg.oracle.com/solaris/beta/info/0/pkg%3A%2F%2Fsolaris%2Fgames%2Fnethack#3.4.3,5.11-0.151.0.1%3A20101105T054109Z
I am not sure what you mean by "downloaded" but everything you need to do is pkg install nethack (as root role) and then run it as any user. According to manifest binary should be in /usr/bin/nethack, so typing:
/usr/bin/nethack
in your terminal window should do. It is very likely /usr/bin is in your PATH so you can just type
nethack
and game should start.

"ar" command not found in Debian [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 6 years ago.
The community reviewed whether to reopen this question 1 year ago and left it closed:
Original close reason(s) were not resolved
Improve this question
root#joker:/usr/libaio# ar -x libaio1*.deb
bash: ar: command not found
I was trying to extract a .deb package by using 'ar' command in my newly installed Debian.
I tried to find how I can install this utility. But not able to find it.
Can anyone help me with this.
ar is provided by binutils
make sure you have it installed
Can you try with dpkg
dpkg -x libaio1*.deb /tmp/out

Mac OS X Terminal - "cd.." does not work in terminal [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Closed 7 years ago.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
This question was caused by a typo or a problem that can no longer be reproduced. While similar questions may be on-topic here, this one was resolved in a way less likely to help future readers.
Improve this question
Currently, the "cd.." command no longer seems to be operating on my Mac.
See error below:
ShanMacBook-Pro:Documents ShanMacbookPro$ cd..
-bash: cd..: command not found
Not sure if it is a path issue:
Shan-MacBook-Pro:Documents ShanMacbookPro$ echo $PATH
/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/git/bin
My machine:
Macbook Pro Late 2014
Yosemite 10.10.4
NodeJS installed
MeteorJS installed
Git installed
Use cd ..
You need a space between the cd and the ..
Let me know if that helps!

What does "sdl6" in an RPM package name refer to? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 8 years ago.
Improve this question
The specific package I'm referring to is trac-1.0.1-1.sdl6.noarch.rpm. According to this page:
http://www.rpm.org/max-rpm/ch-rpm-file-format.html
it seems to be part of the package release version. The fact that "sdl" does not appear in my /usr/lib/rpm/rpmrc file also suggests that it's not related to the architecture.
If you search google for sdl6, just about every hit is the name of an RPM package. Nowhere, however, could I find an explanation of what it means.
That's the distro tag (for CentOS normally el#). In this case sdl appears to be for Springdale Linux.

ldconfig - LD_LIBRARY_PATH is not a known library type [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 5 years ago.
Improve this question
Since a couple of days ago I'm getting this error below whenever I install any package with shared libraries:
"/sbin/ldconfig: $LD_LIBRARY_PATH:/usr/local/lib; export LD_LIBRARY_PATH is not a known library type"
Why I'm getting this error ?
How can I solve it ?
Sounds like something got messed up with ldconfig, try
sudo /sbin/ldconfig -v
Most likely the format in one of the files in /etc/ld.so.conf.d/ is messed up. These files just contain paths or comments (lines starting with #) -- anything else will lead to problems similar to the one you are experiencing.

Resources