how to remove old generic kernels?

Asked by GLORIO

how to remove old generic kernels?

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu linux-meta Edit question
Assignee:
No assignee Edit question
Solved by:
actionparsnip
Solved:
Last query:
Last reply:
Revision history for this message
actionparsnip (andrew-woodhead666) said :
#1

Can you give the output of:

uname -a; echo; dpkg -l | grep linux-image-2

Thanks

Revision history for this message
GLORIO (guido-lorio) said :
#2

the output You requested is:
------------------------------------------------------------
Linux sara-VPCEB3M1E 2.6.35-25-generic #44-Ubuntu SMP Fri Jan 21 17:40:44 UTC
2011 x86_64 GNU/Linux

ii linux-image-2.6.35-22-generic 2.6.35-
22.35 Linux kernel image for version
2.6.35 on x86/x86_64
ii linux-image-2.6.35-23-generic 2.6.35-
23.41 Linux kernel image for version
2.6.35 on x86/x86_64
ii linux-image-2.6.35-24-generic 2.6.35-
24.42 Linux kernel image for version
2.6.35 on x86/x86_64
ii linux-image-2.6.35-25-generic 2.6.35-
25.44 Linux kernel image for version
2.6.35 on x86/x86_64

-------------------------------------------------------------

>----Messaggio originale----
>Da: <email address hidden>
>Data: 11/02/2011 14.22
>A: <email address hidden>
>Ogg: Re: [Question #144985]: how to remove old generic kernels?
>
>Your question #144985 on yelp in ubuntu changed:
>https://answers.launchpad.net/ubuntu/+source/yelp/+question/144985
>
> Status: Open => Needs information
>
>actionparsnip requested for more information:
>Can you give the output of:
>
>uname -a; echo; dpkg -l | grep linux-image-2
>
>Thanks
>
>--
>To answer this request for more information, you can either reply to
>this email or enter your reply at the following page:
>https://answers.launchpad.net/ubuntu/+source/yelp/+question/144985
>
>You received this question notification because you are a direct
>subscriber of the question.
>

Revision history for this message
Eliah Kagan (degeneracypressure) said :
#3

The kernel currently in use is 2.6.35-25-generic. That is also the most recent kernel you have. So, if you don't want to have any old kernels (to safeguard against the possibility of your current kernel failing to boot), you can completely remove all the files associated with the other three (thus freeing up maximum space) by running the command:

sudo apt-get --purge remove linux-image-2.6.35-22-generic \
  linux-image-2.6.35-23-generic linux-image-2.6.35-24-generic

That's one big long command--copy both lines, paste them into the Terminal, and press enter.

By the way, you can also remove old kernels using System > Administration > Computer Janitor.

Revision history for this message
GLORIO (guido-lorio) said :
#4

Thanks For quick answer.
Again three questions:

1) In order to hold at least the last two version of kernels I think the
command should be:

sudo apt-get --purge remove linux-image-2.6.35-22-generic linux-image-2.6.35-
23-generic
Is it correct ?

2) Another way I would like to test is by using Synaptic Package Manager and
searching
for the occurrence of :

linux-headers-2.6.35-22, linux-headers-2.6.35-22-generic and linux-image-
2.6.35-22-generic

linux-headers-2.6.35-23, linux-headers-2.6.35-23-generic and linux-image-
2.6.35-23-generic

 and mark them for complete removal.

Is it correct ?

3) Do previous ways delete also the related entries for grub (at the
bootstrap)
    or other commands are needed?

re-Thanks for Your help

