In order to use my local .deb packages, I have to alter the file "/etc/apt/sources.list" as follows:
deb file:/home/mary mydebs/
The line above means that the repository is my local directory /home/mary/mydebs in which include all my .deb packages.
But I cannot do this operation and execute "apt-get update" command because I cannot get root right. Now I want to create my own sources.list under any suitable directory such as /home/mary/ and make it work like what /etc/apt/source.list does. Is there any method?
Thanks a lot!