I know already that \usepackage{url} and then using the \url{} command will allow me to insert URLs without the hyperlink, but, I do not even use this package and used the \url{} command and it gives the URLs hyperlinks and if I add \usepackage{url}, it still adds the hyperlinks. Here are the list of packages that I am already using with my document:
\usepackage[T1]{fontenc}
\usepackage{textcomp}
\usepackage[scaled=.92]{helvet}
\usepackage{graphicx}
\usepackage{balance}
\usepackage{booktabs}
\usepackage{ccicons}
\usepackage{ragged2e}
\usepackage[flushleft]{threeparttable}
\usepackage{booktabs}
\usepackage{rotating}
\usepackage{listings}
\makeatletter
\makeatother
\usepackage{lmodern}

urlis intended to make hyperlinks to some web sites. If you don't like to have hyperlinks, than just write web addresses as ordinary text. – Zarko Jan 04 '16 at 04:55\documentclassyou're loading... – Werner Jan 04 '16 at 04:55url? – lonesome Jan 04 '16 at 04:58