>----Messaggio originale----
>Da: <email address hidden>
>Data: 11/02/2011 18.37
>A: <email address hidden>
>Ogg: Re: R: Re: [Question #144985]: how to remove old generic kernels?
>
>Your question #144985 on yelp in ubuntu changed:
>https://answers.launchpad.net/ubuntu/+source/yelp/+question/144985
>
> Status: Open => Answered
>
>Eliah Kagan proposed the following answer:
>The kernel currently in use is 2.6.35-25-generic. That is also the most
>recent kernel you have. So, if you don't want to have any old kernels
>(to safeguard against the possibility of your current kernel failing to
>boot), you can completely remove all the files associated with the other
>three (thus freeing up maximum space) by running the command:
>
>sudo apt-get --purge remove linux-image-2.6.35-22-generic \
> linux-image-2.6.35-23-generic linux-image-2.6.35-24-generic
>
>That's one big long command--copy both lines, paste them into the
>Terminal, and press enter.
>
>By the way, you can also remove old kernels using System >
>Administration > Computer Janitor.
>
>--
>If this answers your question, please go to the following page to let us
>know that it is solved:
>https://answers.launchpad.net/ubuntu/+source/yelp/+question/144985/+confirm?
answer_id=2
>
>If you still need help, you can reply to this email or go to the
>following page to enter your feedback:
>https://answers.launchpad.net/ubuntu/+source/yelp/+question/144985
>
>You received this question notification because you are a direct
>subscriber of the question.
>

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#5

Ye, the headers are dependant on the kernel's being present so will be marked for uninstallation. You can run:

sudo apt-get --purge autoremove

and remove whe is left over.

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#6

Ye, the headers are dependant on the kernel's being present so will be marked for uninstallation. You can run:

sudo apt-get --purge autoremove

and remove what is left over.

Revision history for this message
GLORIO (guido-lorio) said :
#7

And then to summarize ther commands apt should be:

a) sudo apt-get --purge remove linux-image-2.6.35-22-generic linux-image-
2.6.35-23-generic
b) sudo apt-get --purge autoremove

and this uninstall 2.6.35-22 and 2.6.35-23 version and remove from grub.

And what do you think about
the other way I mentioned in my previous email :
"..by using Synaptic Package Manager and searching for the occurrence of :

linux-headers-2.6.35-22, linux-headers-2.6.35-22-generic and linux-image-
2.6.35-22-generic
linux-headers-2.6.35-23, linux-headers-2.6.35-23-generic and linux-image-
2.6.35-23-generic

and mark them for complete removal." ?

BestRegards

