apt-get install unable to locate package
linux, python, ubuntu
Solution
Ubuntu 10.10 ceased being supported April 2012. The repositories are likely not hosted by Canonical anymore.
Problem
On a virtual machine (OS is Ubuntu 10.10), I'm trying to create Debian package from a Python package using stdeb: ``` apt-get install python-stdeb ``` But the terminal says: ``` E:Unable to locate package python-stdeb ```