forked from andonome/lk
initial commit
This commit is contained in:
22
distros/debian/apt.md
Normal file
22
distros/debian/apt.md
Normal file
@@ -0,0 +1,22 @@
|
||||
# Problems
|
||||
|
||||
## apt
|
||||
|
||||
### Configurations?
|
||||
|
||||
Fucked up a package's configuration files?
|
||||
|
||||
> sudo apt-get purge [thing]
|
||||
|
||||
> sudo apt autoremove
|
||||
|
||||
Check if you still have related things:
|
||||
|
||||
> apt search [thing]
|
||||
|
||||
> sudo apt-get install [ thing ]
|
||||
|
||||
Still have problems?
|
||||
|
||||
> sudo dpgk --force-confmiss -i /var/cache/apt/archives/[thing]
|
||||
|
5
distros/debian/ubuntu/lubuntu.md
Normal file
5
distros/debian/ubuntu/lubuntu.md
Normal file
@@ -0,0 +1,5 @@
|
||||
|
||||
# Videos not working
|
||||
|
||||
> sudo apt-get install lubuntu-restricted-extras
|
||||
|
Reference in New Issue
Block a user