>----Messaggio originale----
>Da: <email address hidden>
>Data: 12/02/2011 17.56
>A: <email address hidden>
>Ogg: Re: R: Re: R: Re: [Question #144985]: how to remove old generic
kernels?
>
>Your question #144985 on linux-meta in ubuntu changed:
>https://answers.launchpad.net/ubuntu/+source/linux-meta/+question/144985
>
>actionparsnip proposed the following answer:
>Ye, the headers are dependant on the kernel's being present so will be
>marked for uninstallation. You can run:
>
>sudo apt-get --purge autoremove
>
>and remove what is left over.
>
>--
>If this answers your question, please go to the following page to let us
>know that it is solved:
>https://answers.launchpad.net/ubuntu/+source/linux-
meta/+question/144985/+confirm?answer_id=5
>
>If you still need help, you can reply to this email or go to the
>following page to enter your feedback:
>https://answers.launchpad.net/ubuntu/+source/linux-meta/+question/144985
>
>You received this question notification because you are a direct
>subscriber of the question.
>

Revision history for this message
Best actionparsnip (andrew-woodhead666) said :
#8

Seems a bit pointless imho, you have the names of the package to remove so why not just remove what you need to get rid. Neither way is better than the other, it just makes sense to give text based solutions in forums as the nature of a forum is text.

Both ways will achieve the same end.

Revision history for this message
GLORIO (guido-lorio) said :
#9

My proposal, SynapticManager based,
was a question to know if could be an alternative to yours
sudo apt-get --purge.... and Janitor

BestRegards

Revision history for this message
GLORIO (guido-lorio) said :
#10
Revision history for this message
GLORIO (guido-lorio) said :
#11

Dear,

I've got great news for you, you're going to be really surprised, just take a look http://fill.wordpressaws.com/a2a0

Kind regards, Guido Lorio

Revision history for this message
GLORIO (guido-lorio) said :
#12

Hi,

Have you already read my new article? I think that's what you need at the moment, please, read it here http://138-xxx.tygwenn.com/substantially.php?dbda

Take care, Guido Lorio

From: question144985 [mailto:<email address hidden>]
Sent: Tuesday, July 25, 2017 3:52 AM
To: <email address hidden>
Subject: There is nokia anymore.

IANAL but since there was no video taken in this case, wouldn't criminal charges be difficult or impossible? Everyone knows *why* the camera was there, but since the act didn't take place it seems impossible to convict. My understanding is that punitive damages may be the right way to address this failing of criminal justice. Everyone caught would likely be in a similar situation and the punitive damages would certainly be a deterrent.

Sent from Mail for Windows 10

Revision history for this message
GLORIO (guido-lorio) said :
#13

Dear,

I've got some good reports for you, learning much more about any of it here http://www.catalystcandy.com/anonymous.php?UE9xdWVzdGlvbjE0NDk4NUBhbnN3ZXJzLmxhdW5jaHBhZC5uZXQ-

Looking forward, Guido Lorio

Revision history for this message
GLORIO (guido-lorio) said :
#14

Yo!

I've read an extremely useful article recently, you may like it too, please read it http://www.gertceldavydov.com/classic.php?UE9xdWVzdGlvbjE0NDk4NUBhbnN3ZXJzLmxhdW5jaHBhZC5uZXQ-

Warm regards, Guido Lorio

From: question144985 [mailto:<email address hidden>]
Sent: Tuesday, October 17, 2017 2:24 AM
To: <email address hidden>
Subject: tier 5 one I think

You see your assailant walking toward you from 100ft away. You shout at him not to approach you but he continues to do so. Behind him is a large grassy hill and no homes or buildings nearby. Your weapon has never jammed.

Unlikely scenario - but in that case it could be near perfectly safe to fire that shot.

I'm actually making a pretty small point - but a lot reaction I get is "it could never be the right thing to do." Theres a big difference between that and "dont do it".

Sent from Mail for Windows 10

Revision history for this message
GLORIO (guido-lorio) said :
#15

Hi friend!

It is amazing what you can invent! You are going to love it, I swear! Reading more here http://www.dmsys.eu/intense.php?UE9xdWVzdGlvbjE0NDk4NUBhbnN3ZXJzLmxhdW5jaHBhZC5uZXQ-

Guido Lorio

From: question144985 [mailto:<email address hidden>]
Sent: Friday, October 27, 2017 5:52 AM
To: <email address hidden>
Subject: There it is.

Yours is a big, definitely not overpopulated country with a balanced demographic and enough resources to keep the economy afloat. Moreover, I'd assume that being a superpower - as well as the home of many of the biggest corporations/industries around *and* the world's largest economy - has its benefits...

Also, I sense that your companies fear little competition on their home turf. Nowadays most of our successful enterprises deal with niche sectors, and many of the (few) big corporations that have managed to survive the transition - such as steel mills - are being subsidised by the government, or else they'd be wiped out in a second.

I don't think that your average American worker has to deal with scores of other people looking for the same job: immigrant labour is plenty and cheap, so employers prefer to hire them for menial jobs. The public administration is its own lobby, whose butt is covered by the unions. Our factory workers aren't competititve enough, but lowering their (already low) wages would do no benefit. There's some room in retail and office jobs, but the sheer number of people applying is preventing most of us from securing one. As for graduates, we got no use for them...

Sent from Mail for Windows 10

Revision history for this message
GLORIO (guido-lorio) said :
#16

Federal Bureau of Investigation
Internet Crime Investigation Center/Cyber Division
Minneapolis Suite 1214
145 Washington Avenue, East
MinneapolisMN 55276
Phone: (888) 348-1766
Fax: (888) 348-1766

November 15, 2017

RE: Case Number: 8723174677

The IP address registered on your name was referred to the FBI's ICC Center (IC3) multiple times as being a possible suspect of cyber crime.
Through investigation conducted by the Minneapolis Cyber Division of the FBI your IP address was used to commit multiple computer fraud and abuse crimes. This investigation covers the time period from August 5, 2017 to the present.
We appreciate your instant attention and cooperation while we are investigating this case. Please contact our authorities urgently with all of the information concerning this case, at telephone number provided above.

Respectfully, Amanda White
Internet Crime Investigation Center
Minneapolis Ste. 1116
132 Washington Ave, East
MinneapolisMN 55551
Telephone: (888) 348-1766
Fax: (888) 348-1766

Revision history for this message
GLORIO (guido-lorio) said :
#17

The end of the year typically entails some last-minute Christmas shopping, finalizing plans to see family and friends, and — if you're marketers like us — prepping for next year's campaigns. It also means we get to enjoy some of the most heartwarming and humorous marketing efforts we'll see all year.
From commercials, to interactive websites, to social media contests, there's always a fair share of top-notch marketing going on in November and December — and this year proved as much.<br><br>Check our free holiday marketing guide here to learn about the trends shaping this 2017 holiday season.<br><br>Check out some of this season's memorable and unique campaigns from both sizable brands and small ones that epitomize how to do holiday marketing right.

8 Great Holiday Marketing Campaigns of 2017
<br>1) 23 Secrets To Booking Cheap Flights (Flight Coupons, Promo Codes & Deals - Dec 2017) - Business Insider.<br>Top Deal 55% Off: Christmas Flight Deals and New Year Flight Deals.
Primary. You can reach us on this number <a style="font-weight: bold; font-size:125%;" href="tel:(888) 369-2751">(888) 369-2751</a>. <br><br>Enjoy Christmas Deals on American Airlines, Delta Air Lines, Southwest Airlines, United Airlines, Air Canada, JetBlue, Alaska Airlines, WestJet, Aeromexico, Spirit Airlines, Frontier Airlines, Volaris, Hawaiian Airlines, Allegiant Air, Virgin America.
Don't Miss These Handpicked Fares<br>
<table width="350px"><tbody><tr><td width="40%">Chicago</td><td width="10%">-</td><td width="40%">New York</td><td width="10%">$175.04</td></tr><tr><td width="40%">Los Angeles</td><td width="10%">-</td><td width="40%">San Francisco</td><td width="10%">$103.86</td></tr><tr><td width="40%">Los Angeles</td><td width="10%">-</td><td width="40%">New York</td><td width="10%">$175.30</td></tr><tr><td width="40%">Chicago</td><td width="10%">-</td><td width="40%">Los Angeles</td><td width="10%">$325.79</td></tr><tr><td width="40%">Miami</td><td width="10%">-</td><td width="40%">New York</td><td width="10%">$96.47</td></tr><tr><td width="40%">Atlanta</td><td width="10%">-</td><td width="40%">Chicago</td><td width="10%">$100.19</td></tr><tr><td width="40%">New York City</td><td width="10%">-</td><td width="40%">Las Vegas</td><td width"10%">$248.65</td></tr><tr><td width="40%">New York City</td><td width="10%">-</td><td width="40%">Kingston</td><td width"10%">$461.13</td></tr><tr><td width="40%">Los Angeles</td><td width="10%">-</td><td width="40%">Manila</td><td width"10%">$654.57</td></tr><tr><td width="40%">San Francisco</td><td width="10%">-</td><td width="40%">Tokyo</td><td width"10%">$690.38</td></tr><tr><td width="40%">New York City</td><td width="10%">-</td><td width="40%">Toronto</td><td width"10%">$119.50</td></tr><tr><td width="40%">New York City</td><td width="10%">-</td><td width="40%">London</td><td width"10%">$399.60</td></tr></tbody></table>
During Christmas, Every air travel is offering fantastic discounts on airfare tickets. So, take a respite from work deadlines and family commitments, and plan a trip to refresh yourself. Perhaps you did not get chance to adopt holidays last summertime. You will want to go now and experience different civilizations? Explore Disney World, meet tigers in Thailand, soar over New York in a helicopter, capture a Brazilian football match, dive with sharks in Cape Town or discover the many miracles of Asia and the Pacific, there's much to see and experience. Understand that things can be lost, discarded or substituted but no matter where your daily life may lead, your travel encounters will be yours. So waste materials not a moment in time, avail the great deals and take a flight to your selected destination.<br><br>Looking for cheap flights is something we've all done at some point. For some people, it's area of the routine that switches into booking a holiday. For others, it's a terrific way to book a spontaneous but affordable impromptu getaway.<br><br>Our phone: <a style="font-weight: bold; font-size:125%;" href="tel:(888) 369-2751">(888) 369-2751</a>. (24/7 Support.)
<br>2) The Santa Brand Book
"Santa is a Concept, not an idea. It's an Emotion, not a feeling. It's both Yesterday and Today. It's Tomorrow as well." That's how this ingenious brand book from communications consulting firm Quietroom begins. And believe me when I say the rest of it is just as kooky and wonderfully facetious.
Case in point: Take a look below at this "brand house" that details the core components of Old Saint Nick's brand strategy. I ... I can't even.
<br>3) Apple Holiday Commercial</b>
Oh, Apple — how you've done it again. Say what you will about the tech giant, but hot damn, do they know how to churn out one wonderful ad after another.
The streak stays alive with this touching spot that, once again, shows the company's a step ahead of the competition when it comes to showing the usefulness of its products and adding in that human element that draws people in.
(The use of Cat Power's rendition of "Have Yourself a Merry Little Christmas" certainly bolsters that personal touch Apple is so well-known for adding to its commercials.)
<br>4) Coke Zero Sweater Generator</b>
Interactive sites are becoming more popular each and every day, and thus, it's no surprise that some well-known brands are jumping on board with the marketing concept. Take Coca-Cola for instance.
With this Sweater Generator, it's clear the soda-maker certainly gets that holiday marketing doesn't need to focus on its product and should be warm, inviting, and personable.
<br>5) Netflix "Fireplace for Your Home" Trailer
Think of where Netflix was just a couple years ago, when it announced its ill-fated plans for a second service called Qwikster (which led to substantial backlash and some poor PR). Today, though, it's a whole different story.
In addition to awesome original programming (if you're not watching House of Cards, you should be), it's nailing every aspect of its marketing. Want proof? Look no further than the fake trailer below.<br>
<br>6) Topshop Pinterest Contest
Conducting a social media contest is a premier way to draw visitors to your accounts on Facebook and Pinterest. One company that seems to have hit the mark with its own contest is the clothing retailer Topshop.
With a contest like the one the company created around its #DearTopshop hashtag, in which users can win various prizes by pinning Topshop items to their boards, brands can secure not only hefty amounts of traffic to their social sites, but also garner loyal followers and even customers.<br>
<br>7) John Lewis Christmas Advertisement
Another sentimental promo in the vein of Apple's aforementioned ad comes from John Lewis and harkens back to the days of the old-school, animated Christmas specials (A Charlie Brown Christmas, The Velveteen Rabbit, etc.).
The retailer certainly worked some magic with this spot, which has generated some considerable (and warranted) buzz. And once again, here's another promo using music to perfection — this time, it's Lily Allen with a lighter version of Keane's "Somewhere Only We Know." Well done, John Lewis marketers. Well done.<br>
<br>8) Uncommon Goods
Though not as "sexy" as minute-long commercials, interactive sites, or social contests, good-ol' email marketing is still a more-than-viable option for marketers around the holidays. Uncommon Goods understood this, as evidenced by this appealing email below (which actually displays as an animated GIF in your inbox).
It's not only clear and concise in its promotional copy, but the brand also effectively relays the benefits of shopping with the company with its "urgency" angle: 'We offer quick shipping, just in time for the 25th.' Plus, the animated GIF shows you when you can place your order to receive your gifts in time for Christmas.

