Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
I am trying to untar and run a software package on ubuntu 8.10.
I untared it and then gave the command:
<xmkmf> (to be able to make the 'makefile'.)
but it complained that it couldn't see <xutils-dev>.
1st question: How do l get the <xutils-dev> package?
Well, l tried the internet, and got one package (which l don't know whether is the right one - xutils-dev_7.4+3.tar).
2nd question: In which directory should l copy it to recognise
it? Then, how do l copy it there?
I tried to copy it into the root - but l wasn't allowed.
Did you attempt to install the xutils-dev package from the Ubuntu repositories? xutils-dev (7.4-4) is in the Intrepid repositories, so I'd expect that it would be in the Hardy ones too.
In any case, did you check for the application you're trying to install in the repositories? It's usually easier to just install the compiled package rather then compiling your own copy. Unless, of course, you really have some reason to actually change the source code.
If you have a requirement that's not met by an application, and you're willing to modify the application to satisfy that requirement, consider joining the applications development team and working with them to update the code. Or, at least, be sure to submit your changes to the application's development team so they can add it to the application.
Last edited by PTrenholme; 03-01-2009 at 09:30 PM.
<Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Couldn't find package xutils-dev>
Thanks.
Jide
Maybe you don't have the correct repos listed in your sources.list file. xutils-dev is certainly in Debian as a package so I would guess that it's also in the Ubuntu repos somewhere.
Quote:
$aptitude search xutils
i A xutils - X Window System utility programs metapacka
i A xutils-dev - X Window System utility programs for devel
That was the command l first issued ($aptitude search xutils). Nothing happened after the command. It was then l tried to find information about aptitide using <man>.
I don't know what you are doing there. Here is my system, 8.10 as well:
Quote:
jurgen@Selena:~$ aptitude search xutils
p xutils - X Window System utility programs metapacka
i A xutils-dev - X Window System utility programs for devel
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.