Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Getting That Piece of Software to Run on Your L...
Search
Arash Badie Modiri
March 09, 2012
Technology
1
94
Getting That Piece of Software to Run on Your Linux Device
Where to find a software and how to install it on your Linux Distro (assumed Debian-based)
Arash Badie Modiri
March 09, 2012
Tweet
Share
More Decks by Arash Badie Modiri
See All by Arash Badie Modiri
Directed Percolation in Temporal Networks (CCS 2021)
arashbm
0
170
Reachability estimation in temporal networks
arashbm
1
59
Error and Attack Tolerance in Public Transport Networks: A Temporal Networks Approach
arashbm
2
47
Community detection in Multilayer Networks
arashbm
0
94
History of Subatomic Physics
arashbm
0
93
Nanowires
arashbm
0
150
Filesystem Permissions in Linux/Unix
arashbm
1
97
Using Linux/Unix Shell
arashbm
3
230
Getting Started on Ubuntu
arashbm
2
150
Other Decks in Technology
See All in Technology
roppongirb_20250911
igaiga
1
240
CDK CLIで使ってたあの機能、CDK Toolkit Libraryではどうやるの?
smt7174
4
180
Snowflake Intelligenceにはこうやって立ち向かう!クラシルが考えるAI Readyなデータ基盤と活用のためのDataOps
gappy50
0
250
初めてAWSを使うときのセキュリティ覚書〜初心者支部編〜
cmusudakeisuke
1
260
「何となくテストする」を卒業するためにプロダクトが動く仕組みを理解しよう
kawabeaver
0
410
【実演版】カンファレンス登壇者・スタッフにこそ知ってほしいマイクの使い方 / 大吉祥寺.pm 2025
arthur1
1
870
企業の生成AIガバナンスにおけるエージェントとセキュリティ
lycorptech_jp
PRO
2
170
Agile PBL at New Grads Trainings
kawaguti
PRO
1
440
Language Update: Java
skrb
2
300
テストを軸にした生き残り術
kworkdev
PRO
0
210
まずはマネコンでちゃちゃっと作ってから、それをCDKにしてみよか。
yamada_r
2
110
なぜテストマネージャの視点が 必要なのか? 〜 一歩先へ進むために 〜
moritamasami
0
220
Featured
See All Featured
Context Engineering - Making Every Token Count
addyosmani
3
48
Why Our Code Smells
bkeepers
PRO
339
57k
[RailsConf 2023] Rails as a piece of cake
palkan
57
5.8k
Speed Design
sergeychernyshev
32
1.1k
Keith and Marios Guide to Fast Websites
keithpitt
411
22k
A better future with KSS
kneath
239
17k
A Modern Web Designer's Workflow
chriscoyier
696
190k
Raft: Consensus for Rubyists
vanstee
140
7.1k
The Art of Delivering Value - GDevCon NA Keynote
reverentgeek
15
1.7k
Thoughts on Productivity
jonyablonski
70
4.8k
The Myth of the Modular Monolith - Day 2 Keynote - Rails World 2024
eileencodes
26
3k
The Straight Up "How To Draw Better" Workshop
denniskardys
236
140k
Transcript
Getting That Piece of Software to Run on Your Device
Part Zero: How to Find 'em? Part One: The Package Manager Part Two: Compiling From Source, The Hard Way
Q: Where shall I buy the CD? A: Almost nowhere.
http://shop.sito.ir ۴۴۰۰۰۷۵۱
http://google.com/
Repository software-sources apt-add-repository /etc/apt/sources.list
$ sudo apt-get install XYZ
$ sudo apt-get update $ sudo apt-get upgrade
Bleeding edge? Not available in repos?
.deb Double-click!
Compiling from Source
It says Read Me! So please read it!
Google “Installing XYZ on ubuntu” before compiling froum source!
Take care of dependencies
The Ritual $ ./configure $ make $ sudo make install
None
What's new?
Ubuntu 12.04 Beta 1
RC6 enabled by default for Sandy Bridge
None