How to install xsane on ubuntu 18.04 LTS? [duplicate]Unable to lock the administration directory (/var/lib/dpkg/) is another process using it?What process created the /var/lib/dpkg/lock-frontend file in Ubuntu?How to install the scanner of Canon MF4750 multi-device?Scanimage works, but Xsane or any other UI does notXubuntu 14.04 (and Mint 17.1) will not detect Canon scanner MP237 (MP230 series)How to use Samsung SCX 3201 with XSane Image ScannerScanner Not detected by Simple Scan
Can I use Moonlace to allow a Lightning Bolt to target a creature with protection from red?
Functions that simply call another function, bad design choice?
Can I be fired the same day that I hand in my notice?
What spells could cure a stroke?
Why do we use cross products in physics?
How am I ever going to be able to "vet" 120,000+ lines of Composer PHP code not written by me?
Is there a plugin to preview the line where the corresponding open bracket is for a close bracket?
Merging 4 matrices to one matrix
Rock, Paper, Scissors in C++
Roll for Initiative!
Is there any way to write words the same as TeX/LaTeX logo typography?
How to teach children Santa is not real, while respecting other kids beliefs?
How long should a hash be to be absolutely secure?
Why is "runway behind you" useless?
Manipulating list values in python
How can I unscrew the faucet nuts in the tight space behind my sink basin?
Why did George Lucas set Star Wars in the past instead of the future?
Largest smallest gap
is there a way to check a debug statement belongs to which class
Infant Mortality: Aluminum Electrolytic Capacitor short circuit failure
Expectation of 500 coin flips after 500 realizations
New manager unapproved PTO my old manager approved, because of a conference at the same time that's now a "condition of my employment here"
Build a new flat list from a mix of part items and part spans
Mincha torah reading before a chag
How to install xsane on ubuntu 18.04 LTS? [duplicate]
Unable to lock the administration directory (/var/lib/dpkg/) is another process using it?What process created the /var/lib/dpkg/lock-frontend file in Ubuntu?How to install the scanner of Canon MF4750 multi-device?Scanimage works, but Xsane or any other UI does notXubuntu 14.04 (and Mint 17.1) will not detect Canon scanner MP237 (MP230 series)How to use Samsung SCX 3201 with XSane Image ScannerScanner Not detected by Simple Scan
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty
margin-bottom:0;
I recently know that there is software viz. SANE [Scanner Access Now Easy] which can automatically detect printer (almost all the printer) and one can easily scan via this software. So I search for that and find a page sane community and from this page, I get a command to install SANE. The command is
sudo apt-get install sane sane-utils libsane-extras xsane
But while running this command in the terminal, it gives some errors and installation is not done.
The error message is shown in the picture.
Can anyone tell me how to solve it.
drivers scanner xsane
add a comment
|
I recently know that there is software viz. SANE [Scanner Access Now Easy] which can automatically detect printer (almost all the printer) and one can easily scan via this software. So I search for that and find a page sane community and from this page, I get a command to install SANE. The command is
sudo apt-get install sane sane-utils libsane-extras xsane
But while running this command in the terminal, it gives some errors and installation is not done.
The error message is shown in the picture.
Can anyone tell me how to solve it.
drivers scanner xsane
Have you tried installing it directly from the Ubuntu Software Center?
– Graham
Sep 29 at 15:16
add a comment
|
I recently know that there is software viz. SANE [Scanner Access Now Easy] which can automatically detect printer (almost all the printer) and one can easily scan via this software. So I search for that and find a page sane community and from this page, I get a command to install SANE. The command is
sudo apt-get install sane sane-utils libsane-extras xsane
But while running this command in the terminal, it gives some errors and installation is not done.
The error message is shown in the picture.
Can anyone tell me how to solve it.
drivers scanner xsane
I recently know that there is software viz. SANE [Scanner Access Now Easy] which can automatically detect printer (almost all the printer) and one can easily scan via this software. So I search for that and find a page sane community and from this page, I get a command to install SANE. The command is
sudo apt-get install sane sane-utils libsane-extras xsane
But while running this command in the terminal, it gives some errors and installation is not done.
The error message is shown in the picture.
Can anyone tell me how to solve it.
This question already has answers here:
Unable to lock the administration directory (/var/lib/dpkg/) is another process using it?
(24 answers)
What process created the /var/lib/dpkg/lock-frontend file in Ubuntu? [duplicate]
(1 answer)
This question already has answers here:
This question already has answers here:
This question already has answers here:
Unable to lock the administration directory (/var/lib/dpkg/) is another process using it?
(24 answers)
What process created the /var/lib/dpkg/lock-frontend file in Ubuntu? [duplicate]
(1 answer)
drivers scanner xsane
drivers scanner xsane
asked Sep 29 at 13:15
Bapi SahaBapi Saha
2191 gold badge6 silver badges17 bronze badges
2191 gold badge6 silver badges17 bronze badges
Have you tried installing it directly from the Ubuntu Software Center?
– Graham
Sep 29 at 15:16
add a comment
|
Have you tried installing it directly from the Ubuntu Software Center?
– Graham
Sep 29 at 15:16
Have you tried installing it directly from the Ubuntu Software Center?
– Graham
Sep 29 at 15:16
Have you tried installing it directly from the Ubuntu Software Center?
– Graham
Sep 29 at 15:16
add a comment
|
1 Answer
1
active
oldest
votes
Try restarting your PC.
If the error persists then execute the command
sudo rm /var/lib/dpkg/lock*
Then try again.
What happens is that when ypu try installing a package/packages the package manager acquires the a lock on the database so that another instance of the package manager does not simultaneously perform operations.
Sometimes this process gets interrupted and the lock does not get released so you have to do it manually.
If you restart your pc all processes are bound to terminate. But if you are concerned try checking by using 'ps aux | grep apt'. If you find such a processes first kill it.
– Taher Kathanawala
Sep 29 at 18:29
add a comment
|
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Try restarting your PC.
If the error persists then execute the command
sudo rm /var/lib/dpkg/lock*
Then try again.
What happens is that when ypu try installing a package/packages the package manager acquires the a lock on the database so that another instance of the package manager does not simultaneously perform operations.
Sometimes this process gets interrupted and the lock does not get released so you have to do it manually.
If you restart your pc all processes are bound to terminate. But if you are concerned try checking by using 'ps aux | grep apt'. If you find such a processes first kill it.
– Taher Kathanawala
Sep 29 at 18:29
add a comment
|
Try restarting your PC.
If the error persists then execute the command
sudo rm /var/lib/dpkg/lock*
Then try again.
What happens is that when ypu try installing a package/packages the package manager acquires the a lock on the database so that another instance of the package manager does not simultaneously perform operations.
Sometimes this process gets interrupted and the lock does not get released so you have to do it manually.
If you restart your pc all processes are bound to terminate. But if you are concerned try checking by using 'ps aux | grep apt'. If you find such a processes first kill it.
– Taher Kathanawala
Sep 29 at 18:29
add a comment
|
Try restarting your PC.
If the error persists then execute the command
sudo rm /var/lib/dpkg/lock*
Then try again.
What happens is that when ypu try installing a package/packages the package manager acquires the a lock on the database so that another instance of the package manager does not simultaneously perform operations.
Sometimes this process gets interrupted and the lock does not get released so you have to do it manually.
Try restarting your PC.
If the error persists then execute the command
sudo rm /var/lib/dpkg/lock*
Then try again.
What happens is that when ypu try installing a package/packages the package manager acquires the a lock on the database so that another instance of the package manager does not simultaneously perform operations.
Sometimes this process gets interrupted and the lock does not get released so you have to do it manually.
edited Sep 30 at 13:52
Eliah Kagan
96.8k25 gold badges260 silver badges417 bronze badges
96.8k25 gold badges260 silver badges417 bronze badges
answered Sep 29 at 17:58
Taher KathanawalaTaher Kathanawala
111 bronze badge
111 bronze badge
If you restart your pc all processes are bound to terminate. But if you are concerned try checking by using 'ps aux | grep apt'. If you find such a processes first kill it.
– Taher Kathanawala
Sep 29 at 18:29
add a comment
|
If you restart your pc all processes are bound to terminate. But if you are concerned try checking by using 'ps aux | grep apt'. If you find such a processes first kill it.
– Taher Kathanawala
Sep 29 at 18:29
If you restart your pc all processes are bound to terminate. But if you are concerned try checking by using 'ps aux | grep apt'. If you find such a processes first kill it.
– Taher Kathanawala
Sep 29 at 18:29
If you restart your pc all processes are bound to terminate. But if you are concerned try checking by using 'ps aux | grep apt'. If you find such a processes first kill it.
– Taher Kathanawala
Sep 29 at 18:29
add a comment
|
Have you tried installing it directly from the Ubuntu Software Center?
– Graham
Sep 29 at 15:16