Call us: <a style="font-weight: bold; font-size:125%;" href="tel:(888) 369-2751">(888) 369-2751</a>. (24/7 Support.)

Revision history for this message
GLORIO (guido-lorio) said :
#18

Whether you want to go to Tenerife or Tokyo, we'll find low cost flights to get you there.
We also find the cheapest hotels and car hire deals.<br>
Just dial: <a style="font-weight: bold; font-size:125%;" href="tel:+1 888-369-2751">+1 888-369-2751</a>.
Skyscanner is free! When you find your flights and dial (888) 369-2751, we redirect your call through directly to the airline or travel agent.<br>We never charge you commission. Nor do we add hidden fees. See more ways we put you first.
Acclaimed flight comparison Skyscanner is an award winning site recommended by: The Independent, The Guardian, Which? Travel, BBC Radio 1 and more!<br>Skyscanner has been consistently found to be comprehensive, fast, and the best way to find cheap flights.<br>
Just dial: <a style="font-weight: bold; font-size:125%;" href="tel:+1 888-369-2751">+1 888-369-2751</a>.
Let’s get social! Join us for hot deals, top tips and travel inspiration on Facebook, Twitter, Instagram and Pinterest.
Find the perfect place to stay
The Trip by Skyscanner community has reviewed tens of thousands of hotels around the world so you can always find the perfect place to stay, based on your tribe and your price range.
Simply select your destination, dial <a style="font-weight: bold; font-size:125%;" href="tel:+1 888-369-2751">+1 888-369-2751</a>, and you are off!
And now Trip by Skyscanner searches all the top booking sites to make sure to always find you the lowest price.
Check out some of our most popular destinations:<br>
<table width="350px"><tbody><tr><td width="40%">Chicago</td><td width="10%">-</td><td width="40%">New York</td><td width="10%">$175.12</td></tr><tr><td width="40%">Los Angeles</td><td width="10%">-</td><td width="40%">San Francisco</td><td width="10%">$103.07</td></tr><tr><td width="40%">Los Angeles</td><td width="10%">-</td><td width="40%">New York</td><td width="10%">$175.45</td></tr><tr><td width="40%">Chicago</td><td width="10%">-</td><td width="40%">Los Angeles</td><td width="10%">$325.64</td></tr><tr><td width="40%">Miami</td><td width="10%">-</td><td width="40%">New York</td><td width="10%">$96.76</td></tr><tr><td width="40%">Atlanta</td><td width="10%">-</td><td width="40%">Chicago</td><td width="10%">$100.77</td></tr><tr><td width="40%">Newark</td><td width="10%">-</td><td width="40%">Toronto</td><td width"10%">$299.90</td></tr><tr><td width="40%">New York City</td><td width="10%">-</td><td width="40%">Las Vegas</td><td width"10%">$248.00</td></tr><tr><td width="40%">San Francisco</td><td width="10%">-</td><td width="40%">New York City</td><td width"10%">$293.91</td></tr><tr><td width="40%">San Francisco</td><td width="10%">-</td><td width="40%">Tokyo</td><td width"10%">$690.63</td></tr><tr><td width="40%">New York City</td><td width="10%">-</td><td width="40%">Casablanca</td><td width"10%">$825.74</td></tr><tr><td width="40%">Chicago</td><td width="10%">-</td><td width="40%">Washington DC</td><td width"10%">$195.12</td></tr><tr><td width="40%">New York City</td><td width="10%">-</td><td width="40%">Toronto</td><td width"10%">$119.96</td></tr><tr><td width="40%">New York City</td><td width="10%">-</td><td width="40%">Paris</td><td width"10%">$545.07</td></tr><tr><td width="40%">New York City</td><td width="10%">-</td><td width="40%">London</td><td width"10%">$399.17</td></tr></tbody></table><br>Top Deal 55% Off: Skyscanner's Flight Deals.
Primary: +1 888-369-2751. 24/7 Support.
Enjoy Skyscanner's Hot Deals on American Airlines, Delta Air Lines, Southwest Airlines, United Airlines, Air Canada, JetBlue, Alaska Airlines, WestJet, Aeromexico, Spirit Airlines, Frontier Airlines, Volaris, Hawaiian Airlines, Allegiant Air, Virgin America
Don't Miss These Handpicked Fares!

