- sudo add-apt-repository -y ppa:videolan/stable-daily
- sudp apt-get install vlc
- sudo add-apt-repository -y ppa:otto-kesselgulasch/gimp
- sudo add-apt-repository -y ppa:webupd8team/java
- sudo add-apt-repository -y ppa:webupd8team/y-ppa-manager
- sudo apt-get install y-ppa-manager
- sudo apt-get install synaptic
- sudo apt-get install gimp gimp-data gimp-plugin-registry gimp-data-extras
- sudo apt-get install openjdk-7-jre oracle-java8-installer flashplugin-installer
- sudo apt-get install unace unrar zip unzip p7zip-full p7zip-rar sharutils rar mpack arj cabextract file-roller
- sudo apt-get install bleachbit
- sudo apt-get install uudeview libxine1-ffmpeg mencoder flac faac faad sox ffmpeg2theora
- sudo apt-get install libmpeg2-4 uudeview libmpeg3-1 mpeg3-utils mpegdemux liba52-dev mpeg2dec vorbis-tools id3v2 mpg321 mpg123 libflac++6
- sudo apt-get install totem-mozilla icedax lame libmad0 libjpeg-progs libdvdcss2 libdvdread4 libdvdnav4 libswscale-extra-2
- sudo apt-get install ubuntu-restricted-extras ubuntu-wallpapers*
Thursday, May 26, 2016
Ubuntu Package Install Sequence
Subscribe to:
Posts (Atom)
Going one step further with Kotlin & gRPC
Recently, I tried using Quarkus with Kotlin for grpc. I have worked with grpc for communication between microservices in Java & Golang. ...
-
As you might have guessed, I got very busy between March 2021 & March 2022. In fact I have been very busy at work & play between Ma...
-
The JDBC type BIGINT represents a 64-bit signed integer value between -9223372036854775808 and 9223372036854775807. The corresponding SQ...