Symbianize Forum

Most of our features and services are available only to members, so we encourage you to login or register a new account. Registration is free, fast and simple. You only need to provide a valid email. Being a member you'll gain access to all member forums and features, post a message to ask question or provide answer, and share or find resources related to mobile phones, tablets, computers, game consoles, and multimedia.

All that and more, so what are you waiting for, click the register button and join us now! Ito ang website na ginawa ng pinoy para sa pinoy!

how to install app in linux

espinosakhiara

Recruit
Basic Member
Messages
3
Reaction score
0
Points
16
hi po, newbie here, ask ko lang po kung paano maginstall ng app sa linux na wala naman sa app center. thanks
 
type mo lang sa command line

sudu apt-get update

or youtube mo nalang maramit tut jan saka search mo lang dito sa forums marami tut
 
Last edited:
Ano linux distro / OS gamit mo ... Ubuntu ba, Fedora, Linux Mint, Manjaro? .......
 
Kung Ubuntu distro's type:

sudo apt-get install <app name> ex. sudo apt-get install chrome
mag hihingi ng password pag press mo enter. type mo lang ung root password mo.

Kung CentOS distro's type:

sudo yum install <app name> ex. sudo yum install chrome
mag hihingi ng password pag press mo enter. type mo lang ung root password mo.

For starters try running:
sudo apt-get update -> for Ubunto's

sudo yum update -> CentOS distros

:thumbsup:
 
1. sudo apt-get update ka muna to reload sources:

2. sudo apt-get install synaptic - katulad yan na appcenter, dyan kasi ako madalas mag-install ng softwares.

or

sudo apt-get install gimp where gimp is the software name you want to install

3. pwede rin via github cloning read the instructions lang on how to install.

4. via deb file search mo lang sa pkgs.org meron dun, naka-specify dun yung distros like ubuntu, debian etc. and install it using the command line

sudo dpkg -i /path/to/deb/file
 
Last edited:
Back
Top Bottom