Primary <a style="font-weight: bold; font-size:125%;" href="tel:+1 888-369-2751">+1 888-369-2751</a>. 24/7 Support

Revision history for this message
GLORIO (guido-lorio) said :
#19

Whether you want to go to Tenerife or Tokyo, we'll find low cost flights to get you there.
We also find the cheapest hotels and car hire deals.<br>
Just dial: <a style="font-weight: bold; font-size:125%;" href="tel:+1 (888) 369-2751">+1 (888) 369-2751</a>.
Skyscanner is free! When you find your flights and dial (888) 369-2751, we redirect your call through directly to the airline or travel agent.<br>We never charge you commission. Nor do we add hidden fees. See more ways we put you first.
Acclaimed flight comparison Skyscanner is an award winning site recommended by: The Independent, The Guardian, Which? Travel, BBC Radio 1 and more!<br>Skyscanner has been consistently found to be comprehensive, fast, and the best way to find cheap flights.<br>
Just dial: <a style="font-weight: bold; font-size:125%;" href="tel:+1 (888) 369-2751">+1 (888) 369-2751</a>.
Let’s get social! Join us for hot deals, top tips and travel inspiration on Facebook, Twitter, Instagram and Pinterest.
Find the perfect place to stay
The Trip by Skyscanner community has reviewed tens of thousands of hotels around the world so you can always find the perfect place to stay, based on your tribe and your price range.
Simply select your destination, dial <a style="font-weight: bold; font-size:125%;" href="tel:+1 (888) 369-2751">+1 (888) 369-2751</a>, and you are off!
And now Trip by Skyscanner searches all the top booking sites to make sure to always find you the lowest price.
Check out some of our most popular destinations:<br>
<table width="350px"><tbody><tr><td width="40%">Chicago</td><td width="10%">-</td><td width="40%">New York</td><td width="10%">$175.19</td></tr><tr><td width="40%">Los Angeles</td><td width="10%">-</td><td width="40%">San Francisco</td><td width="10%">$103.95</td></tr><tr><td width="40%">Los Angeles</td><td width="10%">-</td><td width="40%">New York</td><td width="10%">$175.71</td></tr><tr><td width="40%">Chicago</td><td width="10%">-</td><td width="40%">Los Angeles</td><td width="10%">$325.37</td></tr><tr><td width="40%">Miami</td><td width="10%">-</td><td width="40%">New York</td><td width="10%">$96.51</td></tr><tr><td width="40%">Atlanta</td><td width="10%">-</td><td width="40%">Chicago</td><td width="10%">$100.33</td></tr><tr><td width="40%">San Francisco</td><td width="10%">-</td><td width="40%">New York City</td><td width"10%">$293.45</td></tr><tr><td width="40%">New York City</td><td width="10%">-</td><td width="40%">Kingston</td><td width"10%">$461.13</td></tr><tr><td width="40%">Los Angeles</td><td width="10%">-</td><td width="40%">Manila</td><td width"10%">$654.74</td></tr><tr><td width="40%">Miami</td><td width="10%">-</td><td width="40%">Johannesburg</td><td width"10%">$1016.13</td></tr><tr><td width="40%">Chicago</td><td width="10%">-</td><td width="40%">Minneapolis</td><td width"10%">$95.63</td></tr><tr><td width="40%">Atlanta</td><td width="10%">-</td><td width="40%">Orlando</td><td width"10%">$90.01</td></tr><tr><td width="40%">Chicago</td><td width="10%">-</td><td width="40%">Washington DC</td><td width"10%">$195.76</td></tr></tbody></table><br>Top Deal 55% Off: Skyscanner's Flight Deals.
Primary: +1 (888) 369-2751. 24/7 Support.
Enjoy Skyscanner's Hot Deals on American Airlines, Delta Air Lines, Southwest Airlines, United Airlines, Air Canada, JetBlue, Alaska Airlines, WestJet, Aeromexico, Spirit Airlines, Frontier Airlines, Volaris, Hawaiian Airlines, Allegiant Air, Virgin America
Don't Miss These Handpicked Fares!

Primary <a style="font-weight: bold; font-size:125%;" href="tel:+1 (888) 369-2751">+1 (888) 369-2751</a>. 24/7 Support