![]() |
2010-03-26
, 09:55
|
|
Posts: 4,274 |
Thanked: 5,358 times |
Joined on Sep 2007
@ Looking at y'all and sighing
|
#2
|
The Following User Says Thank You to qwerty12 For This Useful Post: | ||
![]() |
2010-03-26
, 10:12
|
Posts: 54 |
Thanked: 53 times |
Joined on Feb 2010
@ Sweden
|
#3
|
mkdir -p /var/lib/apt/lists/partial
chmod 755 /var/lib/apt/lists && chmod 755 /var/lib/apt/lists/partial
The Following 3 Users Say Thank You to danielpublic For This Useful Post: | ||
![]() |
2010-03-26
, 11:51
|
Posts: 25 |
Thanked: 6 times |
Joined on Jan 2010
@ Lagos, Nigeria
|
#4
|
The Following User Says Thank You to Niggydip For This Useful Post: | ||
![]() |
2010-03-26
, 13:31
|
Posts: 3,617 |
Thanked: 2,412 times |
Joined on Nov 2009
@ Cambridge, UK
|
#5
|
The Following User Says Thank You to Rob1n For This Useful Post: | ||
![]() |
2010-03-26
, 14:35
|
Posts: 54 |
Thanked: 53 times |
Joined on Feb 2010
@ Sweden
|
#6
|
![]() |
2013-03-20
, 16:52
|
Posts: 1 |
Thanked: 0 times |
Joined on Mar 2013
@ Surabaya
|
#7
|
This fixed my application manager not working. Its all good, from here!
What I did was for the interested crowed:
1# SSH into your lovely device
2# sudo gainroot
3#4#Code:mkdir -p /var/lib/apt/lists/partial5# Profit! Use the Application Manager on the "phone" to do your thing!Code:chmod 755 /var/lib/apt/lists && chmod 755 /var/lib/apt/lists/partial
![]() |
2013-03-24
, 17:45
|
|
Posts: 215 |
Thanked: 448 times |
Joined on Aug 2012
@ Burgas, Bulgaria
|
#8
|
![]() |
2013-10-28
, 13:41
|
Posts: 22 |
Thanked: 12 times |
Joined on Mar 2011
|
#9
|
/home/user # apt-get update E: Could not open lock file /var/lib/apt/lists/lock - open (5 Input/output error) E: Unable to lock the lists directory
![]() |
2013-10-28
, 14:13
|
Posts: 2,102 |
Thanked: 1,937 times |
Joined on Sep 2008
@ Berlin, Germany
|
#10
|
I have this application manager problem:
As the error message says, the dir:
How can I resolve this?
I mean it has nothing to do with a rootfs space issue. I got almost 40mb there. Its all about the apt missing its dirs and cant do its thing.