Senin, 03 Desember 2018

cara hapus libreoffice di linux

 langkah pertama masuk teminal sebagai root #

sudo apt-get remove --purge libreoffice* 
sudo apt-get clean 

cara menghapus WPS-Office di linux

You can remove WPS Office/Kingsoft Office by follow commands:
 
sudo apt-get purge wps-office   # for a8 or earlier versions. 
sudo apt-get purge kingsoft-office  # for a9 or later versions.

BTW: Kingsoft office is full English support, and stable enough now? Do you want try it again?
You can get newer version here: http://wps-community.org/download.html

Selasa, 02 Januari 2018

mengatasi error margelist/var/lib/apt/lists di linux mint

Cara Mengatasi ‘E:Problem with MergeList /var/lib/apt/lists’ di Ubuntu

Pada saat membuka Update Manager tampil pesan error seperti gambar dibawah ini
update manager
Atau pada saat melakukan update via terminal tampil pesan
Cara mengatasinya :
selamat mencoba

Senin, 01 Januari 2018

Install Libre Office terbaru

sebelum menginstall kita harus mengunjungi terlebih dahulu situs resmu Libre office.



How to install LibreOffice 5.4 on Linux Mint, Ubuntu, Xubuntu, Debian…

LibreOffice install - Logo with Libreoffice official Font and Document Foundation caption
This article describes how to install LibreOffice 5.4 on Debian-based / Ubuntu-based Linux distributions, such as Linux Mint, Xubuntu, Kubuntu, Debian and Ubuntu. This installation method is based on the official .deb packages.
LibreOffice 5.4 was released on July 27, 2017
LibreOffice 6.0 is scheduled to be released end of January 2018. Find more information on LibreOffice 5.4 & 6.0 release dates on the official release plan.
Resources for LibreOffice 5.4 & 6.0:
Detailed 6.0 release plan
LO 5.4 Release notes (new features list)
LO 6.0 Release notes (new features list)

A. Remove bundled LibreOffice

LibreOffice 5.4 can be installed alongside older LibreOffice versions, but conflicts may occur.
To remove prior installations of LibreOffice:
sudo apt-get remove libreoffice-core
If you also want to remove LibreOffice configuration files, use the purge switch:
sudo apt-get remove --purge libreoffice-core

B. Install LibreOffice

Step 1 of 3 – Download compressed packages

Download LibreOffice 5.4 from the official download page:
www.libreoffice.org/download/
Select Linux x86 (deb) for 32 bits systems or Linux x64 (deb) for 64 bits systems.
This how-to supposes that the downloaded file (and language packs) is saved in the “Downloads” directory situated in your home directory.
Download as many language packs as you need.

Step 2 of 3 – Extract the .deb packages

The downloaded file is a compressed .tar.gz archive. In case you want to learn more on these extensions: tar, gzip. To extract this juicy archive, open the “Downloads” directory. Look for a file named:
LibreOffice_5.4.0_Linux_x86_deb.tar.gz or
LibreOffice_5.4.0_Linux_x86-64_deb.tar.gz
right-click on it and select “extract here “. Repeat the extraction process for all language packs. The .tar.gz archive(s) can now be deleted.

Step 3 of 3 – Install .deb packages

Open a terminal.
Change the current directory to the location of the .deb packages:
cd ~/Downloads/LibreOffice_5.4.0.x_Linux_x86_deb/DEBS
or for the 64 bits version:
cd ~/Downloads/LibreOffice_5.4.0.x_Linux_x86-64_deb/DEBS
(No need to write everything: use Tab ↹ to autocomplete the command line, or copy and paste with the middle-click mouse button)
Finally, install all .deb packages:
sudo dpkg -i *.deb
In case you’re installing language packs, repeat the cd and dpkg steps for each language pack.
You’re done! No need to restart, LibreOffice is ready to be used.
If you have problems launching LibreOffice, try out the following command:
libreoffice5.4
or
/opt/libreoffice5.4/program/soffice
If you’re installing a development release (Beta) of LO 6.0, you can launch it with the following command:
lodev6.0


C. Uninstall LibreOffice

