Como encontrar e apagar arquivos duplicados: mudanças entre as edições

De MochilaWiki
Ir para navegaçãoIr para pesquisar
Criou página com '* https://sempreupdate.com.br/como-encontrar-e-apagar-arquivos-duplicados/ fslint - Installation on Ubuntu 20.04 LTS broken due to obsolete dependencies #168 mkdir -p ~/Dow...'
 
Sem resumo de edição
 
Linha 1: Linha 1:
* https://sempreupdate.com.br/como-encontrar-e-apagar-arquivos-duplicados/
* https://sempreupdate.com.br/como-encontrar-e-apagar-arquivos-duplicados/


fslint Installation on Ubuntu 20.04 LTS broken due to obsolete dependencies #168
== fslint ==
Installation on Ubuntu 20.04 LTS broken due to obsolete dependencies
 
<source lang="bash">
mkdir -p ~/Downloads/fslint
mkdir -p ~/Downloads/fslint
cd ~/Downloads/fslint
cd ~/Downloads/fslint
Linha 7: Linha 10:
wget http://archive.ubuntu.com/ubuntu/pool/universe/p/pygtk/python-glade2_2.24.0-6_amd64.deb
wget http://archive.ubuntu.com/ubuntu/pool/universe/p/pygtk/python-glade2_2.24.0-6_amd64.deb
wget http://archive.ubuntu.com/ubuntu/pool/universe/f/fslint/fslint_2.46-1_all.deb
wget http://archive.ubuntu.com/ubuntu/pool/universe/f/fslint/fslint_2.46-1_all.deb
sudo apt-get install ./*.deb
sudo apt-get install ./*.deb
</source>

Edição atual tal como às 14h51min de 24 de outubro de 2020

fslint

Installation on Ubuntu 20.04 LTS broken due to obsolete dependencies

mkdir -p ~/Downloads/fslint
cd ~/Downloads/fslint
wget http://archive.ubuntu.com/ubuntu/pool/universe/p/pygtk/python-gtk2_2.24.0-6_amd64.deb
wget http://archive.ubuntu.com/ubuntu/pool/universe/p/pygtk/python-glade2_2.24.0-6_amd64.deb
wget http://archive.ubuntu.com/ubuntu/pool/universe/f/fslint/fslint_2.46-1_all.deb
sudo apt-get install ./*.deb