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;









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.
enter image description here










share|improve this question

























  • Have you tried installing it directly from the Ubuntu Software Center?

    – Graham
    Sep 29 at 15:16

















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.
enter image description here










share|improve this question

























  • Have you tried installing it directly from the Ubuntu Software Center?

    – Graham
    Sep 29 at 15:16













0













0









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.
enter image description here










share|improve this question














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.
enter image description 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)


Closed last month.






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)



Closed last month.





drivers scanner xsane






share|improve this question













share|improve this question











share|improve this question




share|improve this question










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

















  • 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










1 Answer
1






active

oldest

votes


















1



















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.






share|improve this answer



























  • 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



















1 Answer
1






active

oldest

votes








1 Answer
1






active

oldest

votes









active

oldest

votes






active

oldest

votes









1



















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.






share|improve this answer



























  • 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
















1



















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.






share|improve this answer



























  • 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














1















1











1









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.






share|improve this answer
















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.







share|improve this answer















share|improve this answer




share|improve this answer








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


















  • 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




Popular posts from this blog

Tamil (spriik) Luke uk diar | Nawigatjuun

Align equal signs while including text over equalitiesAMS align: left aligned text/math plus multicolumn alignmentMultiple alignmentsAligning equations in multiple placesNumbering and aligning an equation with multiple columnsHow to align one equation with another multline equationUsing \ in environments inside the begintabularxNumber equations and preserving alignment of equal signsHow can I align equations to the left and to the right?Double equation alignment problem within align enviromentAligned within align: Why are they right-aligned?

Where does the image of a data connector as a sharp metal spike originate from?Where does the concept of infected people turning into zombies only after death originate from?Where does the motif of a reanimated human head originate?Where did the notion that Dragons could speak originate?Where does the archetypal image of the 'Grey' alien come from?Where did the suffix '-Man' originate?Where does the notion of being injured or killed by an illusion originate?Where did the term “sophont” originate?Where does the trope of magic spells being driven by advanced technology originate from?Where did the term “the living impaired” originate?