I have seen many softwares such as Update Manager and Synaptic Package Manager, they wait if some other program is using the apt-get and is locked. How can we do this through the Terminal? I saw apt-get's manual but didn't find anything useful.
|
|
||||
|
|
|
You can use the So basically you can just do This is especially useful if you're doing a long upgrade or something and want to keep installing packages or if you're scripting something together and want to make sure installing things will be more reliable. |
|||
|
|
|
Only one package manager can access the package directory while using apt-get. Either you have to quit an existing one to start a new one or you have to wait for one to finish to start a new one. The commands corresponding to synaptic search and install are respectively "apt-cache search package" and "sudo apt-get install package". |
|||||||
|
|
As far as I know, you can select multiple packages from |
|||
|
|
