I am having an issue with one package not installing
sudo apt-get update
# Packages required for google AOSP
sudo apt-get install git gnupg flex bison gperf build-essential \
zip curl libc6-dev libncurses5-dev:i386 x11proto-core-dev \
libx11-dev:i386 libreadline6-dev:i386 libgl1-mesa-glx-lts-raring:i386 \
libgl1-mesa-dev g++-multilib mingw32 tofrodos \
python-markdown libxml2-utils xsltproc zlib1g-dev:i386
Out of everything above I get an error when running the sudo apt-get install libgl1-mesa-glx-lts-raring:i386
It returns an error that it is unable to locate package libgl1-mesa-glx-lts-raring:
All of the other packages are found and install without issue.
Thanks,
-Tim