How to delete an URL from Chrome's Omnibox suggestions?

191

Follow the next steps:

  • Clear the omnibar
  • Start writing the address that gives you the unwanted history item
  • As soon as the history item apears below the omnibar use the down arrow to select it
  • Press Shift+Del (or Fn+Shift+Del if on a Mac)
Share:
191

Related videos on Youtube

Naresh
Author by

Naresh

Updated on September 18, 2022

Comments

  • Naresh
    Naresh almost 2 years

    When I try to execute numpy script on AWS EC2, I am getting the following error.

    How can I fix this?

    [ec2-user@ip-XXX-XX-XX-XX ~]$ python samplenumpy.py
    Traceback (most recent call last):
      File "samplenumpy.py", line 2, in <module>
        import numpy as np
    ImportError: No module named numpy
    

    But Numpy is already there on EC2:

    [ec2-user@ip-XXX-XX-XX-XX ~]$ sudo yum install numpy
    Loaded plugins: priorities, update-motd, upgrade-helper
    amzn-main                                                | 2.1 kB     00:00
    amzn-updates                                             | 2.3 kB     00:00
    Package python26-numpy-1.7.2-8.16.amzn1.x86_64 already installed and latest version
    Nothing to do
    
    • sascha
      sascha about 7 years
      Your numpy-install is for python 2.6 (so old). I really hope, you are using python 2.7, which would mean there might be still no numpy available for this version!
    • JenkinsY
      JenkinsY about 7 years
      use pip list to see if numpy is actually install in current version.
    • Naresh
      Naresh about 7 years
      Hi Sascha - [ec2-user@ip-XX-XX-XX-XX ~]$ python --version Python 2.7.12 as we can see python version of my AWS AMI is 2.7.12 however when i execute any python script i am using the following command "PYTHON35 sample.py"
    • Naresh
      Naresh about 7 years
      Hi Jenkins Y .. The following command fixed my probelm ( Installed latest numpy for python 3 ) sudo python3 -m pip install numpy
    • Naresh
      Naresh about 7 years
      I have one question how do i ensure python3 is used by default when i execute a python script ? on aws ec2 ami ? by default its using python 2.7.12 unless otherwise i specify "python35 sample.py" to execute a script
  • fmanco
    fmanco about 12 years
    At the address bar.
  • fmanco
    fmanco about 12 years
    What Chrome version are you using? I rewrite the answer.
  • iglvzx
    iglvzx about 12 years
    @criziot I can confirm this solution. Thank you for clarifying your steps.
  • Dennis
    Dennis about 12 years
    @criziot: I'm not sure if this is what the OP was talking about, but I'm incredibly grateful for this answer.
  • Devin Rhode
    Devin Rhode over 11 years
    Is this still functional? Doesn't seem to work for me on chrome 21.0.1180.89
  • fmanco
    fmanco over 11 years
    @DevinGRhode I don't know about 21.0.1180.89 but I just tried on 22.0.1229.79 and yes, it wors. Sometimes the website still on the list but can be from google search or favorites and not from history.
  • superuser
    superuser over 9 years
    Wrong answer. Not valid. This method is obsolete. I have a PC. No fn button. This answer used to work but Google removed this functionality.
  • fmanco
    fmanco over 9 years
    @techaddict not really, it still works for me (version 40.0.2214.111). In a PC you don't need Fn, that's for Mac.
  • Division by Zero
    Division by Zero over 7 years
    DOES NOT WORK ON MAC EL CAPITAN.
  • José Luis
    José Luis over 7 years
    @LexPodgorny Why are you shouting at us?
  • John Hascall
    John Hascall about 6 years
    Yes, it does work on Mac OS El Capitan (Fn + Shift + Delete)
  • Garconis
    Garconis about 6 years
    No worky on Chrome on my PC for some reason