If you want to remove LibreOffice, use the following command:
sudo apt-get remove libreoffice5.4*
If you want to remove a development (beta) version of LibreOffice, use the following command:
sudo apt-get remove lodev*

Install Kingsoft Office (WPS Office) versi terbaru

seperti yang sudah kita ketahui WPS office adalah salah satu aplikasi software untuk mengetik, menghitung dan mempresentasikan. namun sebelum itu kita harus menginstall terlebih dahulu sofwarenya ada dua pilihan dengan install langsung dari terminal dan bisa juga melalui aplikasi bawaan linux yaitu Gdebi package installer.

sekarang kita coba menginstal dengan terminal tapi keadaan harus tersambung / connec ke internet.

1.
cd && wget -O wps-office.deb http://kdl.cc.ksosoft.com/wps-community/download/a21/wps-office_10.1.0.5672~a21_i386.deb
2.
sudo dpkg -i wps-office.deb
3.
sudo apt-get -f install && rm wps-office.deb
 
nah itu langkahnya namun jika mau ditambahkan font maka masukan perintah berikut.
1.
wget -O web-office-fonts.deb http://kdl.cc.ksosoft.com/wps-community/download/a15/wps-office-fonts_1.0_all.deb
2.
sudo dpkg -i web-office-fonts.deb
 
 
---------------------------------------------------------------------------------------------------------------------------------
 
nah sekarang langkah yang kedua melalui Gdebi package installer.
 pertama kalian harus download dahulu file deb. di situs wps.
kedua kalian klik kanan lalu pilih gdebi package installer
ketiga kalian tunggu dan ikuti langkahnya.

Senin, 18 Desember 2017

Meng_UPDATE_LibreOffice di Linux Mint xfce

ini tulisan pertama saya di Blog Khusus OS Linux Mint xfce


Cara update LibreOffice

Hai para sahabat Linux Mint Xfce, kali ini saya akan membikan tips meng-UPDATE- aplikasi perkantoran bernama LibreOffice, alternatif Microsoft Ofice.
-----------------------------------------------------------------------------------------------------------------
Version: 5.4.3.2
Build ID: 1:5.4.3~rc2-0ubuntu0.16.04.1~lo1
-----------------------------------------------------------------------------------------------------------------
Sebelumnya saya baca dari berbagai blo'g tentang cara update terbaru LibreOffice namun semuanya hanya menuliskan cara mengupdate LibreOffice di Linux ubuntu, tapi tidak apa-apa ini hanya sharing saja karna sama-sama Linux dan mereka bersaudara..... hahahaha.

Pertama kalian harus masuk dulu ke terminal Linux dengan menekan “Ctrl+Alt+T”
setelah itu kalian masukan kode berikut :
==========================================
sudo add-apt-repository -y ppa:libreoffice/ppa
==========================================
setelah itu kalian diminta untuk memasukan password Administrator atau password kalau kalian masuk ke desktop Notebook/Netboo/Laptop kalian tentunya jika kalian menggunakan linux mint.
Tunggu sampai proses berjalan. Jika sudah selesai install ppa nya, kalian masukan lagi kode berikut:
================================================
sudo apt-get update; sudo apt-get install libreoffice
================================================
setelah kalian masukan kode tersebut nanti akan ada pilihan (Y/N) kalian pilih “Y” lalu terminal akan memproses update libreoffice apa yang sudah rilis. Tunggu sampai selesai lumayan lama tergantung dengan koneksi internet yang kalian pakai saya sarankan pake wifi atau kalau kepaksa pakai provider yang kencang koneksi internetnya.

Setelah selesai kalian close terminalnya, seperti kalian mengclose suatu program.

Restartlah komputer kalian.

Setelah direstar kalian akan melihat logo scurity dekat jam disudut kanan bawah kalian buka lalu klik pembaharuan tunggu sampai proses selesai.

Jika sudah selesai lihatlah ke menu help di libreoffice kalian versinya sudah berubah dari versi sebelumnya.....
Terima Kasih, salam Linux Mint Xfce Mania,

cara hapus libreoffice di linux

 langkah pertama masuk teminal sebagai root # sudo apt-get remove --purge libreoffice*  sudo apt-get clean