[SOLVED]_How can I execute namebench installed from AUR?

I have managed to install my first package from AUR, namebench. When i type in terminal
namebench
I get command not found.
So how can I execute namebench?
Thanks
Last edited by zabrielza (2015-03-09 21:26:36)

nullified wrote:What did you do to install it? I.e. are you sure you installed it correctly?
I followed instructions from this link.
$ cd ~***/Downloads/_Applications_From_AUR
$ tar -xvf namebench.tar.gz
After that
$ cd namebench
$ nano PKGBUILD
When I read PKGBUILD there were dendencies tha I installed correctly. python2-graphy was installed from AUR too.
$ makepkg -s
# pacman -U namebench-1.3.1-7-any.pkg.tar.xz
I had no errors at all.
EDIT: How can I figure out whether I installed it correctly or not?
Last edited by zabrielza (2015-03-09 21:15:57)

Similar Messages

  • [SOLVED] CUPS: Can't see printer driver from AUR

    I have installed the package brother-hl2130 frm the aur: https://aur.archlinux.org/packages/brother-hl2130
    When checking using "pacman -Ql", I get the following list of files:
    brother-hl2130 /usr/
    brother-hl2130 /usr/lib/
    brother-hl2130 /usr/lib/cups/
    brother-hl2130 /usr/lib/cups/filter/
    brother-hl2130 /usr/lib/cups/filter/brlpdwrapperHL2130
    brother-hl2130 /usr/share/
    brother-hl2130 /usr/share/brother/
    brother-hl2130 /usr/share/brother/printer/
    brother-hl2130 /usr/share/brother/printer/HL2130/
    brother-hl2130 /usr/share/brother/printer/HL2130/cupswrapper/
    brother-hl2130 /usr/share/brother/printer/HL2130/cupswrapper/brcupsconfig4
    brother-hl2130 /usr/share/brother/printer/HL2130/inf/
    brother-hl2130 /usr/share/brother/printer/HL2130/inf/brHL2130func
    brother-hl2130 /usr/share/brother/printer/HL2130/inf/brHL2130rc
    brother-hl2130 /usr/share/brother/printer/HL2130/inf/braddprinter
    brother-hl2130 /usr/share/brother/printer/HL2130/inf/brprintconflsr3
    brother-hl2130 /usr/share/brother/printer/HL2130/inf/paperinf
    brother-hl2130 /usr/share/brother/printer/HL2130/inf/setupPrintcap2
    brother-hl2130 /usr/share/brother/printer/HL2130/lpd/
    brother-hl2130 /usr/share/brother/printer/HL2130/lpd/filterHL2130
    brother-hl2130 /usr/share/brother/printer/HL2130/lpd/psconvert2
    brother-hl2130 /usr/share/brother/printer/HL2130/lpd/rawtobr3
    brother-hl2130 /usr/share/cups/
    brother-hl2130 /usr/share/cups/model/
    brother-hl2130 /usr/share/cups/model/HL2130.ppd
    brother-hl2130 /usr/share/ppd/
    However, when setting up my printer in the CUPS web interface, there is no option for a Brother HL-2130. Any clues as to why this is?
    EDIT: Stupid question, bad research, apologies. The driver was in the list offered by CUPS, it was just not listed in order because of a missing hyphen. My bad.
    Last edited by reannual (2013-05-21 21:34:12)

    Try to delelte all printers from cups at
    http://localhost:631// 
    restart cups
    sometimes it works for me. I also have Samsung printer and some problems appeared about three month ago with CUPS upgrade.

  • How can I execute a query from a BSP application?

    How can I execute a query from a BSP application?
    I´m trying to execute a Query from intranet. I´ve been looking for examples, but the templates I´ve found doesn´t help me.
    does anybody has an example?
    Thanks.

    Hi
    Have you designed the BSP application ?
    design it first with one page
    page will have layout and Event handlers
    Design the layout with the fields
    in the event handler there are events
    in the event On Initiailization or ON inputprocessing write the select query similar to what we write in routine ABAp and fetch the data into ITAB and that has to be passed to the Layout
    see the doc
    BSP
    To learn how to create Web applications with Business Server Pages, you can work through the simple tutorials that build on each other. You should be able to run through all of the steps described here in your own system.
    If you want to develop Web applications with BSPs, your system must meet the following requirements: Prerequisites for Creating Web Applications.
    The following tutorials are available:
    · First Tutorial: First Steps with Business Server Pages…
    · Second tutorial: A Small BSP Application and A Small BSP Application with HTMLB
    · Third tutorial: Our First Online Bookshop
    · Fourth tutorial: Further Developing the Bookshop
    · A small Tutorial is also available for your first steps with the Model View Controller design pattern.
    · For a more complex MVC tutorial based on the third tutorial, see: Our Little Online Bookshop Using MVC and HTMLB
    When creating BSP applications, note the browser dependencies described in Note 598860.
    steps:
    1) start the transaction RZ10.
    2) now u u have to select Profile name, so select the INSTANCE Profile from the list of options given with the Profile parameter list.U may find multiple instance profile in the list, so select the profile in which ur server name is given.
    3) u will also find three options in the same window.
    Administrator data, Basic Maintenance, and Extended Maintenance. So select the last one from that.
    4) Now click on change button.
    5) here u will find parameter icm/host_name_full, so now set it as FQDN.
    6) Now copy ur settings with new version number.
    7) Activate that version.
    8) And now please restart ur WAS.
    So this will set ur FQDN, and also don't forget to login using Admin User.
    Now u also check for following service are active in your ICF setting or not,( just start transaction code SICF)
    /default_host/sap/bc/bsp/sap
    /default_host/sap/bc/bsp/sap/system
    /default_host/sap/bc/bsp/sap/public/bc
    /def ault_host/sap/public/bc
    /default_host/sap/public/bc/ur
    /default_host/sap/public/bsp/sap/public
    /default_host/sap/public/bsp/sap/public/bc
    /defaul t_host/sap/public/bsp/sap/system
    /default_host/sap/public/bsp/sap/htmlb
    if not then activate all.
    check this link
    Read this weblog...
    /people/brian.mckellar/blog/2003/09/25/bsp-in-depth-fully-qualified-domain-names
    http://www.thespot4sap.com/articles/SAP_WAS_Creating_BSP_Apps.asp
    it consists of screen shots also
    Check it.
    http://help.sap.com/saphelp_nw04/helpdata/en/c8/101c3a1cf1c54be10000000a114084/frameset.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/e9/bb153aab4a0c0ee10000000a114084/frameset.htm
    Regards
    Anji

  • Can I execute a scenario from a procedure?

    Can I execute a scenario from a procedure? I know I can execute scenarios from the command line. I was hoping to avoid that since I need my job to run in multiple envirnoments and may not reliably know where STARTSCEN is located or if it will always work. Basically, I would like to execute several jobs multiple times, depending on values in a table that will be changed between runs.

    Hi,
    Yes you can exetute an ODI scenario from an ODI procedure.
    Technology for that procedure will be Sunopsis API
    code OdiStartScen "-SCEN_NAME=<scenario name>" " -SCEN_VERSION=<scenario version>" "-CONTEXT=<context code name>"
    Thanks,
    Sutirtha

  • HOW CAN I EXECUTE DINAMIC SENTENCES FROM FORMS

    HOW CAN I EXECUTE DYNAMIC SENTENCES FROM FORMS.
    Ex.
    I would like to execute this commands from table SENTENCES
    COL1
    set_item_property (item1, enabled , property_true )
    set_item_property (item2, enabled , property_true )
    set_item_property (item3, enabled , property_false )
    Regards
    Message was edited by:
    jcruizcarrera
    Message was edited by:
    jcruizcarrera

    ... but you could imagine a sort of workaround...
    PROCEDURE Set_Item
        PC$Item     In Varchar2
       ,PN$Property In Number
       ,PC$Value    In Varchar2
    ) IS
    BEGIN
       Set_Item_Property( PC$Item, PN$Property, PC$Value ) ;
    END;That you can call like this:
      Set_Item( 'BL.BUTTON', LABEL, 'Hello' ) ;Francois

  • Is installing from AUR similar to install from source?

    I wonder if installing applications from AUR is similar to installing from source? Recently I have a problem where Eclipse SWT embeded browser is broken and 1 solution is installing firefox from source. So I wonder if installing from AUR is similar as installing from source?
    StackOverflow question about broken SWT Browser

    You may also be interested in ABS.  ABS is the official build system for Arch.  Things supported by Developers go into Core and Extra, things supported by trusted users go into community.  To get the packages for the extra (which is where firefox lives), install and run (as root) abs.  Then the build stuff for firefox will live at /var/abs/extra/firefox
    ewaller@odin:/var/abs/extra/firefox 1021 %ls
    firefox.desktop firefox.install firefox-install-dir.patch libvpx.patch mozconfig PKGBUILD vendor.js
    Looking at the PKGBUILD, that package does compile from source.  Copy the directory to a user directory, enter that directory, and you can build your own copy with makepkg.  You can then install the package with pacman -U
    If you need to change something, change the files in your local copy.
    This is not that tough, but it is most definitively not a project for a beginner.  The documentation you need is out there, you will need to do your research.

  • Update packages installed from AUR

    Is there some way to automatically check for newer packages that were installed from aur and install them.
    I want achieve behaviour similiar to pacman -Syu.

    karol wrote:http://wiki.archlinux.org/index.php/AUR_Helpers
    Yes, exactly. As well, there are countless threads on the subject. This has been covered to death.

  • I can't execute my forms from another machine

    After a lot tears, blood and sweat, eventually I achieve to install successfully an IAS (server).
    I probe it and realize that I can execute forms in the Navigator wich is in the IAS Server, but I can't execute it from another machine.
    I now that the web server is Ok because I can see the main page of the web server (runform.htm) but since I introduce the name of the forms it can't find the page.
    ?What am I doing wrong?
    Regards

    If the IP address approach is working and the machine name is not, it may be that you need to have your machine added to your DNS server. The DNS server does the linking of your machine name to a IP address known by the server. If it is defined on the server, then make sure the machine you are trying to access the form from has that DNS server defined in its Network set-up.
    Hope this helps.

  • [SOLVED] How to install from AUR?

    Ok, I know I'm posting too many questions too fast but I'm at the last step in configuring my videocard driver to install X and I'm stranded in the middle of nowhere, sorry for too much posting.
    I need to install a package from AUR but even I read the guide (http://wiki.archlinux.org/index.php/AUR_User_Guidelines) I can't make it clear enough on how to do it so please correct me if there's anything wrong.
    a. first of all, I need to download and install wget because I'm at CLI ready to configure X but I need the latest test drivers that fully support my videocard.
    b. mkdir ~/myuser/build && cd ~/myuser/build
    c. I need to download from here (http://aur.archlinux.org/packages.php?ID=34773) the Tarball, PKGBUILD and all the files listed in "Files", right?
    d. Once I have files downloaded all I need to do is follow the instructions in the wiki, 
       1.  Acquire a PKGBUILD  and any other required files (e.g. patches)
       2. Run makepkg in the directory where the files are saved
       3. Install the resulting package with pacman
    Thanks for any advice!
    Last edited by martin77 (2010-03-29 01:38:25)

    guys,
    did you ever saw that Heineken TV Ad where a woman shows her dresser-room to her fellow friends and they start screaming like (women does) crazy, and while they still screaming a lot they start to hear a somewhat identical scream from other part of the house that in fact shows up as the boyfriend/husband of the first lady showing his buddys his special fridge-room filled with green bottles?
    Well, that was my *exact* impression yesterday after having KDE4 up and running with composite turned on faster than any Fluxbox system on a iCore 7, and that's the top part of the iceberg.
    I think the best thing I like about Arch it's it's simplicity - besides it's speed. Okay, it may seem somewhat obscure to profane because editing configuration files is something strange to profanes, but if you have a little knowledge of GNU/Linux like myself once completed the Beginner's Guide, looking at /var/log/pacman.log and start tweaking you found yourself with a very powerfull yet easy to use, easy and fast to learn system. Arch is incredible, that's why it's gaining so much popularity, and it's community is superb.
    I'm doing my first steps around it and find Yaourt a very cool tool, I love all the info it shows about installed and AUR packages and the way it colorize, very pragmatic-oriented (as Arch is).
    On the other hand Packer is a swift tool to replace pacman.
    Thank you guys for your kindness and time spent on this n00b, best!

  • Can I execute a mapping from a database trigger ????

    Can anyone tell me if I can execute a mapping from a database trigger ? How ???
    Thanks in advance.----
    JEMD

    Hello,
    We are using the approach of scheduling predefined job heavily in our projects. It works fine.
    There are several points to mention:
    - scheduling / rescheduling algorithm must not lead to simultaneous session of the mapping run. Depending of content of the mappings/PF this could bring the real pain.
    - If there are several user sessions intensively interacting the table on which the scheduling trigger is created, scheduling / rescheduling algorithm must be written with care – users could lock or wait each other while updating job record.
    - Depending on intensity of such mapping runs additional care must be taken of OWB audit trail which will tend to grow.
    Depending on requirements trigger could call ordinal procedure for scheduling (if mapping run must be performed only if user commit change to the table), or procedure with autonomous_transaction pragma (if any touch of the table should fire the execution – don’t think this is a case)
    Sergey

  • [SOLVED] cannot install from AUR

    as I was updating a kernel from AUR, I lost power during the build and now aurget, packer, and yaourt doesn't seem to work...
    these are the errors with an example of each:
    $ aurget -S calf-git
    searching AUR...
    Targets (1): calf-git-20100827-1
    Proceed with installation? [Y/n]
    :: Retrieving source tarball from AUR...
    --2010-11-22 18:20:36--  http://aur.archlinux.org/packages/calf- … git.tar.gz
    Resolving aur.archlinux.org... failed: Name or service not known.
    wget: unable to resolve host address "aur.archlinux.org"
    error: failed to retrieve aur sources
    packer -S kernel26-lqx
    Aur Targets    (1): kernel26-lqx
    Proceed with installation? [Y/n]
    tar: This does not look like a tar archive
    gzip: stdin: unexpected end of file
    tar: Child returned status 1
    tar: Error is not recoverable: exiting now
    /usr/bin/packer: line 273: cd: kernel26-lqx: No such file or directory
    No PKGBUILD found in directory.
    $ yaourt -S traverso
    curl error: Couldn't resolve host name
    only yaourt gave the curl error... I think that curl was updated around that time... any idea?
    Last edited by funkmuscle (2010-11-25 02:47:06)

    web browsing is fine.. pacman works so don't know what else I can do..
    when I ping AUR, I get:
    ping aur.archlinux.org
    PING aur.archlinux.org (208.92.232.29) 56(84) bytes of data.
    64 bytes from sigurd.archlinux.org (208.92.232.29): icmp_seq=1 ttl=57 time=243 ms
    64 bytes from sigurd.archlinux.org (208.92.232.29): icmp_seq=2 ttl=57 time=33.2 ms
    64 bytes from sigurd.archlinux.org (208.92.232.29): icmp_seq=3 ttl=57 time=32.7 ms
    64 bytes from sigurd.archlinux.org (208.92.232.29): icmp_seq=4 ttl=57 time=47.4 ms
    funny, packer updates the main repos:
    packer -Syyu
    Password:
    :: Synchronizing package databases...
    core                       35.8K  195.1K/s 00:00:00 [###########################] 100%
    extra                     449.0K  438.6K/s 00:00:01 [###########################] 100%
    community                 405.7K  378.7K/s 00:00:01 [###########################] 100%
    multilib                   21.8K  165.3K/s 00:00:00 [###########################] 100%
    :: Synchronizing aur database...
    aur                                        98  98 [#############################] 100%
    :: Starting full aur upgrade...
    it installed one package but not all that was available for update.
    Last edited by funkmuscle (2010-11-24 03:49:20)

  • Can Adobe Reader be installed from file

    Hi,
    Looking to install "Adobe Reader 9 / Windows XP SP2 - SP3"
    Problem - my fixed pc is on a slow connection, my dial-up ISP disconnects after 2 hours, nothing I can do about it. (Unfortunately being distant from the phone exchange broadband is n/a).
    Frustratingly the 33.5MB (excl Google toolbar) download cannot quite complete in 2 hours. Tried a few times, once only needed another 30 seconds!
    Q. Can I install from file. If so I can download and "save to file" to a Vista laptop and copy the setup file to the WinXP pc. Two reasons for suspecting that's not possible are, the advice to "run" and not "save to file", and an active-x "set-up" control that appears to want to install into my IE (blocked by my AV).
    If it is possible, must I allow the set-up control to install into IE on the Vista (I don't want to cause any problems on the Vista, already had other problems with Adobe Reader on that).
    TIA

    Thanks for that Penrath,
    Normally I would have just gone ahead and tried. Your experience of exactly what I needed to do overcame my "once bitten" hesitation.
    And now the feedback - got old of "AdbeRdr90_en_US.exe", ran the exe from file. With a quick look at one or two pdf's all seems fine!
    Thanks again

  • Can we execute sequence not from the 1st frame to end?

    I had a problem that I want to execute sequence not from the 1st frame but from the specific frame that I want to execute to the end. How can I do? Please help me.

    Instead of using a sequence I suggest you use a state machine. By using a state machine you can begin anywhere you like.
    For more information in regards to a state machine, see the following link:
    http://zone.ni.com/devzone/conceptd.nsf/webmain/C74CEC177A289DBD86256C4E00600196?opendocument
    Hope this helps.
    Mike

  • Can we execute DOS Commands from a Java Application

    I just want to know whether we can execute DOS Commands from a Java Application.
    Thanks.

    hi,
    try this:
    Runtime.getRuntime().exec("cmd /c start abc.bat");
    andi

  • [SOLVED]Whenever I try to install from aur, an error occurs

    Whenever I try to install stuff from aur, this error occurs.
    ~/Downloads/fnfx/PKGBUILD: line 16: make: command not found
    A failure occurred in build()
    What is wrong?
    Last edited by bilgee0629 (2011-10-23 16:51:12)

    You need to install base-devel group.
    https://wiki.archlinux.org/index.php/AUR#Prerequisites

Maybe you are looking for

  • Is it possible to burn an audio CD on a MacBook Pro using iTunes?

    I found two sets of instructions for doing this.  One from Apple itself and another from Wikihow.com.  I followed the instruction from each of these with 3 different setups: an older MacMini running OS 10.4.~, a MacBook Pro running OS 10.6.8,  and my

  • Grouping of Simple JButtons

    I have a group of JButtons in a Popup Menu Panel arranged in 1 column. I want to use them as CheckBoxButtons. i.e. when one button is selected, I want all the other buttons to be unselected in that pop up panel. I can't use JCheckBox buttons as my ar

  • Best use of a model in cairngorm

    I am a little confused about the use of a model , ModelLocator, in cairngorm I have it created and it all works fine but whats the best way to access it, Currently i have numerous forms that all do something like     <fx:Script>         <![CDATA[    

  • Image Map in a div tag causing problems in webpage

    I have an image map in a div tag (I'm using Dreamweaver so I've place hot spots on a gif within a div tag). When I preview in a browser the hot spots are creating an empty space between the image and the div tag below it, which there shouldn't be. Pr

  • Show or Hide fields based upon a variable value

    Hi, I am a rookie in the field of Acrobat. And my only question is : How to Circle a Form Field based upon a variable value . For example, If x=1, I want to circle Japan and if x=0, I want to leave it without any change. Please help me out. Thanks fo