Advertisement
Guest User

Untitled

a guest
Mar 17th, 2015
209
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.58 KB | None | 0 0
  1. mario@NotebookMPB:~ > sudo apt-get install filezilla
  2. Reading package lists... Done
  3. Building dependency tree
  4. Reading state information... Done
  5. The following NEW packages will be installed:
  6. filezilla
  7. 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
  8. Need to get 0 B/1299 kB of archives.
  9. After this operation, 3265 kB of additional disk space will be used.
  10. perl: warning: Setting locale failed.
  11. perl: warning: Please check that your locale settings:
  12. LANGUAGE = "",
  13. LC_ALL = (unset),
  14. LC_TIME = "",
  15. LC_MONETARY = ""C"",
  16. LC_ADDRESS = ""C"",
  17. LC_TELEPHONE = ""C"",
  18. LC_NAME = ""C"",
  19. LC_MEASUREMENT = ""C"",
  20. LC_IDENTIFICATION = ""C"",
  21. LC_NUMERIC = ""C"",
  22. LC_PAPER = ""C"",
  23. LANG = "pt_BR.UTF-8"
  24. are supported and installed on your system.
  25. perl: warning: Falling back to the standard locale ("C").
  26. locale: Não foi possível atribuir LC_ALL à localização padrão: Arquivo ou diretório não encontrado
  27. Selecting previously unselected package filezilla.
  28. (Reading database ... 199691 files and directories currently installed.)
  29. Preparing to unpack .../filezilla_3.7.3-1ubuntu1_amd64.deb ...
  30. Unpacking filezilla (3.7.3-1ubuntu1) ...
  31. Processing triggers for mime-support (3.54ubuntu1.1) ...
  32. Processing triggers for desktop-file-utils (0.22-1ubuntu1) ...
  33. Processing triggers for man-db (2.6.7.1-1ubuntu1) ...
  34. Setting up filezilla (3.7.3-1ubuntu1) ...
  35. mario@NotebookMPB:~ > export LC_ALL="pt_BR"
  36. bash: aviso: setlocale: LC_ALL: impossível alterar localização (pt_BR): Arquivo ou diretório não encontrado
  37. mario@NotebookMPB:~ > export LC_ALL="pt_BR.utf8"
  38. mario@NotebookMPB:~ > export LANG="pt_BR"
  39. mario@NotebookMPB:~ > export LANGUAGE="pt_BR"
  40. mario@NotebookMPB:~ > export LC_TIME="pt_BR"
  41. mario@NotebookMPB:~ > export LC_MONETARY="pt_BR"
  42. mario@NotebookMPB:~ > export LC_ADRESS="pt_BR"
  43. mario@NotebookMPB:~ > export LC_TELEPHONE="pt_BR"
  44. mario@NotebookMPB:~ > export LC_NAME="pt_BR"
  45. mario@NotebookMPB:~ > export LC_IDENTIFICATION="pt_BR"
  46. mario@NotebookMPB:~ > export LC_NUMERIC="pt_BR"
  47. mario@NotebookMPB:~ > export LC_PAPER="pt_BR"
  48. mario@NotebookMPB:~ > export LC_ALL=
  49. mario@NotebookMPB:~ > sudo apt-get remove filezilla
  50. Reading package lists... Done
  51. Building dependency tree
  52. Reading state information... Done
  53. The following packages were automatically installed and are no longer required:
  54. filezilla-common libtinyxml2.6.2 libwxbase2.8-0 libwxgtk2.8-0
  55. Use 'apt-get autoremove' to remove them.
  56. The following packages will be REMOVED:
  57. filezilla
  58. 0 upgraded, 0 newly installed, 1 to remove and 0 not upgraded.
  59. After this operation, 3265 kB disk space will be freed.
  60. Do you want to continue? [Y/n] y
  61. perl: warning: Setting locale failed.
  62. perl: warning: Please check that your locale settings:
  63. LANGUAGE = "pt_BR",
  64. LC_ALL = "",
  65. LC_TIME = "pt_BR",
  66. LC_MONETARY = "pt_BR",
  67. LC_ADDRESS = ""C"",
  68. LC_TELEPHONE = "pt_BR",
  69. LC_NAME = "pt_BR",
  70. LC_MEASUREMENT = ""C"",
  71. LC_IDENTIFICATION = "pt_BR",
  72. LC_ADRESS = "pt_BR",
  73. LC_NUMERIC = "pt_BR",
  74. LC_PAPER = "pt_BR",
  75. LANG = "pt_BR"
  76. are supported and installed on your system.
  77. perl: warning: Falling back to the standard locale ("C").
  78. locale: Cannot set LC_CTYPE to default locale: No such file or directory
  79. locale: Cannot set LC_MESSAGES to default locale: No such file or directory
  80. locale: Cannot set LC_ALL to default locale: No such file or directory
  81. (Reading database ... 199702 files and directories currently installed.)
  82. Removing filezilla (3.7.3-1ubuntu1) ...
  83. Processing triggers for man-db (2.6.7.1-1ubuntu1) ...
  84. Processing triggers for mime-support (3.54ubuntu1.1) ...
  85. Processing triggers for desktop-file-utils (0.22-1ubuntu1) ...
  86. mario@NotebookMPB:~ > export LC_PAPER="pt_BR.uf8"
  87. mario@NotebookMPB:~ > export LANGUAGE="pt_BR.utf8"
  88. mario@NotebookMPB:~ > export LC_NUMERIC="pt_BR.utf8"
  89. mario@NotebookMPB:~ > export LC_IDENTIFICATION="pt_BR.utf8"
  90. mario@NotebookMPB:~ > export LC_NAME="pt_BR.utf8"
  91. mario@NotebookMPB:~ > export LC_TELEPHONE="pt_BR.utf8"
  92. mario@NotebookMPB:~ > export LC_MONETARY="pt_BR.utf8"
  93. mario@NotebookMPB:~ > export LC_TIME="pt_BR.utf8"
  94. mario@NotebookMPB:~ > sudo apt-get install filezilla
  95. Reading package lists... Done
  96. Building dependency tree
  97. Reading state information... Done
  98. The following NEW packages will be installed:
  99. filezilla
  100. 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
  101. Need to get 0 B/1299 kB of archives.
  102. After this operation, 3265 kB of additional disk space will be used.
  103. perl: warning: Setting locale failed.
  104. perl: warning: Please check that your locale settings:
  105. LANGUAGE = "pt_BR.utf8",
  106. LC_ALL = "",
  107. LC_TIME = "pt_BR.utf8",
  108. LC_MONETARY = "pt_BR.utf8",
  109. LC_ADDRESS = ""C"",
  110. LC_TELEPHONE = "pt_BR.utf8",
  111. LC_NAME = "pt_BR.utf8",
  112. LC_MEASUREMENT = ""C"",
  113. LC_IDENTIFICATION = "pt_BR.utf8",
  114. LC_ADRESS = "pt_BR",
  115. LC_NUMERIC = "pt_BR.utf8",
  116. LC_PAPER = "pt_BR.uf8",
  117. LANG = "pt_BR"
  118. are supported and installed on your system.
  119. perl: warning: Falling back to the standard locale ("C").
  120. locale: Cannot set LC_CTYPE to default locale: No such file or directory
  121. locale: Cannot set LC_MESSAGES to default locale: No such file or directory
  122. locale: Cannot set LC_ALL to default locale: No such file or directory
  123. Selecting previously unselected package filezilla.
  124. (Reading database ... 199691 files and directories currently installed.)
  125. Preparing to unpack .../filezilla_3.7.3-1ubuntu1_amd64.deb ...
  126. Unpacking filezilla (3.7.3-1ubuntu1) ...
  127. Processing triggers for mime-support (3.54ubuntu1.1) ...
  128. Processing triggers for desktop-file-utils (0.22-1ubuntu1) ...
  129. Processing triggers for man-db (2.6.7.1-1ubuntu1) ...
  130. Setting up filezilla (3.7.3-1ubuntu1) ...
  131. mario@NotebookMPB:~ > sudo dpkg_reconfigure locales
  132. sudo: dpkg_reconfigure: command not found
  133. mario@NotebookMPB:~ > sudo dpkg-reconfigure locales
  134. perl: warning: Setting locale failed.
  135. perl: warning: Please check that your locale settings:
  136. LANGUAGE = "pt_BR.utf8",
  137. LC_ALL = "",
  138. LC_PAPER = "pt_BR.uf8",
  139. LC_ADDRESS = ""C"",
  140. LC_MONETARY = "pt_BR.utf8",
  141. LC_NUMERIC = "pt_BR.utf8",
  142. LC_TELEPHONE = "pt_BR.utf8",
  143. LC_IDENTIFICATION = "pt_BR.utf8",
  144. LC_MEASUREMENT = ""C"",
  145. LC_ADRESS = "pt_BR",
  146. LC_TIME = "pt_BR.utf8",
  147. LC_NAME = "pt_BR.utf8",
  148. LANG = "pt_BR"
  149. are supported and installed on your system.
  150. perl: warning: Falling back to the standard locale ("C").
  151. locale: Cannot set LC_CTYPE to default locale: No such file or directory
  152. locale: Cannot set LC_MESSAGES to default locale: No such file or directory
  153. locale: Cannot set LC_ALL to default locale: No such file or directory
  154. Generating locales...
  155. en_AG.UTF-8... up-to-date
  156. en_AU.UTF-8... up-to-date
  157. en_BW.UTF-8... up-to-date
  158. en_CA.UTF-8... up-to-date
  159. en_DK.UTF-8... up-to-date
  160. en_GB.UTF-8... up-to-date
  161. en_HK.UTF-8... up-to-date
  162. en_IE.UTF-8... up-to-date
  163. en_IN.UTF-8... up-to-date
  164. en_NG.UTF-8... up-to-date
  165. en_NZ.UTF-8... up-to-date
  166. en_PH.UTF-8... up-to-date
  167. en_SG.UTF-8... up-to-date
  168. en_US.UTF-8... up-to-date
  169. en_ZA.UTF-8... up-to-date
  170. en_ZM.UTF-8... up-to-date
  171. en_ZW.UTF-8... up-to-date
  172. pt_BR.UTF-8... up-to-date
  173. pt_PT.UTF-8... up-to-date
  174. Generation complete.
  175. mario@NotebookMPB:~ > export LC_ALL="pt_BR.utf8"
  176. mario@NotebookMPB:~ > export LC_ADRESS="pt_BR.utf8"
  177. mario@NotebookMPB:~ > sudo dpkg_reconfigure locales
  178. sudo: dpkg_reconfigure: command not found
  179. mario@NotebookMPB:~ > sudo dpkg-reconfigure locales
  180. Generating locales...
  181. en_AG.UTF-8... up-to-date
  182. en_AU.UTF-8... up-to-date
  183. en_BW.UTF-8... up-to-date
  184. en_CA.UTF-8... up-to-date
  185. en_DK.UTF-8... up-to-date
  186. en_GB.UTF-8... up-to-date
  187. en_HK.UTF-8... up-to-date
  188. en_IE.UTF-8... up-to-date
  189. en_IN.UTF-8... up-to-date
  190. en_NG.UTF-8... up-to-date
  191. en_NZ.UTF-8... up-to-date
  192. en_PH.UTF-8... up-to-date
  193. en_SG.UTF-8... up-to-date
  194. en_US.UTF-8... up-to-date
  195. en_ZA.UTF-8... up-to-date
  196. en_ZM.UTF-8... up-to-date
  197. en_ZW.UTF-8... up-to-date
  198. pt_BR.UTF-8... up-to-date
  199. pt_PT.UTF-8... up-to-date
  200. Generation complete.
  201. mario@NotebookMPB:~ > sudo apt-get install filezilla
  202. Lendo listas de pacotes... Pronto
  203. Construindo árvore de dependências
  204. Lendo informação de estado... Pronto
  205. filezilla já é a versão mais nova.
  206. 0 pacotes atualizados, 0 pacotes novos instalados, 0 a serem removidos e 0 não atualizados.
  207. mario@NotebookMPB:~ > sudo apt-get remove filezilla
  208. Lendo listas de pacotes... Pronto
  209. Construindo árvore de dependências
  210. Lendo informação de estado... Pronto
  211. Os seguintes pacotes foram instalados automaticamente e já não são necessários:
  212. filezilla-common libtinyxml2.6.2 libwxbase2.8-0 libwxgtk2.8-0
  213. Utilize 'apt-get autoremove' para os remover.
  214. Os pacotes a seguir serão REMOVIDOS:
  215. filezilla
  216. 0 pacotes atualizados, 0 pacotes novos instalados, 1 a serem removidos e 0 não atualizados.
  217. Depois desta operação, 3.265 kB de espaço em disco serão liberados.
  218. Você quer continuar? [S/n] s
  219. (Lendo banco de dados ... 199702 ficheiros e directórios actualmente instalados.)
  220. Removing filezilla (3.7.3-1ubuntu1) ...
  221. Processing triggers for man-db (2.6.7.1-1ubuntu1) ...
  222. Processing triggers for mime-support (3.54ubuntu1.1) ...
  223. Processing triggers for desktop-file-utils (0.22-1ubuntu1) ...
  224. mario@NotebookMPB:~ > sudo apt-get install filezilla
  225. Lendo listas de pacotes... Pronto
  226. Construindo árvore de dependências
  227. Lendo informação de estado... Pronto
  228. Os NOVOS pacotes a seguir serão instalados:
  229. filezilla
  230. 0 pacotes atualizados, 1 pacotes novos instalados, 0 a serem removidos e 0 não atualizados.
  231. Ã preciso baixar 0 B/1.299 kB de arquivos.
  232. Depois desta operação, 3.265 kB adicionais de espaço em disco serão usados.
  233. A seleccionar pacote anteriormente não seleccionado filezilla.
  234. (Lendo banco de dados ... 199691 ficheiros e directórios actualmente instalados.)
  235. Preparing to unpack .../filezilla_3.7.3-1ubuntu1_amd64.deb ...
  236. Unpacking filezilla (3.7.3-1ubuntu1) ...
  237. Processing triggers for mime-support (3.54ubuntu1.1) ...
  238. Processing triggers for desktop-file-utils (0.22-1ubuntu1) ...
  239. Processing triggers for man-db (2.6.7.1-1ubuntu1) ...
  240. Configurando filezilla (3.7.3-1ubuntu1) ...
  241. mario@NotebookMPB:~ >
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement