Ubuntu get package source from universe repository, but the correct source is in main repository
- by ???
I want to get source of `thinkfinger' package,
sudo apt-get source thinkfinger
But, it reports 403 error, and I found that it get the source from xxxx/pool/universe/t/thinkfinger/, but the correct location is in xxxx/pool/main/t/thinkfinger/.
So, is there any option for apt-get to specify which repository should it use?